diff options
Diffstat (limited to 'constants/misc_constants.asm')
-rw-r--r-- | constants/misc_constants.asm | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/constants/misc_constants.asm b/constants/misc_constants.asm index 2e77b795c..6ae41e989 100644 --- a/constants/misc_constants.asm +++ b/constants/misc_constants.asm @@ -156,26 +156,3 @@ SERIAL_BATTLE EQU $80 HMENURETURN_SCRIPT EQU %10000000 HMENURETURN_ASM EQU %11111111 - - -; 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 |