diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-12-17 13:49:26 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-12-17 13:49:26 -0500 |
commit | efee40447ef4bce70cb97fa9c653fe350af000d1 (patch) | |
tree | 01bcbcb178aeee30eec62c0a61dfedaf73da3eff /engine/breeding | |
parent | 7203e9d2cc757a95bac02ec019ffa094f516c9dd (diff) |
Mobile trade animations, pokepic animations
Diffstat (limited to 'engine/breeding')
-rwxr-xr-x | engine/breeding/egg.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/breeding/egg.asm b/engine/breeding/egg.asm index 4c2ff4c4c..221626bcf 100755 --- a/engine/breeding/egg.asm +++ b/engine/breeding/egg.asm @@ -703,7 +703,7 @@ EggHatch_AnimationSequence: ; 1728f (5:728f) push af ld de, MUSIC_NONE call PlayMusic - callba Function8000 + callba BlankScreen call DisableLCD ld hl, EggHatchGFX ld de, VTiles0 tile $00 |