diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-12-12 23:18:25 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-12 23:18:25 -0600 |
commit | 170b6ef44992f4b7decb31451a3756b6bd4e2d46 (patch) | |
tree | 357484eebb5a85a9a6946d665b534e2369edd065 /include/gba | |
parent | 58ca87acccb91e5d439f3af632a2f218f31937d1 (diff) |
Decompile battle_intro.c (#444)
Diffstat (limited to 'include/gba')
-rw-r--r-- | include/gba/types.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/gba/types.h b/include/gba/types.h index a7dbf3e03..fff48d437 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; |