diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-09-11 18:27:54 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-09-11 18:27:54 +0200 |
commit | 8e88f2790af8e98d695c35088cf7b493356ae03c (patch) | |
tree | 649249b1d5e4f6cc396a473f9b18d6bd22053c34 /asm/egg_hatch.s | |
parent | 5394435520c4942ec9935454ff420acbab2ff4e4 (diff) |
pokemon2 get mon data troubles
Diffstat (limited to 'asm/egg_hatch.s')
-rw-r--r-- | asm/egg_hatch.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/egg_hatch.s b/asm/egg_hatch.s index 829c749d5..e4a8e6cc2 100644 --- a/asm/egg_hatch.s +++ b/asm/egg_hatch.s @@ -399,7 +399,7 @@ _08071688: lsls r0, r4, 3 ldr r1, =gMonFrontPicTable adds r0, r1 - ldr r1, =gBattleDecompressedSprites + ldr r1, =gBattleSpritesGfx ldr r2, [r1] mov r6, r8 lsls r1, r6, 1 |