You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Updated signpost items and person_event flags
This commit is contained in:
43
constants/phone_constants.asm
Normal file
43
constants/phone_constants.asm
Normal file
@@ -0,0 +1,43 @@
|
||||
|
||||
PHONE_SCHOOLBOY_JACK EQU $05
|
||||
PHONE_POKEFAN_BEVERLY EQU $06
|
||||
PHONE_SAILOR_HUEY EQU $07
|
||||
|
||||
PHONE_COOLTRAINERM_GAVEN EQU $0b
|
||||
PHONE_COOLTRAINERF_BETH EQU $0c
|
||||
PHONE_BIRDKEEPER_JOSE EQU $0d
|
||||
PHONE_COOLTRAINERF_REENA EQU $0e
|
||||
PHONE_YOUNGSTER_JOEY EQU $0f
|
||||
PHONE_BUG_CATCHER_WADE EQU $10
|
||||
PHONE_FISHER_RALPH EQU $11
|
||||
PHONE_PICNICKER_LIZ EQU $12
|
||||
PHONE_HIKER_ANTHONY EQU $13
|
||||
PHONE_CAMPER_TODD EQU $14
|
||||
PHONE_PICNICKER_GINA EQU $15
|
||||
PHONE_JUGGLER_IRWIN EQU $16
|
||||
PHONE_BUG_CATCHER_ARNIE EQU $17
|
||||
PHONE_SCHOOLBOY_ALAN EQU $18
|
||||
|
||||
PHONE_LASS_DANA EQU $1a
|
||||
PHONE_SCHOOLBOY_CHAD EQU $1b
|
||||
PHONE_POKEFANM_DEREK EQU $1c
|
||||
PHONE_FISHER_TULLY EQU $1d
|
||||
PHONE_POKEMANIAC_BRENT EQU $1e
|
||||
PHONE_PICNICKER_TIFFANY EQU $1f
|
||||
PHONE_BIRDKEEPER_VANCE EQU $20
|
||||
PHONE_FISHER_WILTON EQU $21
|
||||
PHONE_BLACKBELT_KENJI EQU $22
|
||||
PHONE_HIKER_PARRY EQU $23
|
||||
PHONE_PICNICKER_ERIN EQU $24
|
||||
|
||||
const_def
|
||||
const ELMCALL_NONE
|
||||
const ELMCALL_POKERUS
|
||||
const ELMCALL_ROBBED
|
||||
const ELMCALL_ASSISTANT
|
||||
const ELMCALL_WEIRDBROADCAST
|
||||
const ELMCALL_SSTICKET
|
||||
const ELMCALL_UNKNOWN
|
||||
const MOMCALL_WORRIED
|
||||
const ELMCALL_MASTERBALL
|
||||
|
Reference in New Issue
Block a user