From 1dc19be2c22ef5832742d44376435fc8669d3b02 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Mon, 28 Jun 2021 09:45:36 -0400 Subject: Resolve ewram0arr in intro.c, ewram0_7 in egg_hatch.c --- src/egg_hatch.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/egg_hatch.c') diff --git a/src/egg_hatch.c b/src/egg_hatch.c index f0c8f232a..d6410391e 100644 --- a/src/egg_hatch.c +++ b/src/egg_hatch.c @@ -419,8 +419,8 @@ static void CB2_EggHatch_0(void) break; case 2: LZDecompressVram(&gBattleTextboxTiles, (void*)(VRAM)); - CpuSet(&gBattleTextboxTilemap, ewram0_7, 0x800); - DmaCopy16(3, ewram0_7, (void*)(VRAM + 0x2800), 0x500); + CpuSet(&gBattleTextboxTilemap, gSharedMem, 0x800); + DmaCopy16(3, gSharedMem, (void*)(VRAM + 0x2800), 0x500); LoadCompressedPalette(&gBattleTextboxPalette, 0, 0x20); gMain.state++; break; -- cgit v1.2.3