summaryrefslogtreecommitdiff
path: root/asm/egg_hatch.s
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2017-09-01 19:43:26 +0200
committerDizzyEggg <jajkodizzy@wp.pl>2017-09-01 19:43:26 +0200
commitee7580753badf8858e68b98587bc52d53311e290 (patch)
tree5cf20acb29dbcd1bfd399077f40f13bc1907913b /asm/egg_hatch.s
parent6987dd9a210fd0b3b29163c1a51cc9671a65ac2f (diff)
rename sprite labels
Diffstat (limited to 'asm/egg_hatch.s')
-rw-r--r--asm/egg_hatch.s8
1 files changed, 4 insertions, 4 deletions
diff --git a/asm/egg_hatch.s b/asm/egg_hatch.s
index d2e923bcf..6e85bb434 100644
--- a/asm/egg_hatch.s
+++ b/asm/egg_hatch.s
@@ -715,8 +715,8 @@ _080719C8:
_080719D6:
bl RunTasks
bl RunTextPrinters
- bl CallObjectCallbacks
- bl PrepareSpritesForOamLoad
+ bl AnimateSprites
+ bl BuildOamBuffer
bl UpdatePaletteFade
add sp, 0x4
pop {r4}
@@ -1166,8 +1166,8 @@ _08071DD4:
_08071E06:
bl RunTasks
bl RunTextPrinters
- bl CallObjectCallbacks
- bl PrepareSpritesForOamLoad
+ bl AnimateSprites
+ bl BuildOamBuffer
bl UpdatePaletteFade
add sp, 0x8
pop {r3,r4}