You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Level cleared transition: placeholder screen, update wCoins with wCurLevelCoins, advance time of day (#35)
This commit is contained in:
@@ -24,7 +24,8 @@ DEF STRING_BUFFER_LENGTH EQU 19
|
||||
const HAVE_LESS ; 2
|
||||
|
||||
; givecoins/takecoins/checkcoins special amount values
|
||||
DEF BLUE_RED_SPACE_COINS EQU $ffffff
|
||||
DEF BLUE_RED_SPACE_COINS EQU $ff0000
|
||||
DEF COINS_FROM_RAM EQU $fe0000
|
||||
|
||||
; checkpokemail return values
|
||||
const_def
|
||||
@@ -342,7 +343,7 @@ DEF NUM_UNOWN_PUZZLES EQU const_value
|
||||
const BOARDEVENT_RESUME_BRANCH ; 6
|
||||
DEF NUM_BOARD_EVENTS EQU const_value - 1
|
||||
|
||||
; exitoverworld arguments
|
||||
; exitoverworld arguments (wExitOverworldReason)
|
||||
const_def
|
||||
const ABANDONED_LEVEL ; 0
|
||||
const CLEARED_LEVEL ; 1
|
||||
|
Reference in New Issue
Block a user