Document Battle Pyramid Bag
This commit is contained in:
@@ -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}.");
|
||||
|
||||
Reference in New Issue
Block a user