diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-12-19 22:47:27 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-12-19 22:47:27 +0100 |
commit | 128239d65edefc9d290a642c269adcc5b859a6f4 (patch) | |
tree | cd4bf663a4cc614f95de569f9e415359a1277065 /src/walda_phrase.c | |
parent | 9ffd0c73829e5a0aded23518887007da9c3fc44c (diff) |
Almost there
Diffstat (limited to 'src/walda_phrase.c')
-rw-r--r-- | src/walda_phrase.c | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/src/walda_phrase.c b/src/walda_phrase.c index ff2ee7399..10a899583 100644 --- a/src/walda_phrase.c +++ b/src/walda_phrase.c @@ -7,18 +7,11 @@ #include "text.h" #include "new_game.h" #include "overworld.h" +#include "pokemon_storage_system.h" +#include "field_screen.h" extern const u8 gText_Peekaboo[]; -extern u8 *GetWaldaPhrasePtr(void); -extern bool32 IsWaldaPhraseEmpty(void); -extern void sub_80AF168(void); -extern void SetWaldaPhrase(const u8 *src); -extern void SetWaldaWallpaperPatternId(u8 patternId); -extern void SetWaldaWallpaperIconId(u8 iconId); -extern void SetWaldaWallpaperColors(u16 backgroundColor, u16 foregroundColor); -extern void SetWaldaWallpaperLockedOrUnlocked(bool32 unlocked); - // this file's functions static void CB2_HandleGivenWaldaPhrase(void); static u32 GetWaldaPhraseInputCase(u8 *inputPtr); |