Decompile more easy_chat.c

This commit is contained in:
Marcus Huderle
2019-02-23 12:59:20 -06:00
committed by huderlem
parent d3f66a98ff
commit f34903bc45
4 changed files with 604 additions and 1568 deletions

View File

@@ -4892,5 +4892,6 @@ extern const u16 gFrontierPassMapCursor_Pal[];
// Easy Chat Screen
extern const u32 gEasyChatWindow_Gfx[];
extern const u32 gEasyChatWindow_Tilemap[];
extern const u16 gEasyChatMode_Pal[];
#endif //GUARD_GRAPHICS_H

View File

@@ -2422,5 +2422,13 @@ extern const u8 gText_AllTextBeingEditedWill[];
extern const u8 gText_BeDeletedThatOkay[];
extern const u8 gText_Lady[];
extern const u8 gText_F700sQuiz[];
extern const u8 gText_CreateAQuiz[];
extern const u8 gText_SelectTheAnswer[];
extern const u8 gText_OriginalSongWillBeUsed[];
extern const u8 gText_LyricsCantBeDeleted[];
extern const u8 gText_CombineTwoWordsOrPhrases3[];
extern const u8 gText_OnlyOnePhrase[];
extern const u8 gText_YouCannotQuitHere[];
extern const u8 gText_SectionMustBeCompleted[];
#endif // GUARD_STRINGS_H