summaryrefslogtreecommitdiff
path: root/src/fieldmap.c
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2021-01-19 23:22:44 -0500
committerGitHub <noreply@github.com>2021-01-19 23:22:44 -0500
commit18b8e0ee8e01e77650ce7903dc50be2086218d8d (patch)
tree78b480e081fe4c4c1fa89d84413ab8686acee75a /src/fieldmap.c
parent6999b237ebbc36c3aa751335027bcba6b5b3556f (diff)
parentb65980cd4ea7e1a8052a0d2c5cb6edd73d35b89c (diff)
Merge pull request #1311 from GriffinRichards/clean-unused
Remove unused local variables and functions
Diffstat (limited to 'src/fieldmap.c')
-rw-r--r--src/fieldmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fieldmap.c b/src/fieldmap.c
index 296c4edf2..2961d2f49 100644
--- a/src/fieldmap.c
+++ b/src/fieldmap.c
@@ -28,7 +28,7 @@ EWRAM_DATA static u16 gBackupMapData[MAX_MAP_DATA_SIZE] = {0};
EWRAM_DATA struct MapHeader gMapHeader = {0};
EWRAM_DATA struct Camera gCamera = {0};
EWRAM_DATA static struct ConnectionFlags gMapConnectionFlags = {0};
-EWRAM_DATA static u32 sFiller_02037344 = 0; // without this, the next file won't align properly
+EWRAM_DATA static u32 sFiller = 0; // without this, the next file won't align properly
struct BackupMapLayout gBackupMapLayout;