diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-04-29 13:06:11 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-04-29 13:06:11 -0400 |
commit | 35e7dffe66de92dccda079b62a6ce268906e1440 (patch) | |
tree | 6d6ab19a542d35dae9d071e1da7a599d7484e64d /asm/egg_hatch.s | |
parent | 24d36fd91fb7b13efed60c94ab3882ce3b2d55ab (diff) |
trainer_pokemon_sprites
Diffstat (limited to 'asm/egg_hatch.s')
-rw-r--r-- | asm/egg_hatch.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/egg_hatch.s b/asm/egg_hatch.s index aa5b2d8f6..914012da5 100644 --- a/asm/egg_hatch.s +++ b/asm/egg_hatch.s @@ -398,7 +398,7 @@ _08046F1C: bl GetMonData adds r3, r0, 0 lsls r0, r4, 3 - ldr r1, _08046F64 @ =gUnknown_82350AC + ldr r1, _08046F64 @ =gMonFrontPicTable adds r0, r1 ldr r1, _08046F68 @ =gMonSpritesGfxPtr ldr r2, [r1] @@ -418,7 +418,7 @@ _08046F1C: strh r4, [r0] b _08046FA6 .align 2, 0 -_08046F64: .4byte gUnknown_82350AC +_08046F64: .4byte gMonFrontPicTable _08046F68: .4byte gMonSpritesGfxPtr _08046F6C: adds r0, r5, 0 |