From 65b5fe5f00a8d7381c1e3c5d7c3f4537459988c2 Mon Sep 17 00:00:00 2001 From: Marcus Huderle Date: Sat, 23 Jun 2018 15:39:40 -0500 Subject: Decompile more of battle_anim_812C144 --- include/gba/types.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include/gba/types.h') diff --git a/include/gba/types.h b/include/gba/types.h index 33ae7df9a..4d6c24a6c 100644 --- a/include/gba/types.h +++ b/include/gba/types.h @@ -32,7 +32,9 @@ struct BgCnt { u16 priority:2; u16 charBaseBlock:2; - u16 dummy:4; + u16 dummy:2; + u16 mosaic:1; + u16 palettes:1; u16 screenBaseBlock:5; u16 areaOverflowMode:1; u16 screenSize:2; -- cgit v1.2.3