band-aid fix for the border block glitch

This commit is contained in:
jojobear13 2024-01-12 04:10:32 -06:00
parent e699a3db4b
commit 649c306cf9

View file

@ -2087,7 +2087,12 @@ LoadMapHeader::
ld [wCurMapTileset], a
ldh [hPreviousTileset], a
bit 7, b
ret nz
;replace the conditional return with a nop in order to always load the map header data...
;...even when selecting CONTINUE from the main menu
; ret nz
nop
ld hl, MapHeaderPointers
ld a, [wCurMap]
sla a