Skip to content

Commit

Permalink
Merge pull request #342 from Vivelin/fix-sm-half-magic
Browse files Browse the repository at this point in the history
Fixing picking up half/quarter magic in SM
  • Loading branch information
MattEqualsCoder authored Jun 5, 2023
2 parents cc402b5 + 337f050 commit 4ed5812
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion alttp_sm_combo_randomizer_rom/src/sm/items.asm
Original file line number Diff line number Diff line change
Expand Up @@ -1160,7 +1160,7 @@ alttp_item_pickup:
lda #$80
sta.l !SRAM_ALTTP_ITEM_BUF+$73 ; Refill Link's magic
%a16()
jmp .end
jmp .normal_item

.end
;lda #$0168
Expand Down
2 changes: 1 addition & 1 deletion setup/randomizer.app.iss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include "CodeDependencies.iss"

#define MyAppName "SMZ3 Cas' Randomizer"
#define MyAppVersion "9.2.0"
#define MyAppVersion "9.2.1"
#define MyAppPublisher "Vivelin"
#define MyAppURL "https://github.com/Vivelin/SMZ3Randomizer"
#define MyAppExeName "Randomizer.App.exe"
Expand Down
Binary file modified src/Randomizer.App/Patches/zsm.ips
Binary file not shown.
2 changes: 1 addition & 1 deletion src/Randomizer.App/Randomizer.App.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<TargetFramework>net6.0-windows</TargetFramework>
<UseWPF>true</UseWPF>
<ApplicationIcon>chozo20.ico</ApplicationIcon>
<Version>9.2.0</Version>
<Version>9.2.1</Version>
<Title>SMZ3 Cas' Randomizer</Title>
<AssemblyTitle>SMZ3 Cas' Randomizer</AssemblyTitle>
<Authors>Vivelin</Authors>
Expand Down

0 comments on commit 4ed5812

Please sign in to comment.