summaryrefslogtreecommitdiff
path: root/src/walda_phrase.c
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2018-02-14 00:58:22 +0100
committerDizzyEggg <jajkodizzy@wp.pl>2018-02-14 00:58:22 +0100
commit94b47c0686d3f4c5da962011797cc89a2efdd88c (patch)
tree39c301010ead5f96ceb927a72e09de7d9550b266 /src/walda_phrase.c
parentf22be4d0105304147ca982a91c239b9e3a7d31aa (diff)
decompile overworld
Diffstat (limited to 'src/walda_phrase.c')
-rw-r--r--src/walda_phrase.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/walda_phrase.c b/src/walda_phrase.c
index 59fd3fedb..04789bfb5 100644
--- a/src/walda_phrase.c
+++ b/src/walda_phrase.c
@@ -14,7 +14,7 @@ extern const u8 gText_Peekaboo[];
extern u8 *GetWaldaPhrasePtr(void);
extern bool32 IsWaldaPhraseEmpty(void);
extern void sub_80AF168(void);
-extern void c2_exit_to_overworld_2_switch(void);
+extern void CB2_ReturnToField(void);
extern void SetWaldaPhrase(const u8 *src);
extern void SetWaldaWallpaperPatternId(u8 patternId);
extern void SetWaldaWallpaperIconId(u8 iconId);
@@ -80,7 +80,7 @@ static void CB2_HandleGivenWaldaPhrase(void)
StringCopy(gStringVar1, GetWaldaPhrasePtr());
gFieldCallback = sub_80AF168;
- SetMainCallback2(c2_exit_to_overworld_2_switch);
+ SetMainCallback2(CB2_ReturnToField);
}
static u32 GetWaldaPhraseInputCase(u8 *inputPtr)