diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-11-08 21:23:21 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-08 21:23:21 -0500 |
commit | 1c82571fa04ecad7d4a805e5fbec4691643ac655 (patch) | |
tree | 394ee77362fdda45e808e3362c473d4cfb653dcc /src/battle_transition_frontier.c | |
parent | 737a5cba552275b43a89d59d6c5595ce4af25146 (diff) | |
parent | c6b83bbb215ad25f533346873286f103c582d906 (diff) |
Merge pull request #1542 from GriffinRichards/doc-menu
Document menu
Diffstat (limited to 'src/battle_transition_frontier.c')
-rw-r--r-- | src/battle_transition_frontier.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/battle_transition_frontier.c b/src/battle_transition_frontier.c index e1cb03d8d..a1a39abda 100644 --- a/src/battle_transition_frontier.c +++ b/src/battle_transition_frontier.c @@ -378,9 +378,9 @@ static bool8 Circles_Init(struct Task *task) LoadLogoGfx(); SetGpuReg(REG_OFFSET_BLDCNT, BLDCNT_TGT1_BG0 | BLDCNT_EFFECT_BLEND | BLDCNT_TGT2_ALL); SetGpuReg(REG_OFFSET_BLDALPHA, BLDALPHA_BLEND(0, 16)); - ChangeBgX(0, 0, 0); - ChangeBgY(0, 0, 0); - ChangeBgY(0, 0x500, 2); + ChangeBgX(0, 0, BG_COORD_SET); + ChangeBgY(0, 0, BG_COORD_SET); + ChangeBgY(0, 0x500, BG_COORD_SUB); task->tTimer = 0; task->tState++; |