mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-01-14 15:43:43 +01:00
Fix sPyramindFloorNames typo
This commit is contained in:
parent
5cf5adf7d7
commit
fe5269b875
@ -138,7 +138,7 @@ static bool8 FieldCB_ReturnToFieldStartMenu(void);
|
|||||||
|
|
||||||
static const struct WindowTemplate sSafariBallsWindowTemplate = {0, 1, 1, 9, 4, 0xF, 8};
|
static const struct WindowTemplate sSafariBallsWindowTemplate = {0, 1, 1, 9, 4, 0xF, 8};
|
||||||
|
|
||||||
static const u8* const sPyramindFloorNames[] =
|
static const u8* const sPyramidFloorNames[] =
|
||||||
{
|
{
|
||||||
gText_Floor1,
|
gText_Floor1,
|
||||||
gText_Floor2,
|
gText_Floor2,
|
||||||
@ -383,7 +383,7 @@ static void ShowPyramidFloorWindow(void)
|
|||||||
|
|
||||||
PutWindowTilemap(sBattlePyramidFloorWindowId);
|
PutWindowTilemap(sBattlePyramidFloorWindowId);
|
||||||
DrawStdWindowFrame(sBattlePyramidFloorWindowId, FALSE);
|
DrawStdWindowFrame(sBattlePyramidFloorWindowId, FALSE);
|
||||||
StringCopy(gStringVar1, sPyramindFloorNames[gSaveBlock2Ptr->frontier.curChallengeBattleNum]);
|
StringCopy(gStringVar1, sPyramidFloorNames[gSaveBlock2Ptr->frontier.curChallengeBattleNum]);
|
||||||
StringExpandPlaceholders(gStringVar4, gText_BattlePyramidFloor);
|
StringExpandPlaceholders(gStringVar4, gText_BattlePyramidFloor);
|
||||||
AddTextPrinterParameterized(sBattlePyramidFloorWindowId, 1, gStringVar4, 0, 1, 0xFF, NULL);
|
AddTextPrinterParameterized(sBattlePyramidFloorWindowId, 1, gStringVar4, 0, 1, 0xFF, NULL);
|
||||||
CopyWindowToVram(sBattlePyramidFloorWindowId, 2);
|
CopyWindowToVram(sBattlePyramidFloorWindowId, 2);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user