diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-11-05 12:55:45 -0500 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-11-05 12:55:45 -0500 |
commit | 5fc9a151463ade7d260ce5f105674908d6e4449d (patch) | |
tree | 2a8170af85bb22aa45eb23e5bf3da949d66b38b8 /include/battle_anim.h | |
parent | 4cf701c5871a17f0bc580019e8d294bc1c84ebf3 (diff) |
move ewram.h includes in include/ to src files.
Diffstat (limited to 'include/battle_anim.h')
-rw-r--r-- | include/battle_anim.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/battle_anim.h b/include/battle_anim.h index 27683e866..d807a582a 100644 --- a/include/battle_anim.h +++ b/include/battle_anim.h @@ -7,8 +7,6 @@ #define REG_BG1CNT_BITFIELD REG_BGnCNT_BITFIELD(1) #define REG_BG2CNT_BITFIELD REG_BGnCNT_BITFIELD(2) -#include "ewram.h" - struct BGCntrlBitfield { volatile u16 priority:2; |