Add constants for time-of-day boundaries
Split off more misc constants into proper files
This commit is contained in:
12
constants/serial_constants.asm
Normal file
12
constants/serial_constants.asm
Normal file
@@ -0,0 +1,12 @@
|
||||
; link types
|
||||
const_def
|
||||
const LINK_NULL ; 0
|
||||
const LINK_TIMECAPSULE ; 1
|
||||
const LINK_TRADECENTER ; 2
|
||||
const LINK_COLOSSEUM ; 3
|
||||
const LINK_MOBILE ; 4
|
||||
|
||||
|
||||
SERIAL_TIMECAPSULE EQU $60
|
||||
SERIAL_TRADECENTER EQU $70
|
||||
SERIAL_BATTLE EQU $80
|
Reference in New Issue
Block a user