diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-04-22 18:49:54 -0400 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2021-04-23 15:07:36 -0400 |
commit | 8c820878bfa91e7a00953e02a5e93847c5428468 (patch) | |
tree | 5dc0314e99ac0172f122991e2d94b8d51fe74306 /include/strings.h | |
parent | f823cd224fcc24c756fc66c229fb4cb24e60638d (diff) |
Document Battle Pyramid Bag
Diffstat (limited to 'include/strings.h')
-rw-r--r-- | include/strings.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/strings.h b/include/strings.h index 8880f3a5c..04283db0e 100644 --- a/include/strings.h +++ b/include/strings.h @@ -982,7 +982,8 @@ extern const u8 gText_RibbonsVar1[]; extern const u8 gText_OneDash[]; extern const u8 gText_TwoDashes[]; -extern const u8 *const gReturnToXStringsTable2[]; +extern const u8 *const gBagMenu_ReturnToStrings[]; +extern const u8 *const gPyramidBagMenu_ReturnToStrings[]; extern const u8 gText_NumPlayerLink[]; extern const u8 gText_ConfirmLinkWhenPlayersReady[]; |