summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2017-10-13 12:25:32 +0200
committerDizzyEggg <jajkodizzy@wp.pl>2017-10-13 12:25:32 +0200
commit0f44747788b774021519d600cb612c8c3303aa7d (patch)
tree2d85f2c104721543d81bbbf0c2f391871abaf0d5 /src
parentb229a1c295f9c4a722959ec564a1cb86d1a9eaef (diff)
review changes
Diffstat (limited to 'src')
-rw-r--r--src/reshow_battle_screen.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/reshow_battle_screen.c b/src/reshow_battle_screen.c
index 1c13448d4..25c2ca658 100644
--- a/src/reshow_battle_screen.c
+++ b/src/reshow_battle_screen.c
@@ -197,17 +197,6 @@ static void CB2_ReshowBattleScreenAfterMenu(void)
gBattleScripting.reshowMainState++;
}
-// todo: find a better place for the struct declaration
-struct BGCntrlBitfield
-{
- volatile u16 priority:2;
- volatile u16 charBaseBlock:2;
- volatile u16 field_0_2:4;
- volatile u16 field_1_0:5;
- volatile u16 areaOverflowMode:1;
- volatile u16 screenSize:2;
-};
-
static void sub_80A95F4(void)
{
struct BGCntrlBitfield *regBgcnt1, *regBgcnt2;