Merge pull request #1730 from GriffinRichards/sync-naming-screen

Clean up naming screen graphics
This commit is contained in:
GriffinR
2022-08-12 11:05:55 -04:00
committed by GitHub
29 changed files with 184 additions and 142 deletions

View File

@@ -3021,4 +3021,11 @@ extern const u8 gText_PkmnForSwap[];
extern const u8 gText_SamePkmnInPartyAlready[];
extern const u8 gText_Cancel3[];
// Naming Screen
extern const u8 gText_MoveOkBack[];
extern const u8 gText_YourName[];
extern const u8 gText_BoxName[];
extern const u8 gText_PkmnsNickname[];
extern const u8 gText_TellHimTheWords[];
#endif // GUARD_STRINGS_H