diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-12-26 13:05:02 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-12-26 13:05:02 +0100 |
commit | 7f6f6c33ab9a9a5ab97aff8976ea2cb153106624 (patch) | |
tree | c9c9d860dc1526a0efeb328699218e4cd4f294d5 /src/mirage_tower.c | |
parent | 2dd706ca5410d98ad214ceff7026d6db276f4d5a (diff) |
Fix BgAttributes
Diffstat (limited to 'src/mirage_tower.c')
-rw-r--r-- | src/mirage_tower.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mirage_tower.c b/src/mirage_tower.c index d002e1de4..bfaea4c5e 100644 --- a/src/mirage_tower.c +++ b/src/mirage_tower.c @@ -509,7 +509,7 @@ static void InitMirageTowerShake(u8 taskId) { case 0: FreeAllWindowBuffers(); - SetBgAttribute(0, BG_CTRL_ATTR_MOSAIC, 2); + SetBgAttribute(0, BG_ATTR_PRIORITY, 2); gTasks[taskId].data[0]++; break; case 1: @@ -624,7 +624,7 @@ static void DoMirageTowerDisintegration(u8 taskId) case 6: SetGpuRegBits(REG_OFFSET_BG2CNT, BGCNT_PRIORITY(2)); SetGpuRegBits(REG_OFFSET_BG0CNT, BGCNT_PRIORITY(0)); - SetBgAttribute(0, BG_CTRL_ATTR_MOSAIC, 0); + SetBgAttribute(0, BG_ATTR_PRIORITY, 0); sub_81971D0(); break; case 7: |