easy chat group names
This commit is contained in:
25
data/text/easy_chat/easy_chat_group_name_pointers.s
Normal file
25
data/text/easy_chat/easy_chat_group_name_pointers.s
Normal file
@@ -0,0 +1,25 @@
|
||||
.align 2, 0
|
||||
|
||||
gEasyChatGroupNamePointers: ; 859E5D4
|
||||
.4byte gEasyChatGroupName_Pokemon
|
||||
.4byte gEasyChatGroupName_Trainer
|
||||
.4byte gEasyChatGroupName_Status
|
||||
.4byte gEasyChatGroupName_Battle
|
||||
.4byte gEasyChatGroupName_Greetings
|
||||
.4byte gEasyChatGroupName_People
|
||||
.4byte gEasyChatGroupName_Voices
|
||||
.4byte gEasyChatGroupName_Speech
|
||||
.4byte gEasyChatGroupName_Endings
|
||||
.4byte gEasyChatGroupName_Feelings
|
||||
.4byte gEasyChatGroupName_Conditions
|
||||
.4byte gEasyChatGroupName_Actions
|
||||
.4byte gEasyChatGroupName_Lifestyle
|
||||
.4byte gEasyChatGroupName_Hobbies
|
||||
.4byte gEasyChatGroupName_Time
|
||||
.4byte gEasyChatGroupName_Misc
|
||||
.4byte gEasyChatGroupName_Adjectives
|
||||
.4byte gEasyChatGroupName_Events
|
||||
.4byte gEasyChatGroupName_Move1
|
||||
.4byte gEasyChatGroupName_Move2
|
||||
.4byte gEasyChatGroupName_TrendySaying
|
||||
.4byte gEasyChatGroupName_Pokemon2
|
||||
65
data/text/easy_chat/easy_chat_group_names.s
Normal file
65
data/text/easy_chat/easy_chat_group_names.s
Normal file
@@ -0,0 +1,65 @@
|
||||
gEasyChatGroupName_Pokemon: ; 85EE98D
|
||||
.charmapstr "POKéMON$"
|
||||
|
||||
gEasyChatGroupName_Trainer: ; 85EE995
|
||||
.charmapstr "TRAINER$"
|
||||
|
||||
gEasyChatGroupName_Status: ; 85EE99D
|
||||
.charmapstr "STATUS$"
|
||||
|
||||
gEasyChatGroupName_Battle: ; 85EE9A4
|
||||
.charmapstr "BATTLE$"
|
||||
|
||||
gEasyChatGroupName_Greetings: ; 85EE9AB
|
||||
.charmapstr "GREETINGS$"
|
||||
|
||||
gEasyChatGroupName_People: ; 85EE9B5
|
||||
.charmapstr "PEOPLE$"
|
||||
|
||||
gEasyChatGroupName_Voices: ; 85EE9BC
|
||||
.charmapstr "VOICES$"
|
||||
|
||||
gEasyChatGroupName_Speech: ; 85EE9C3
|
||||
.charmapstr "SPEECH$"
|
||||
|
||||
gEasyChatGroupName_Endings: ; 85EE9CA
|
||||
.charmapstr "ENDINGS$"
|
||||
|
||||
gEasyChatGroupName_Feelings: ; 85EE9D2
|
||||
.charmapstr "FEELINGS$"
|
||||
|
||||
gEasyChatGroupName_Conditions: ; 85EE9DB
|
||||
.charmapstr "CONDITIONS$"
|
||||
|
||||
gEasyChatGroupName_Actions: ; 85EE9E6
|
||||
.charmapstr "ACTIONS$"
|
||||
|
||||
gEasyChatGroupName_Lifestyle: ; 85EE9EE
|
||||
.charmapstr "LIFESTYLE$"
|
||||
|
||||
gEasyChatGroupName_Hobbies: ; 85EE9F8
|
||||
.charmapstr "HOBBIES$"
|
||||
|
||||
gEasyChatGroupName_Time: ; 85EEA00
|
||||
.charmapstr "TIME$"
|
||||
|
||||
gEasyChatGroupName_Misc: ; 85EEA05
|
||||
.charmapstr "MISC.$"
|
||||
|
||||
gEasyChatGroupName_Adjectives: ; 85EEA0B
|
||||
.charmapstr "ADJECTIVES$"
|
||||
|
||||
gEasyChatGroupName_Events: ; 85EEA16
|
||||
.charmapstr "EVENTS$"
|
||||
|
||||
gEasyChatGroupName_Move1: ; 85EEA1D
|
||||
.charmapstr "MOVE 1$"
|
||||
|
||||
gEasyChatGroupName_Move2: ; 85EEA24
|
||||
.charmapstr "MOVE 2$"
|
||||
|
||||
gEasyChatGroupName_TrendySaying: ; 85EEA2B
|
||||
.charmapstr "TRENDY SAYING$"
|
||||
|
||||
gEasyChatGroupName_Pokemon2: ; 85EEA39
|
||||
.charmapstr "POKéMON2$"
|
||||
Reference in New Issue
Block a user