mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 19:47:35 +01:00
96 lines
3.1 KiB
C
96 lines
3.1 KiB
C
#ifndef GUARD_STRINGS_H
|
|
#define GUARD_STRINGS_H
|
|
|
|
// Exported type declarations
|
|
|
|
// Exported RAM declarations
|
|
|
|
// Exported ROM declarations
|
|
|
|
extern const u8 gText_FromSpace[];
|
|
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[];
|
|
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[];
|
|
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[];
|
|
extern const u8 gText_Hoenn[];
|
|
extern const u8 gText_Ferry[];
|
|
extern const u8 gText_SecretBase[];
|
|
extern const u8 gText_Hideout[];
|
|
extern const u8 gText_FlyToWhere[];
|
|
extern const u8 gText_PokemonLeague[];
|
|
extern const u8 gText_PokemonCenter[];
|
|
extern const u8 gText_ApostropheSBase[];
|
|
extern const u8 gText_NoRegistry[];
|
|
extern const u8 gText_OkayToDeleteFromRegistry[];
|
|
extern const u8 gText_RegisteredDataDeleted[];
|
|
extern const u8 gUnknown_085EA79D[];
|
|
extern const u8 gText_EmptyString2[];
|
|
extern const u8 gText_Confirm3[];
|
|
extern const u8 gText_Cancel4[];
|
|
extern const u8 gText_IsThisTheCorrectTime[];
|
|
extern const u8 gText_PkmnFainted3[];
|
|
extern const u8 gText_Coins[];
|
|
extern const u8 gText_Draw[];
|
|
extern const u8 gText_Loss[];
|
|
extern const u8 gText_Win[];
|
|
|
|
#endif //GUARD_STRINGS_H
|