From c3c707896918497a08d939a493e190f8bd0c1cda Mon Sep 17 00:00:00 2001 From: cassidoxa Date: Thu, 8 Jun 2023 23:59:55 -0400 Subject: [PATCH] Fix HUD arrow icon --- hooks.asm | 4 +--- newitems.asm | 10 +++++----- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/hooks.asm b/hooks.asm index 77511e6..bcb105f 100644 --- a/hooks.asm +++ b/hooks.asm @@ -1358,9 +1358,7 @@ JSL.l DrawMagicHeader BRA + : NOP #15 : + ;-------------------------------------------------------------------------------- org $0DFB29 ; <- headsup_display.asm : 688 (LDA.b #$86 : STA $7EC71E) -JSL.l DrawHUDArrows : BRA + - NOP #18 -+ +BRA + : NOP #$1C : + ;-------------------------------------------------------------------------------- org $01CF67 ; <- CF67 - Bank01.asm : 11625 (STA $7EF36F) JSL.l DecrementSmallKeys diff --git a/newitems.asm b/newitems.asm index 9fab5bc..de16c95 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 - TXA - RTL + JSL.l DrawHUDArrows_normal + TXA + RTL .rupee_bow LDA.l BowEquipment : TAX JSL.l DrawHUDArrows_rupee_arrows @@ -886,7 +886,7 @@ CheckHUDSilverArrows: .nobow JSL.l DrawHUDArrows_silverscheck TXA -RTL + RTL ;-------------------------------------------------------------------------------- DrawHUDArrows: .rupee_arrows @@ -905,7 +905,7 @@ DrawHUDArrows: .skip RTL .normal - TXA : BEQ .silverscheck + TXA CMP.b #$03 : BCS .silver BRA .wooden .silver