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

@@ -29,3 +29,7 @@ DEF STAGE_4 EQU 1 << STAGE_4_F
const UNLOCK_WHEN_LEVELS_CLEARED ; 00
const UNLOCK_WHEN_NUMBER_OF_LEVELS_CLEARED ; 01
const UNLOCK_WHEN_TECHNIQUES_CLEARED ; 02
; maximum amount of levels that can be unlocked in a single level cleared run.
; levels to unlock are processed in level order.
DEF MAX_UNLOCK_LEVELS_AT_ONCE EQU 10