From e4d7a4d73b9d107e64333d9841ad89a7b4fb3f81 Mon Sep 17 00:00:00 2001 From: scawful Date: Sun, 22 Sep 2024 11:50:45 -0400 Subject: [PATCH] Fix bug with world map icon hall of secrets indicatorFix bug with world map icon hall of secrets indicatorFix bug with world map icon hall of secrets indicatorFix bug with world map icon hall of secrets indicatorFix bug with world map icon hall of secrets indicatorFix bug with world map icon hall of secrets indicatorFix bug with world map icon hall of secrets indicatorFix bug with world map icon hall of secrets indicator --- Overworld/world_map.asm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Overworld/world_map.asm b/Overworld/world_map.asm index 0ba2cd8..2c6435a 100644 --- a/Overworld/world_map.asm +++ b/Overworld/world_map.asm @@ -148,7 +148,7 @@ DrawHallOfSecretsIcon: ; Tile Size LDA.b #$00 : STA.b $0B ; 02 = 16x16, 00 = 8x8 LDA.b #$07 : STA.l $7EC025 - RTS + RTL } DrawPyramidIcon: @@ -243,6 +243,7 @@ MapIconDraw: LDA.l $7EF3C7 : CMP.b #$01 : BEQ .hall_of_secrets CMP.b #$02 : BEQ .draw_secret CMP.b #$03 : BCS .draw_crystals + JMP restore_coords_and_exit .hall_of_secrets JSL DrawHallOfSecretsIcon