diff options
| author | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-02 14:39:24 -0500 | 
|---|---|---|
| committer | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-02 14:39:24 -0500 | 
| commit | 2dd9ac08a4d6ae7f26515dd99cd579b00a7d2b14 (patch) | |
| tree | e3b3e59ca3a79d538768e91975ca4ce36262bcca /engine | |
| parent | 7ad8ea13c95a6ddbde90de56e7d58bf0eb161dfc (diff) | |
More sprite anim documentation
Diffstat (limited to 'engine')
| -rwxr-xr-x | engine/sprite_anims.asm | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/engine/sprite_anims.asm b/engine/sprite_anims.asm index 55777f45a..f51b26e61 100755 --- a/engine/sprite_anims.asm +++ b/engine/sprite_anims.asm @@ -39,7 +39,7 @@ DoAnimFrame: ; 8d24b  	dw .FlyFrom  	dw .FlyLeaf  	dw .FlyTo -	dw .ForUnused1A +	dw .GSIntroHoOh  	dw .EZChatCursor  	dw .MobileTradeSentPulse  	dw .MobileTradeOTPulse @@ -202,7 +202,7 @@ DoAnimFrame: ; 8d24b  	ret  ; 8d35a -.ForUnused1A ; 8d35a (23:535a) +.GSIntroHoOh ; 8d35a (23:535a)  	ld hl, SPRITEANIMSTRUCT_0C  	add hl, bc  	ld a, [hl] | 
