2017-12-15 09:53:33 -08:00
|
|
|
; MobileEZChatCategoryPointers indexes (see mobile/fixed_words.asm)
|
2017-12-09 09:57:42 -08:00
|
|
|
const_def
|
|
|
|
const EZCHAT_POKEMON
|
|
|
|
const EZCHAT_TYPES
|
|
|
|
const EZCHAT_GREETINGS
|
|
|
|
const EZCHAT_PEOPLE
|
|
|
|
const EZCHAT_BATTLE
|
|
|
|
const EZCHAT_EXCLAMATIONS
|
|
|
|
const EZCHAT_CONVERSATION
|
|
|
|
const EZCHAT_FEELINGS
|
|
|
|
const EZCHAT_CONDITIONS
|
|
|
|
const EZCHAT_LIFE
|
|
|
|
const EZCHAT_HOBBIES
|
|
|
|
const EZCHAT_ACTIONS
|
|
|
|
const EZCHAT_TIME
|
|
|
|
const EZCHAT_FAREWELLS
|
|
|
|
const EZCHAT_THISANDTHAT
|
|
|
|
|
2017-12-15 09:53:33 -08:00
|
|
|
NUM_KANA EQU 45 ; length of SortedPokemon table (see mobile/fixed_words.asm)
|
2017-12-09 09:57:42 -08:00
|
|
|
|
|
|
|
MOBILE_LOGIN_PASSWORD_LENGTH EQU 17
|