Document Battle Pyramid Bag

This commit is contained in:
GriffinR
2021-04-22 18:49:54 -04:00
parent f823cd224f
commit 8c820878bf
13 changed files with 595 additions and 521 deletions

View File

@@ -1,5 +1,6 @@
#include "global.h"
#include "strings.h"
#include "battle_pyramid_bag.h"
ALIGNED(4)
const u8 gText_ExpandedPlaceholder_Empty[] = _("");
@@ -252,7 +253,7 @@ const u8 gText_ThePokemonList[] = _("the POKéMON LIST");
const u8 gText_TheShop[] = _("the shop");
const u8 gText_ThePC[] = _("the PC");
const u8 *const gReturnToXStringsTable[] =
const u8 *const gBagMenu_ReturnToStrings[] =
{
gText_TheField,
gText_TheBattle,
@@ -268,12 +269,12 @@ const u8 *const gReturnToXStringsTable[] =
gText_ThePC
};
const u8 *const gReturnToXStringsTable2[] =
const u8 *const gPyramidBagMenu_ReturnToStrings[] =
{
gText_TheField,
gText_TheBattle,
gText_ThePokemonList,
gText_TheField
[PYRAMIDBAG_LOC_FIELD] = gText_TheField,
[PYRAMIDBAG_LOC_BATTLE] = gText_TheBattle,
[PYRAMIDBAG_LOC_PARTY] = gText_ThePokemonList,
[PYRAMIDBAG_LOC_CHOOSE_TOSS] = gText_TheField
};
const u8 gText_ReturnToVar1[] = _("Return to\n{STR_VAR_1}.");