summaryrefslogtreecommitdiff
path: root/constants/mobile_constants.asm
blob: 0ac28c94b4b5bb7f633a11f3c519af72cb93e3ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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