diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-04-27 14:48:09 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-27 14:48:09 -0400 |
commit | c6300b5325302673d10526e7f83412263349ce33 (patch) | |
tree | 18a320f71cdce9ccd1a47c954c586438974e6a1f /include/strings.h | |
parent | 18f85b5cf0170717d303b59d5e043bcbb6f919a2 (diff) | |
parent | 8c820878bfa91e7a00953e02a5e93847c5428468 (diff) |
Merge pull request #1417 from GriffinRichards/doc-pyramidbag
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[]; |