mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12:00
Merge pull request #40 from jojo-kep/master
band-aid fix for the border block glitch
This commit is contained in:
commit
3e3b89552c
|
@ -2087,7 +2087,12 @@ LoadMapHeader::
|
||||||
ld [wCurMapTileset], a
|
ld [wCurMapTileset], a
|
||||||
ldh [hPreviousTileset], a
|
ldh [hPreviousTileset], a
|
||||||
bit 7, b
|
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 hl, MapHeaderPointers
|
||||||
ld a, [wCurMap]
|
ld a, [wCurMap]
|
||||||
sla a
|
sla a
|
||||||
|
|
Loading…
Reference in a new issue