diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-07-06 17:22:37 -0400 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2020-07-06 17:26:25 -0400 |
commit | 43c48d95c269e2024afb6ef72da4e2ff4f2ce339 (patch) | |
tree | df558f15f5763402a2d93a8adfd2a7a063adf9cd /include | |
parent | 46f4a4bbf7239743c333cd32d30b74a7b3176acc (diff) |
Document starter_choose.c
Diffstat (limited to 'include')
-rw-r--r-- | include/starter_choose.h | 1 | ||||
-rw-r--r-- | include/strings.h | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/include/starter_choose.h b/include/starter_choose.h index 535e272b7..7a4f6e967 100644 --- a/include/starter_choose.h +++ b/include/starter_choose.h @@ -5,6 +5,7 @@ extern const u16 gBirchBagGrassPal[2][16]; extern const u32 gBirchBagTilemap[]; extern const u32 gBirchGrassTilemap[]; extern const u32 gBirchHelpGfx[]; +extern const u32 gPokeballSelection_Gfx[]; u16 GetStarterPokemon(u16 chosenStarterId); void CB2_ChooseStarter(void); diff --git a/include/strings.h b/include/strings.h index 5720598ad..b9101bceb 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[]; |