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 /include | |
parent | aea30489fc3994a856ba929d075ed762c7fb1967 (diff) |
Use defines/enums in window.c, window_8bpp.c
Diffstat (limited to 'include')
-rw-r--r-- | include/bg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/bg.h b/include/bg.h index 8d7367871..f6c307146 100644 --- a/include/bg.h +++ b/include/bg.h @@ -34,7 +34,7 @@ enum BG_ATTR_MOSAIC = 5, BG_ATTR_WRAPAROUND = 6, BG_ATTR_PRIORITY = 7, - BG_ATTR_TEXTORAFFINEMODE = 8, + BG_ATTR_MAPSIZE = 8, BG_ATTR_BGTYPE = 9, BG_ATTR_BASETILE = 10 }; |