From e27896f55408f91e5a33c88f41b89bf1925d148f Mon Sep 17 00:00:00 2001 From: scawful Date: Sat, 24 Aug 2024 09:37:54 -0400 Subject: [PATCH] remove bad pushpc --- Overworld/overworld.asm | 3 --- 1 file changed, 3 deletions(-) diff --git a/Overworld/overworld.asm b/Overworld/overworld.asm index 2934070..a1fbd74 100644 --- a/Overworld/overworld.asm +++ b/Overworld/overworld.asm @@ -66,7 +66,6 @@ print "End of world_map.asm ", pc pullpc incsrc "Overworld/entrances.asm" print "End of Overworld/entrances.asm ", pc -pushpc ; ========================================================= ; Get Lv2 Sword from chest @@ -125,7 +124,6 @@ org $0281CD LDA.l $7EF3D6 : CMP.b #$04 pullpc - LoadOverworldPitAreas: { LDA $8A : CMP.b #$0F : BEQ .allow_transition @@ -139,7 +137,6 @@ LoadOverworldPitAreas: CLC ; allow transition RTL } - pushpc incsrc "Overworld/special_areas.asm"