summaryrefslogtreecommitdiff
path: root/include/gba
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2018-06-23 15:39:40 -0500
committerMarcus Huderle <huderlem@gmail.com>2018-06-23 15:47:39 -0500
commit65b5fe5f00a8d7381c1e3c5d7c3f4537459988c2 (patch)
tree6dab4a5781eac130d3695a79fb9a849f67f690f4 /include/gba
parentac636ec14e896214b549025e671fc6ae7f6fd045 (diff)
Decompile more of battle_anim_812C144
Diffstat (limited to 'include/gba')
-rw-r--r--include/gba/types.h4
1 files changed, 3 insertions, 1 deletions
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;