summaryrefslogtreecommitdiff
path: root/src/party_menu.c
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2021-01-19 17:50:52 -0500
committerGriffinR <griffin.g.richards@gmail.com>2021-01-19 18:19:33 -0500
commitb65980cd4ea7e1a8052a0d2c5cb6edd73d35b89c (patch)
tree355ef6baab155f6eb553d534ade7af6f0dac65c8 /src/party_menu.c
parentc2ddb92c9e0905a6625f83f7b5e0936b630c0597 (diff)
Remove unused local variables and functions
Diffstat (limited to 'src/party_menu.c')
-rwxr-xr-xsrc/party_menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/party_menu.c b/src/party_menu.c
index 8aca27f47..256558985 100755
--- a/src/party_menu.c
+++ b/src/party_menu.c
@@ -151,7 +151,7 @@ static EWRAM_DATA u16 *sSlot1TilemapBuffer = 0; // for switching party slots
static EWRAM_DATA u16 *sSlot2TilemapBuffer = 0; //
EWRAM_DATA u8 gSelectedOrderFromParty[MAX_FRONTIER_PARTY_SIZE] = {0};
static EWRAM_DATA u16 sPartyMenuItemId = 0;
-static EWRAM_DATA u16 sUnused_0203CEFE = 0;
+static EWRAM_DATA u16 sUnused = 0;
EWRAM_DATA u8 gBattlePartyCurrentOrder[PARTY_SIZE / 2] = {0}; // bits 0-3 are the current pos of Slot 1, 4-7 are Slot 2, and so on
// IWRAM common