diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2021-06-28 09:45:36 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2021-06-28 09:45:36 -0400 |
commit | 1dc19be2c22ef5832742d44376435fc8669d3b02 (patch) | |
tree | e648d359f2156e9fdd12808d06eadd9055ae151f /src/egg_hatch.c | |
parent | 921a99ec5bc3a310d896a6a148294c04612ed354 (diff) |
Resolve ewram0arr in intro.c, ewram0_7 in egg_hatch.c
Diffstat (limited to 'src/egg_hatch.c')
-rw-r--r-- | src/egg_hatch.c | 4 |
1 files changed, 2 insertions, 2 deletions
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; |