Add animation for level cleared in level selection menu (#12)

This commit is contained in:
xCrystal
2024-04-04 21:26:26 +02:00
parent 5e176f814e
commit 11a12bfba5
5 changed files with 51 additions and 5 deletions

View File

@@ -2537,6 +2537,8 @@ wLevelSelectionMenuEntryEventQueue:: flag_array NUM_LSM_EVENTS
; list of unlocked levels during post-level screen
wLastUnlockedLevelsCount:: db
wLastUnlockedLevels:: ds MAX_UNLOCK_LEVELS_AT_ONCE + 1
; which stage of the current level cleared during post-level screen ($ff if no new stage cleared)
wLastClearedLevelStage:: db
wPlayerDataEnd::