diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-07-17 16:02:10 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-17 16:02:10 -0400 |
commit | 50e48898d2ab25b792b563825dca79d327bcb542 (patch) | |
tree | bde6dce5dbebe6faf2ea498340520917543d60da /include/strings.h | |
parent | 300f36654d17f750738d3e215aa9b2dfda7c9ef3 (diff) | |
parent | 43c48d95c269e2024afb6ef72da4e2ff4f2ce339 (diff) |
Merge pull request #1088 from GriffinRichards/doc-starterchoose
Document starter_choose.c
Diffstat (limited to 'include/strings.h')
-rw-r--r-- | include/strings.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/strings.h b/include/strings.h index 67b238422..702392efa 100644 --- a/include/strings.h +++ b/include/strings.h @@ -374,6 +374,9 @@ extern const u8 gText_DefaultNameTerra[]; extern const u8 gText_DefaultNameLucy[]; extern const u8 gText_DefaultNameHalie[]; +extern const u8 gText_BirchInTrouble[]; +extern const u8 gText_ConfirmStarterChoice[]; + // mystery event menu text extern const u8 gText_EventSafelyLoaded[]; extern const u8 gText_LoadErrorEndingSession[]; |