Skip to content

Commit

Permalink
Fix gibdo mask give item in hooks to prevent zora overriding.
Browse files Browse the repository at this point in the history
  • Loading branch information
PhlexPlexico committed Feb 12, 2024
1 parent 05b8cf8 commit a72991e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/source/asm/hooks.s
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ hook_GibdoMaskGiveItem:
push {r0-r12, lr}
cpy r0,r5
cpy r1,r4
mov r2,#0x7A
mov r2,#0x87
bl ItemOverride_GetSoHItem
ldr r5,.rActiveItemRow_addr
ldr r5,[r5]
Expand Down

0 comments on commit a72991e

Please sign in to comment.