summaryrefslogtreecommitdiff
path: root/src/bg.c
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2019-06-26 16:23:00 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2019-06-26 16:42:57 -0400
commitb839c213073f99d73d03bb28f0fd350e13afba09 (patch)
tree554c6ecbc9701bfa7d5397d2e22439f2793b079c /src/bg.c
parentfb06e4a3c94ae17b73df6d3aecf2d18213aa183e (diff)
Fix/suppress warnings when building with gcc-8
Diffstat (limited to 'src/bg.c')
-rw-r--r--src/bg.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/bg.c b/src/bg.c
index abeb49306..43570f5eb 100644
--- a/src/bg.c
+++ b/src/bg.c
@@ -37,9 +37,9 @@ struct BgConfig2
s32 bg_y;
};
-static IWRAM_DATA struct BgControl sGpuBgConfigs;
-static IWRAM_DATA struct BgConfig2 sGpuBgConfigs2[4];
-static IWRAM_DATA u32 sDmaBusyBitfield[4];
+static struct BgControl sGpuBgConfigs;
+static struct BgConfig2 sGpuBgConfigs2[4];
+static u32 sDmaBusyBitfield[4];
u32 gUnneededFireRedVariable;