Use defines/enums in window.c, window_8bpp.c

This commit is contained in:
PikalaxALT
2020-04-10 16:36:41 -04:00
parent aea30489fc
commit c29408cbbb
4 changed files with 24 additions and 24 deletions
+1 -1
View File
@@ -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: