summaryrefslogtreecommitdiff
path: root/include/naming_screen.h
diff options
context:
space:
mode:
authorDiegoisawesome <Diegoisawesome@users.noreply.github.com>2017-10-20 14:01:40 -0500
committerGitHub <noreply@github.com>2017-10-20 14:01:40 -0500
commitafd42c8e145c77fbf07799a54aec405766eed45c (patch)
treecb7c42df376be690f6777ec9a843472f20d0efeb /include/naming_screen.h
parentd2cf86bff9792db39ca4f1288dc083ca8018a62e (diff)
parent31e0b468c7f859e72e758f3f0fc1051ab887d9a5 (diff)
Merge pull request #92 from DizzyEggg/decompile_walda_phrase
decompile walda phrase
Diffstat (limited to 'include/naming_screen.h')
-rw-r--r--include/naming_screen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/naming_screen.h b/include/naming_screen.h
index 55a8e75a3..3d69b834f 100644
--- a/include/naming_screen.h
+++ b/include/naming_screen.h
@@ -5,7 +5,7 @@
#define NAMING_SCREEN_BOX 1
#define NAMING_SCREEN_CAUGHT_MON 2
#define NAMING_SCREEN_3 3
-#define NAMING_SCREEN_WANDA 4
+#define NAMING_SCREEN_WALDA 4
void DoNamingScreen(u8 caseId, u8* dst, u16 monSpecies, u8 monGender, u32 monPersonality, void (*callback)(void));