summaryrefslogtreecommitdiff
path: root/src/egg_hatch.c
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2018-12-26 13:05:02 +0100
committerDizzyEggg <jajkodizzy@wp.pl>2018-12-26 13:05:02 +0100
commit7f6f6c33ab9a9a5ab97aff8976ea2cb153106624 (patch)
treec9c9d860dc1526a0efeb328699218e4cd4f294d5 /src/egg_hatch.c
parent2dd706ca5410d98ad214ceff7026d6db276f4d5a (diff)
Fix BgAttributes
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));