Do not reset wCurTurn and wCurSpace if entering from save in overworld [Bug fix to previous commit] (#24)

This commit is contained in:
xCrystal 2023-10-18 18:07:46 +02:00
parent 3291b82069
commit fbfd582926

View File

@ -131,10 +131,15 @@ StartMap:
call ByteFill
farcall InitCallReceiveDelay
call ClearJoypad
; initialize board state
ld a, [hMapEntryMethod]
cp MAPSETUP_ENTERLEVEL
jr nz, .not_starting_level
xor a
ld [wCurTurn], a
ld [wCurSpace], a
.not_starting_level
ld a, BOARDEVENT_DISPLAY_MENU
ldh [hCurBoardEvent], a
; fallthrough