diff --git a/LTTP_RND_GeneralBugfixes.asm b/LTTP_RND_GeneralBugfixes.asm index 894cc1e..f6726e3 100644 --- a/LTTP_RND_GeneralBugfixes.asm +++ b/LTTP_RND_GeneralBugfixes.asm @@ -28,7 +28,7 @@ db #$20, #$19, #$08, #$31 ; year/month/day ;================================================================================ !ROM_VERSION_LOW ?= 1 ; ROM version (two 16-bit integers) -!ROM_VERSION_HIGH ?= 2 ; +!ROM_VERSION_HIGH ?= 3 ; org $00FFE0 ; Unused hardware vector RomVersion: diff --git a/newitems.asm b/newitems.asm index de16c95..f94634e 100644 --- a/newitems.asm +++ b/newitems.asm @@ -875,9 +875,9 @@ RTL CheckHUDSilverArrows: LDA.l ArrowMode : BNE .rupee_bow LDA.l BowEquipment : TAX : BEQ .nobow - JSL.l DrawHUDArrows_normal - TXA - RTL + JSL.l DrawHUDArrows_normal + TXA + RTL .rupee_bow LDA.l BowEquipment : TAX JSL.l DrawHUDArrows_rupee_arrows