shithub: pokecrystal

Download patch

ref: 648e71832aa82d5e1c91ca9db329d23834e72603
parent: 776b8c73963dac72d55489f69b7983ac4e365469
author: Remy Oukaour <remy.oukaour@gmail.com>
date: Tue Jan 2 09:50:04 EST 2018

Comment correction

--- a/engine/breeding.asm
+++ b/engine/breeding.asm
@@ -861,12 +861,11 @@
 ; 173ef (5:73ef)
 
 shell_fragment: MACRO
-; y tile, y pxl, x tile, x pxl, frameset offset, jumptable index
+; y tile, y pxl, x tile, x pxl, frameset offset, ???
 	db (\1 * 8) % $100 + \2, (\3 * 8) % $100 + \4, \5 - SPRITE_ANIM_FRAMESET_EGG_HATCH_1, \6
 ENDM
 
 .SpriteData: ; 173ef
-; Probably OAM.
 	shell_fragment 10, 4,  9, 0, SPRITE_ANIM_FRAMESET_EGG_HATCH_1, $3c
 	shell_fragment 11, 4,  9, 0, SPRITE_ANIM_FRAMESET_EGG_HATCH_2, $04
 	shell_fragment 10, 4, 10, 0, SPRITE_ANIM_FRAMESET_EGG_HATCH_1, $30