From c29408cbbb822f530c781daf4a0c34ac2f2fd98b Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Fri, 10 Apr 2020 16:36:41 -0400 Subject: Use defines/enums in window.c, window_8bpp.c --- include/bg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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 }; -- cgit v1.2.3