2017-10-13 14:47:26 +02:00
|
|
|
#ifndef GUARD_STRINGS_H
|
|
|
|
#define GUARD_STRINGS_H
|
|
|
|
|
|
|
|
extern const u8 gText_FromSpace[];
|
2017-12-11 16:52:28 +01:00
|
|
|
|
2017-10-13 17:09:36 +02:00
|
|
|
extern const u8 gText_Lv50[];
|
|
|
|
extern const u8 gText_OpenLevel[];
|
2017-12-11 16:52:28 +01:00
|
|
|
|
2017-10-13 17:09:36 +02:00
|
|
|
extern const u8 gText_Mom[];
|
|
|
|
extern const u8 gText_Dad[];
|
2017-12-11 16:52:28 +01:00
|
|
|
|
2017-10-13 17:09:36 +02:00
|
|
|
extern const u8 gText_Cool[];
|
|
|
|
extern const u8 gText_Beauty[];
|
|
|
|
extern const u8 gText_Cute[];
|
|
|
|
extern const u8 gText_Smart[];
|
|
|
|
extern const u8 gText_Tough[];
|
2017-12-11 16:52:28 +01:00
|
|
|
|
2017-10-13 17:09:36 +02:00
|
|
|
extern const u8 gText_Single[];
|
|
|
|
extern const u8 gText_Double[];
|
2017-12-11 16:52:28 +01:00
|
|
|
|
2017-12-16 00:08:23 +01:00
|
|
|
extern const u8 gText_Spicy[];
|
|
|
|
extern const u8 gText_Dry[];
|
|
|
|
extern const u8 gText_Sweet[];
|
|
|
|
extern const u8 gText_Bitter[];
|
|
|
|
extern const u8 gText_Sour[];
|
|
|
|
|
|
|
|
extern const u8 gText_StowCase[];
|
|
|
|
extern const u8 gText_LvVar1[];
|
|
|
|
|
2017-10-13 17:09:36 +02:00
|
|
|
extern const u8 gText_Spicy2[];
|
|
|
|
extern const u8 gText_Dry2[];
|
|
|
|
extern const u8 gText_Sweet2[];
|
|
|
|
extern const u8 gText_Bitter2[];
|
|
|
|
extern const u8 gText_Sour2[];
|
2017-12-11 16:52:28 +01:00
|
|
|
|
2017-10-13 17:09:36 +02:00
|
|
|
extern const u8 gText_Excellent[];
|
|
|
|
extern const u8 gText_VeryGood[];
|
|
|
|
extern const u8 gText_Good[];
|
|
|
|
extern const u8 gText_SoSo[];
|
|
|
|
extern const u8 gText_Bad[];
|
|
|
|
extern const u8 gText_TheWorst[];
|
2017-12-11 16:52:28 +01:00
|
|
|
|
2017-10-13 17:09:36 +02:00
|
|
|
extern const u8 gText_Slots[];
|
|
|
|
extern const u8 gText_Roulette[];
|
|
|
|
extern const u8 gText_Jackpot[];
|
2017-12-11 16:52:28 +01:00
|
|
|
|
2017-10-13 17:09:36 +02:00
|
|
|
extern const u8 gText_First[];
|
|
|
|
extern const u8 gText_Second[];
|
|
|
|
extern const u8 gText_Third[];
|
2017-12-11 16:52:28 +01:00
|
|
|
|
2017-10-23 00:55:07 +02:00
|
|
|
extern const u8 gText_NoDecorations[];
|
|
|
|
extern const u8 gText_NoDecorationsInUse[];
|
2017-12-11 16:52:28 +01:00
|
|
|
|
2017-10-23 00:55:07 +02:00
|
|
|
extern const u8 gText_Exit[];
|
|
|
|
extern const u8 gText_Cancel[];
|
2017-12-11 16:52:28 +01:00
|
|
|
|
2017-12-16 15:10:29 +01:00
|
|
|
extern const u8 gText_ThrowAwayVar1[];
|
|
|
|
extern const u8 gText_Var1ThrownAway[];
|
|
|
|
|
2017-10-23 00:55:07 +02:00
|
|
|
extern const u8 gText_Color161Shadow161[];
|
|
|
|
extern const u8 gText_GoBackPrevMenu[];
|
|
|
|
extern const u8 gText_CantPlaceInRoom[];
|
|
|
|
extern const u8 gText_NoMoreDecorations[];
|
|
|
|
extern const u8 gText_NoMoreDecorations2[];
|
|
|
|
extern const u8 gText_InUseAlready[];
|
|
|
|
extern const u8 gText_CancelDecorating[];
|
|
|
|
extern const u8 gText_PlaceItHere[];
|
|
|
|
extern const u8 gText_CantBePlacedHere[];
|
|
|
|
extern const u8 gText_DecorationReturnedToPC[];
|
|
|
|
extern const u8 gText_StopPuttingAwayDecorations[];
|
|
|
|
extern const u8 gText_ReturnDecorationToPC[];
|
|
|
|
extern const u8 gText_NoDecorationHere[];
|
|
|
|
extern const u8 gText_DecorationWillBeDiscarded[];
|
|
|
|
extern const u8 gText_CantThrowAwayInUse[];
|
|
|
|
extern const u8 gText_DecorationThrownAway[];
|
2017-12-11 16:52:28 +01:00
|
|
|
|
2017-10-23 02:13:31 +02:00
|
|
|
extern const u8 gText_Desk[];
|
|
|
|
extern const u8 gText_Chair[];
|
|
|
|
extern const u8 gText_Plant[];
|
|
|
|
extern const u8 gText_Ornament[];
|
|
|
|
extern const u8 gText_Mat[];
|
|
|
|
extern const u8 gText_Poster[];
|
2017-12-11 16:52:28 +01:00
|
|
|
|
2017-10-23 02:13:31 +02:00
|
|
|
extern const u8 gText_PutOutSelectedDecorItem[];
|
|
|
|
extern const u8 gText_StoreChosenDecorInPC[];
|
|
|
|
extern const u8 gText_ThrowAwayUnwantedDecors[];
|
|
|
|
extern const u8 gText_Doll[];
|
|
|
|
extern const u8 gText_Cushion[];
|
|
|
|
extern const u8 gText_Decorate[];
|
|
|
|
extern const u8 gText_PutAway[];
|
|
|
|
extern const u8 gText_Toss2[];
|
2017-10-29 15:58:33 +01:00
|
|
|
extern const u8 gText_Hoenn[];
|
2017-11-01 02:55:57 +01:00
|
|
|
extern const u8 gText_Ferry[];
|
|
|
|
extern const u8 gText_SecretBase[];
|
|
|
|
extern const u8 gText_Hideout[];
|
2017-11-01 03:34:12 +01:00
|
|
|
extern const u8 gText_FlyToWhere[];
|
2017-11-13 03:13:18 +01:00
|
|
|
extern const u8 gText_PokemonLeague[];
|
|
|
|
extern const u8 gText_PokemonCenter[];
|
2017-10-27 04:21:20 +02:00
|
|
|
extern const u8 gText_ApostropheSBase[];
|
|
|
|
extern const u8 gText_NoRegistry[];
|
|
|
|
extern const u8 gText_OkayToDeleteFromRegistry[];
|
2017-10-27 04:37:16 +02:00
|
|
|
extern const u8 gText_RegisteredDataDeleted[];
|
2017-10-28 05:21:09 +02:00
|
|
|
extern const u8 gUnknown_085EA79D[];
|
2017-12-01 21:25:13 +01:00
|
|
|
extern const u8 gText_EmptyString2[];
|
2017-11-25 01:49:03 +01:00
|
|
|
extern const u8 gText_Confirm3[];
|
2017-11-25 02:06:29 +01:00
|
|
|
extern const u8 gText_Cancel4[];
|
2017-11-25 03:06:46 +01:00
|
|
|
extern const u8 gText_IsThisTheCorrectTime[];
|
2017-11-23 02:10:35 +01:00
|
|
|
extern const u8 gText_PkmnFainted3[];
|
2017-11-24 05:10:51 +01:00
|
|
|
extern const u8 gText_Coins[];
|
2017-12-17 20:10:57 +01:00
|
|
|
extern const u8 gText_Draw[];
|
|
|
|
extern const u8 gText_Loss[];
|
|
|
|
extern const u8 gText_Win[];
|
2017-12-11 16:52:28 +01:00
|
|
|
|
2017-12-09 21:23:40 +01:00
|
|
|
extern const u8 gText_Var1AteTheVar2[];
|
|
|
|
extern const u8 gText_Var1HappilyAteVar2[];
|
|
|
|
extern const u8 gText_Var1DisdainfullyAteVar2[];
|
2017-10-13 14:47:26 +02:00
|
|
|
|
2017-12-11 16:52:28 +01:00
|
|
|
extern const u8 gText_RedPokeblock[];
|
|
|
|
extern const u8 gText_BluePokeblock[];
|
|
|
|
extern const u8 gText_PinkPokeblock[];
|
|
|
|
extern const u8 gText_GreenPokeblock[];
|
|
|
|
extern const u8 gText_YellowPokeblock[];
|
|
|
|
extern const u8 gText_PurplePokeblock[];
|
|
|
|
extern const u8 gText_IndigoPokeblock[];
|
|
|
|
extern const u8 gText_BrownPokeblock[];
|
|
|
|
extern const u8 gText_LiteBluePokeblock[];
|
|
|
|
extern const u8 gText_OlivePokeblock[];
|
|
|
|
extern const u8 gText_GrayPokeblock[];
|
|
|
|
extern const u8 gText_BlackPokeblock[];
|
|
|
|
extern const u8 gText_WhitePokeblock[];
|
|
|
|
extern const u8 gText_GoldPokeblock[];
|
|
|
|
|
|
|
|
extern const u8 gMenuText_Use[];
|
|
|
|
extern const u8 gMenuText_Toss[];
|
|
|
|
extern const u8 gMenuText_Give[];
|
|
|
|
extern const u8 gMenuText_Give2[];
|
|
|
|
|
|
|
|
extern const u8 gText_Cancel2[];
|
|
|
|
|
2017-10-13 14:47:26 +02:00
|
|
|
#endif //GUARD_STRINGS_H
|