Window priority to window bg
This commit is contained in:
+2
-2
@@ -3,7 +3,7 @@
|
||||
|
||||
enum
|
||||
{
|
||||
WINDOW_PRIORITY,
|
||||
WINDOW_BG,
|
||||
WINDOW_TILEMAP_LEFT,
|
||||
WINDOW_TILEMAP_TOP,
|
||||
WINDOW_WIDTH,
|
||||
@@ -15,7 +15,7 @@ enum
|
||||
|
||||
struct WindowTemplate
|
||||
{
|
||||
u8 priority;
|
||||
u8 bg;
|
||||
u8 tilemapLeft;
|
||||
u8 tilemapTop;
|
||||
u8 width;
|
||||
|
||||
Reference in New Issue
Block a user