2017-10-13 14:47:26 +02:00
|
|
|
#ifndef GUARD_STRINGS_H
|
|
|
|
#define GUARD_STRINGS_H
|
|
|
|
|
|
|
|
// Exported type declarations
|
|
|
|
|
|
|
|
// Exported RAM declarations
|
|
|
|
|
|
|
|
// Exported ROM declarations
|
|
|
|
|
|
|
|
extern const u8 gText_FromSpace[];
|
2017-10-13 17:09:36 +02:00
|
|
|
extern const u8 gText_Lv50[];
|
|
|
|
extern const u8 gText_OpenLevel[];
|
|
|
|
extern const u8 gText_Mom[];
|
|
|
|
extern const u8 gText_Dad[];
|
|
|
|
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[];
|
|
|
|
extern const u8 gText_Single[];
|
|
|
|
extern const u8 gText_Double[];
|
|
|
|
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[];
|
|
|
|
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[];
|
|
|
|
extern const u8 gText_Slots[];
|
|
|
|
extern const u8 gText_Roulette[];
|
|
|
|
extern const u8 gText_Jackpot[];
|
|
|
|
extern const u8 gText_First[];
|
|
|
|
extern const u8 gText_Second[];
|
|
|
|
extern const u8 gText_Third[];
|
2017-10-23 00:55:07 +02:00
|
|
|
extern const u8 gText_NoDecorations[];
|
|
|
|
extern const u8 gText_NoDecorationsInUse[];
|
|
|
|
extern const u8 gText_Exit[];
|
|
|
|
extern const u8 gText_Cancel[];
|
|
|
|
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-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[];
|
|
|
|
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-10-13 14:47:26 +02:00
|
|
|
|
|
|
|
#endif //GUARD_STRINGS_H
|