Move strings to C

This commit is contained in:
Diegoisawesome 2018-07-25 01:15:36 -07:00
parent e92e2cb0aa
commit 7270e73fee
5 changed files with 2052 additions and 5467 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,14 +0,0 @@
gBerryFirmnessString_VerySoft:: @ 85E923A
.string "Very soft$"
gBerryFirmnessString_Soft:: @ 85E9244
.string "Soft$"
gBerryFirmnessString_Hard:: @ 85E9249
.string "Hard$"
gBerryFirmnessString_VeryHard:: @ 85E924E
.string "Very hard$"
gBerryFirmnessString_SuperHard:: @ 85E9258
.string "Super hard$"

View File

@ -1,65 +0,0 @@
gEasyChatGroupName_Pokemon:: @ 85EE98D
.string "POKéMON$"
gEasyChatGroupName_Trainer:: @ 85EE995
.string "TRAINER$"
gEasyChatGroupName_Status:: @ 85EE99D
.string "STATUS$"
gEasyChatGroupName_Battle:: @ 85EE9A4
.string "BATTLE$"
gEasyChatGroupName_Greetings:: @ 85EE9AB
.string "GREETINGS$"
gEasyChatGroupName_People:: @ 85EE9B5
.string "PEOPLE$"
gEasyChatGroupName_Voices:: @ 85EE9BC
.string "VOICES$"
gEasyChatGroupName_Speech:: @ 85EE9C3
.string "SPEECH$"
gEasyChatGroupName_Endings:: @ 85EE9CA
.string "ENDINGS$"
gEasyChatGroupName_Feelings:: @ 85EE9D2
.string "FEELINGS$"
gEasyChatGroupName_Conditions:: @ 85EE9DB
.string "CONDITIONS$"
gEasyChatGroupName_Actions:: @ 85EE9E6
.string "ACTIONS$"
gEasyChatGroupName_Lifestyle:: @ 85EE9EE
.string "LIFESTYLE$"
gEasyChatGroupName_Hobbies:: @ 85EE9F8
.string "HOBBIES$"
gEasyChatGroupName_Time:: @ 85EEA00
.string "TIME$"
gEasyChatGroupName_Misc:: @ 85EEA05
.string "MISC.$"
gEasyChatGroupName_Adjectives:: @ 85EEA0B
.string "ADJECTIVES$"
gEasyChatGroupName_Events:: @ 85EEA16
.string "EVENTS$"
gEasyChatGroupName_Move1:: @ 85EEA1D
.string "MOVE 1$"
gEasyChatGroupName_Move2:: @ 85EEA24
.string "MOVE 2$"
gEasyChatGroupName_TrendySaying:: @ 85EEA2B
.string "TRENDY SAYING$"
gEasyChatGroupName_Pokemon2:: @ 85EEA39
.string "POKéMON2$"

View File

@ -499,7 +499,7 @@ SECTIONS {
src/credits.o(.rodata); src/credits.o(.rodata);
src/lottery_corner.o(.rodata); src/lottery_corner.o(.rodata);
src/diploma.o(.rodata); src/diploma.o(.rodata);
data/strings.o(.rodata); src/strings.o(.rodata);
src/berry_tag_screen.o(.rodata); src/berry_tag_screen.o(.rodata);
src/mystery_event_menu.o(.rodata); src/mystery_event_menu.o(.rodata);
src/save_failed_screen.o(.rodata); src/save_failed_screen.o(.rodata);

2051
src/strings.c Normal file

File diff suppressed because it is too large Load Diff