summaryrefslogtreecommitdiff
path: root/src/pokedex_area_screen.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/pokedex_area_screen.c
parentc2ddb92c9e0905a6625f83f7b5e0936b630c0597 (diff)
Remove unused local variables and functions
Diffstat (limited to 'src/pokedex_area_screen.c')
-rwxr-xr-xsrc/pokedex_area_screen.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pokedex_area_screen.c b/src/pokedex_area_screen.c
index 7a3b38dc2..b63b00290 100755
--- a/src/pokedex_area_screen.c
+++ b/src/pokedex_area_screen.c
@@ -489,7 +489,6 @@ static bool8 MonListHasMon(const struct WildPokemonInfo *info, u16 species, u16
static void BuildAreaGlowTilemap(void)
{
u16 i, y, x, j;
- u16 val;
for (i = 0; i < ARRAY_COUNT(sPokedexAreaScreen->areaGlowTilemap); i++)
sPokedexAreaScreen->areaGlowTilemap[i] = 0;