You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Functional stub of title menus [Commit 1] (#17)
This commit is contained in:
@@ -28,8 +28,7 @@ DEF AUTO_INPUT EQU $ff
|
||||
const WILDMON ; 4
|
||||
|
||||
; wGameTimerPaused::
|
||||
DEF GAME_TIMER_PAUSED_F EQU 0
|
||||
DEF GAME_TIMER_MOBILE_F EQU 7
|
||||
DEF GAME_TIMER_COUNTING_F EQU 0
|
||||
|
||||
; wJoypadDisable::
|
||||
DEF JOYPAD_DISABLE_MON_FAINT_F EQU 6
|
||||
@@ -63,7 +62,6 @@ DEF NUM_FRAMES EQU const_value
|
||||
const_def
|
||||
const FAST_TEXT_DELAY_F ; 0
|
||||
const TEXT_DELAY_F ; 1
|
||||
const TEXT_2BPP_F ; 2
|
||||
|
||||
; wGBPrinterBrightness::
|
||||
DEF GBPRINTER_LIGHTEST EQU $00
|
||||
@@ -178,10 +176,6 @@ DEF SCRIPT_RUNNING EQU 2
|
||||
const SCRIPT_WAIT_MOVEMENT
|
||||
const SCRIPT_WAIT
|
||||
|
||||
; wSpawnAfterChampion::
|
||||
DEF SPAWN_LANCE EQU 1
|
||||
DEF SPAWN_RED EQU 2
|
||||
|
||||
; wCurDay::
|
||||
const_def
|
||||
const SUNDAY ; 0
|
||||
|
||||
Reference in New Issue
Block a user