retro.asm: make rupee bow work properly in archery minigame.

tables.asm: set ArrowMode default back to 0.
This commit is contained in:
Myramong
2019-02-02 02:00:07 -04:00
parent ec138f4f98
commit d583386d0b
2 changed files with 15 additions and 8 deletions

View File

@@ -795,7 +795,7 @@ db #$01 ; #00 = Fix Off (Default) - #$01 = Fix On
;================================================================================
org $308175 ; PC 0x180175 - 0x180179
ArrowMode:
db #$01 ; #00 = Normal (Default) - #$01 = Rupees
db #$00 ; #00 = Normal (Default) - #$01 = Rupees
ArrowModeWoodArrowCost: ; keep these together
dw #$000A ; #$000A = 10 (Default)
ArrowModeSilverArrowCost: ; keep these together