events.asm: optimized a loop & fixed a bug
icepalacegraphics.asm: commented out a debug sta retro.asm: check for arrows by checking arrows instead of bow tables.asm: change default retro arrow price to match the price set by the randomizer site
This commit is contained in:
@@ -795,11 +795,11 @@ db #$01 ; #00 = Fix Off (Default) - #$01 = Fix On
|
||||
;================================================================================
|
||||
org $308175 ; PC 0x180175 - 0x180179
|
||||
ArrowMode:
|
||||
db #$00 ; #00 = Normal (Default) - #$01 = Rupees
|
||||
db #$01 ; #00 = Normal (Default) - #$01 = Rupees
|
||||
ArrowModeWoodArrowCost: ; keep these together
|
||||
dw #$0005 ; #$0005 = 5 (Default)
|
||||
ArrowModeSilverArrowCost: ; keep these together
|
||||
dw #$000A ; #$000A = 10 (Default)
|
||||
ArrowModeSilverArrowCost: ; keep these together
|
||||
dw #$0032 ; #$0032 = 50 (Default)
|
||||
;================================================================================
|
||||
org $30817A ; PC 0x18017A ; #$2000 for Eastern Palace
|
||||
MapReveal_Sahasrahla:
|
||||
|
||||
Reference in New Issue
Block a user