From fed357141b0fbfc0ce21a686548644163660cbff Mon Sep 17 00:00:00 2001 From: cassidoxa Date: Fri, 9 Jun 2023 16:16:02 -0400 Subject: [PATCH] Bump version --- LTTP_RND_GeneralBugfixes.asm | 2 +- newitems.asm | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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