summaryrefslogtreecommitdiff
path: root/src/egg_hatch.c
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2018-12-26 10:07:56 -0600
committerGitHub <noreply@github.com>2018-12-26 10:07:56 -0600
commit7480a41cfe9b7d871e7217e4f46378fa4ccda8cd (patch)
tree14996bf160fc925f34692bd838cd01a03e8a7bf4 /src/egg_hatch.c
parent2dd706ca5410d98ad214ceff7026d6db276f4d5a (diff)
parentb9ad5de8a044623b9d4d76307a76c00e2fcf0da6 (diff)
Merge pull request #482 from DizzyEggg/bg
Fix raw SetGpuReg and SetBgAttribute args
Diffstat (limited to 'src/egg_hatch.c')
-rw-r--r--src/egg_hatch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/egg_hatch.c b/src/egg_hatch.c
index 360dd2466..a7b3e30b0 100644
--- a/src/egg_hatch.c
+++ b/src/egg_hatch.c
@@ -502,7 +502,7 @@ static void CB2_EggHatch_0(void)
ChangeBgX(0, 0, 0);
ChangeBgY(0, 0, 0);
- SetBgAttribute(1, BG_CTRL_ATTR_MOSAIC, 2);
+ SetBgAttribute(1, BG_ATTR_PRIORITY, 2);
SetBgTilemapBuffer(1, Alloc(0x1000));
SetBgTilemapBuffer(0, Alloc(0x2000));