diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2020-04-10 16:36:41 -0400 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2020-04-10 16:36:41 -0400 |
commit | c29408cbbb822f530c781daf4a0c34ac2f2fd98b (patch) | |
tree | 9b8a0203bfc5f88fbc07b1437406cc6dd974afaf /src/bg.c | |
parent | aea30489fc3994a856ba929d075ed762c7fb1967 (diff) |
Use defines/enums in window.c, window_8bpp.c
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: |