Make PLAYER_NORMAL the default state when entering a new level (#34) [patch to previous commit 9198f4d4b1]

This commit is contained in:
xCrystal 2024-01-04 22:45:05 +01:00
parent 9198f4d4b1
commit 67e20e454e

View File

@ -173,7 +173,8 @@ StartMap:
ld [hli], a ; wPrevWarp
ld [hli], a ; wPrevMapGroup
ld [hl], a ; wPrevMapNumber
ld [wCurOverworldMiscPal], a
ld [wPlayerState], a ; PLAYER_NORMAL
ld [wCurOverworldMiscPal], a ; OW_MISC_BOARD_MENU_ITEMS | BOARDMENUITEM_DIE
ld a, BANK(wDisabledSpacesBackups)
ld [rSVBK], a