mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
band-aid fix for the border block glitch
This commit is contained in:
parent
e699a3db4b
commit
649c306cf9
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue