diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-03-10 14:31:53 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-10 14:31:53 -0400 |
commit | a9bc506b32a13381ce60ad616cec532b82fcf660 (patch) | |
tree | 7b9baa6d26e1cd6ea99b4aa266de6b0cf914978c /include/strings.h | |
parent | c40d7241ff2d2c0220550339b27a2725aac856fe (diff) | |
parent | 7209db3397451f4b1424e01fb8950d4d74f8f4fa (diff) |
Merge pull request #295 from PikalaxALT/naming_screen
Naming screen
Diffstat (limited to 'include/strings.h')
-rw-r--r-- | include/strings.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/strings.h b/include/strings.h index 443d84de2..be3555780 100644 --- a/include/strings.h +++ b/include/strings.h @@ -1350,4 +1350,12 @@ extern const u8 gUnknown_8418AA1[]; extern const u8 gUnknown_8418AB2[]; extern const u8 gUnknown_841EE2B[]; +// naming_screen +extern const u8 gText_MoveOkBack[]; +extern const u8 gText_AlphabetUpperLower[]; +extern const u8 gText_YourName[]; +extern const u8 gText_BoxName[]; +extern const u8 gText_PkmnsNickname[]; +extern const u8 gText_RivalsName[]; + #endif //GUARD_STRINGS_H |