Merge pull request #40 from jojo-kep/master

band-aid fix for the border block glitch
This commit is contained in:
Martha Schilling 2024-01-12 10:28:48 +00:00 committed by GitHub
commit 3e3b89552c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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