summaryrefslogtreecommitdiff
path: root/src/bg.c
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2020-04-10 16:36:41 -0400
committerPikalaxALT <PikalaxALT@gmail.com>2020-04-10 16:36:41 -0400
commitc29408cbbb822f530c781daf4a0c34ac2f2fd98b (patch)
tree9b8a0203bfc5f88fbc07b1437406cc6dd974afaf /src/bg.c
parentaea30489fc3994a856ba929d075ed762c7fb1967 (diff)
Use defines/enums in window.c, window_8bpp.c
Diffstat (limited to 'src/bg.c')
-rw-r--r--src/bg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bg.c b/src/bg.c
index 6697e635f..598f402af 100644
--- a/src/bg.c
+++ b/src/bg.c
@@ -567,7 +567,7 @@ u16 GetBgAttribute(u8 bg, u8 attributeId)
return GetBgControlAttribute(bg, BG_CTRL_ATTR_MOSAIC);
case BG_ATTR_WRAPAROUND:
return GetBgControlAttribute(bg, BG_CTRL_ATTR_WRAPAROUND);
- case BG_ATTR_TEXTORAFFINEMODE:
+ case BG_ATTR_MAPSIZE:
switch (GetBgType(bg))
{
case 0: