summaryrefslogtreecommitdiff
path: root/include/battle_anim.h
diff options
context:
space:
mode:
authorcamthesaxman <cameronghall@cox.net>2017-12-12 17:18:25 -0600
committercamthesaxman <cameronghall@cox.net>2017-12-12 17:18:25 -0600
commit95a64284fdc2b063a49f1ad3edb8726ec0db0366 (patch)
tree9f3c2fa6292945817d70a6eab2371186cf64783d /include/battle_anim.h
parentf2702d17e9a0414f1c3f2ba6cb90e73c69e56311 (diff)
decompile nullsub_89 - sub_80AB9A0
Diffstat (limited to 'include/battle_anim.h')
-rw-r--r--include/battle_anim.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/battle_anim.h b/include/battle_anim.h
index 9598c5e5f..f3d8f5a0a 100644
--- a/include/battle_anim.h
+++ b/include/battle_anim.h
@@ -4,8 +4,10 @@
#include "sprite.h"
#define REG_BGnCNT_BITFIELD(n) (*(struct BGCntrlBitfield *)REG_ADDR_BG##n##CNT)
+#define REG_BG0CNT_BITFIELD REG_BGnCNT_BITFIELD(0)
#define REG_BG1CNT_BITFIELD REG_BGnCNT_BITFIELD(1)
#define REG_BG2CNT_BITFIELD REG_BGnCNT_BITFIELD(2)
+#define REG_BG3CNT_BITFIELD REG_BGnCNT_BITFIELD(3)
struct BGCntrlBitfield
{