Level selection menu: entry transition events (#12) (#35) [commit 2]

This commit is contained in:
xCrystal
2024-01-29 19:52:08 +01:00
parent 52bb92028e
commit 9d0fbf3883
6 changed files with 32 additions and 20 deletions

View File

@@ -711,13 +711,6 @@ wOverworldMapBlocks:: ds 1300
wOverworldMapBlocksEnd::
SECTION UNION "Overworld Map", WRAM0
; temporary list of unlocked levels during post-level screen
wNumTempUnlockedLevels:: db
wTempUnlockedLevels:: ds NUM_LEVELS
SECTION UNION "Overworld Map", WRAM0
; GB Printer data
@@ -2548,6 +2541,10 @@ wDefaultLevelSelectionMenuLandmark:: db
wCurOverworldMiscPal:: db
wLevelSelectionMenuEntryEventQueue:: flag_array NUM_LSM_EVENTS
; list of unlocked levels during post-level screen
wLastUnlockedLevelsCount:: db
wLastUnlockedLevels:: ds MAX_UNLOCK_LEVELS_AT_ONCE + 1
wPlayerDataEnd::
wCurMapData::