mask fn housekeeping

This commit is contained in:
scawful
2023-11-17 20:26:24 -05:00
parent fdd0dd4912
commit 1b39a834c0
6 changed files with 14 additions and 10 deletions

View File

@@ -86,7 +86,7 @@ StartupMasks:
ForceResetWorldMap:
{
LDA $7EF280 : BNE .openMap
LDA $7EF280 : BNE .openMap
PLA : PLA : PLA ; Pop the RTL
JML $02A571 ; check select button
@@ -279,4 +279,7 @@ LinkItem_CheckForSwordSwing_Masks:
RTL
}
print "End of mask_routines.asm ", pc
; =============================================================================