Separate file for mobile constants

This commit is contained in:
Remy Oukaour
2017-12-09 12:57:42 -05:00
parent 6a41d4f63e
commit 55d19b6dca
3 changed files with 22 additions and 23 deletions

View File

@@ -0,0 +1,21 @@
; MobileEZChatCategoryPointers indexes (see misc/fixed_words.asm)
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
NUM_KANA EQU 45 ; length of SortedPokemon table (see misc/fixed_words.asm)
MOBILE_LOGIN_PASSWORD_LENGTH EQU 17