diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-09-11 11:35:41 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-09-11 11:35:41 +0200 |
commit | 154a70e22829891ec56561e454a73a67e609679d (patch) | |
tree | 850d26c7955d58249b33eb5d7c9979a61e155548 /asm/egg_hatch.s | |
parent | 6292b82503bf2eb611e5fea6f1710b25578d4fc8 (diff) |
start pokemon3 decomp
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 48f6ae7b3..829c749d5 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, =gUnknown_020244D4 + ldr r1, =gBattleDecompressedSprites ldr r2, [r1] mov r6, r8 lsls r1, r6, 1 |