diff options
Diffstat (limited to 'src/bg.c')
-rw-r--r-- | src/bg.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |