You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Add animation for level cleared in level selection menu (#12)
This commit is contained in:
@@ -29,8 +29,9 @@ DEF LSMTEXTBOX_LEVEL_NUMBERS_FIRST_TILE EQU $31 ; and $41
|
||||
|
||||
; events when entering Level Selection menu (wLevelSelectionMenuEntryEventQueue)
|
||||
const_def
|
||||
const LSMEVENT_SHOW_UNLOCKED_LEVELS ; 0
|
||||
const LSMEVENT_ANIMATE_TIME_OF_DAY ; 1
|
||||
const LSMEVENT_SHOW_CLEARED_LEVEL ; 0
|
||||
const LSMEVENT_SHOW_UNLOCKED_LEVELS ; 1
|
||||
const LSMEVENT_ANIMATE_TIME_OF_DAY ; 2
|
||||
DEF NUM_LSM_EVENTS EQU const_value
|
||||
|
||||
; used in CaughtData (legacy)
|
||||
|
Reference in New Issue
Block a user