summaryrefslogtreecommitdiff
path: root/engine/pokemon/breeding.asm
diff options
context:
space:
mode:
authormid-kid <esteve.varela@gmail.com>2020-02-11 13:42:36 +0100
committermid-kid <esteve.varela@gmail.com>2020-02-13 18:31:10 +0100
commit0d81f1c470339efeb1f136aa5caab56c389be30a (patch)
treea09cdab6a590bf8d152356a11625e001c7c694c3 /engine/pokemon/breeding.asm
parent53cf08b6b37b319a32b540af452f963747d03e2c (diff)
InitSpriteAnimStruct <-> _InitSpriteAnimStruct
These were the wrong way around, as the function in home should not be prefixed
Diffstat (limited to 'engine/pokemon/breeding.asm')
-rw-r--r--engine/pokemon/breeding.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/pokemon/breeding.asm b/engine/pokemon/breeding.asm
index 9751a90cf..a545d9ab9 100644
--- a/engine/pokemon/breeding.asm
+++ b/engine/pokemon/breeding.asm
@@ -782,7 +782,7 @@ EggHatch_CrackShell:
ld d, a
ld e, 11 * 8
ld a, SPRITE_ANIM_INDEX_EGG_CRACK
- call _InitSpriteAnimStruct
+ call InitSpriteAnimStruct
ld hl, SPRITEANIMSTRUCT_TILE_ID
add hl, bc
ld [hl], $0
@@ -810,7 +810,7 @@ Hatch_InitShellFragments:
push bc
ld a, SPRITE_ANIM_INDEX_EGG_HATCH
- call _InitSpriteAnimStruct
+ call InitSpriteAnimStruct
ld hl, SPRITEANIMSTRUCT_TILE_ID
add hl, bc