summaryrefslogtreecommitdiff
path: root/data/text/easy_chat/group_words.inc
blob: a4ba6bacb50cad5a35069dd68adfad20820701e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
	.include "data/text/easy_chat/groups/pokemon/words.inc"
	.include "data/text/easy_chat/groups/trainer/words.inc"
	.include "data/text/easy_chat/groups/status/words.inc"
	.include "data/text/easy_chat/groups/battle/words.inc"
	.include "data/text/easy_chat/groups/greetings/words.inc"
	.include "data/text/easy_chat/groups/people/words.inc"
	.include "data/text/easy_chat/groups/voices/words.inc"
	.include "data/text/easy_chat/groups/speech/words.inc"
	.include "data/text/easy_chat/groups/endings/words.inc"
	.include "data/text/easy_chat/groups/feelings/words.inc"
	.include "data/text/easy_chat/groups/conditions/words.inc"
	.include "data/text/easy_chat/groups/actions/words.inc"
	.include "data/text/easy_chat/groups/lifestyle/words.inc"
	.include "data/text/easy_chat/groups/hobbies/words.inc"
	.include "data/text/easy_chat/groups/time/words.inc"
	.include "data/text/easy_chat/groups/misc/words.inc"
	.include "data/text/easy_chat/groups/adjectives/words.inc"
	.include "data/text/easy_chat/groups/events/words.inc"
	.include "data/text/easy_chat/groups/move_1/words.inc"
	.include "data/text/easy_chat/groups/move_2/words.inc"
	.include "data/text/easy_chat/groups/trendy_saying/words.inc"
	.include "data/text/easy_chat/groups/pokemon_2/words.inc"

	.align 2
gEasyChatGroupWords:: @ 83DE0E0
	.4byte gEasyChatGroupWords_Pokemon
	.4byte gEasyChatGroupWords_Trainer
	.4byte gEasyChatGroupWords_Status
	.4byte gEasyChatGroupWords_Battle
	.4byte gEasyChatGroupWords_Greetings
	.4byte gEasyChatGroupWords_People
	.4byte gEasyChatGroupWords_Voices
	.4byte gEasyChatGroupWords_Speech
	.4byte gEasyChatGroupWords_Endings
	.4byte gEasyChatGroupWords_Feelings
	.4byte gEasyChatGroupWords_Conditions
	.4byte gEasyChatGroupWords_Actions
	.4byte gEasyChatGroupWords_Lifestyle
	.4byte gEasyChatGroupWords_Hobbies
	.4byte gEasyChatGroupWords_Time
	.4byte gEasyChatGroupWords_Misc
	.4byte gEasyChatGroupWords_Adjectives
	.4byte gEasyChatGroupWords_Events
	.4byte gEasyChatGroupWords_Move1
	.4byte gEasyChatGroupWords_Move2
	.4byte gEasyChatGroupWords_TrendySaying
	.4byte gEasyChatGroupWords_Pokemon2