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/script_pokemon_util_80F87D8.s | |
parent | 5394435520c4942ec9935454ff420acbab2ff4e4 (diff) |
pokemon2 get mon data troubles
Diffstat (limited to 'asm/script_pokemon_util_80F87D8.s')
-rw-r--r-- | asm/script_pokemon_util_80F87D8.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/script_pokemon_util_80F87D8.s b/asm/script_pokemon_util_80F87D8.s index 429128056..ca0b04e63 100644 --- a/asm/script_pokemon_util_80F87D8.s +++ b/asm/script_pokemon_util_80F87D8.s @@ -710,7 +710,7 @@ _080F8D44: lsls r0, r6, 3 ldr r1, =gMonFrontPicTable adds r0, r1 - ldr r1, =gBattleDecompressedSprites + ldr r1, =gBattleSpritesGfx ldr r1, [r1] ldr r1, [r1, 0x8] adds r2, r6, 0 @@ -722,7 +722,7 @@ _080F8DC4: lsls r0, r6, 3 ldr r1, =gMonFrontPicTable adds r0, r1 - ldr r1, =gBattleDecompressedSprites + ldr r1, =gBattleSpritesGfx ldr r1, [r1] ldr r1, [r1, 0x8] adds r2, r6, 0 |