From 648e71832aa82d5e1c91ca9db329d23834e72603 Mon Sep 17 00:00:00 2001 From: Remy Oukaour Date: Tue, 2 Jan 2018 14:50:04 -0500 Subject: [PATCH] Comment correction --- engine/breeding.asm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/engine/breeding.asm b/engine/breeding.asm index 3baee35a5..6674f288d 100755 --- a/engine/breeding.asm +++ b/engine/breeding.asm @@ -861,12 +861,11 @@ Hatch_InitShellFragments: ; 173b3 (5:73b3) ; 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