diff options
Diffstat (limited to '')
-rw-r--r-- | src/poweruphax.S | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/poweruphax.S b/src/poweruphax.S index 2a65f3e..4931906 100644 --- a/src/poweruphax.S +++ b/src/poweruphax.S @@ -1057,7 +1057,7 @@ StrongboxGiveBattleItem: .data IndexItemsForStockItem: -.byte 0,1,2,4,5,6,3,7 +.byte 0,1,2,3,5,6,4,7 SLGWindow: .string "A00_Window" @@ -1296,6 +1296,8 @@ DoSISelectCursor: slwi r0, r0, 2 add r3, r3, r0 lwz r3, 0x920(r3) + li r4, 0 + li r5, 0 b UpdateSelectCursor |