diff options
author | yenatch <yenatch@gmail.com> | 2016-01-29 01:00:48 -0500 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2016-01-29 01:00:48 -0500 |
commit | 11173a3807bde4e2d5b681717258b5b14f5f2d43 (patch) | |
tree | 8e1692fe02b30ceeb2d797c001e0594175e29b78 /engine/sprite_anims.asm | |
parent | 289d3dea86b82c4ce7eb7268ef33980688306587 (diff) | |
parent | 5322b56a8357e5e5a8847f3329b52faa3f7016d8 (diff) |
Merge pull request #333 from PikalaxALT/master
Split base stats, rearrange wram.asm, naming screen
Diffstat (limited to 'engine/sprite_anims.asm')
-rwxr-xr-x | engine/sprite_anims.asm | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/engine/sprite_anims.asm b/engine/sprite_anims.asm index 827626114..50eb61df6 100755 --- a/engine/sprite_anims.asm +++ b/engine/sprite_anims.asm @@ -19,14 +19,14 @@ DoAnimFrame: ; 8d24b dw .two ; bouncing mon icon, selected dw .three ; bouncing mon icon, menu open dw .four - dw .five + dw .namingscreencursor dw .GameFreakLogo ; Game Freak logo dw .seven dw .eight dw .SlotsGolem ; Something to do with slots dw .SlotsChansey ; Something to do with slots dw .SlotsChanseyEgg ; Something to do with slots - dw .twelve ; blinking cursor + dw .mailcompositioncursor ; blinking cursor dw .thirteen dw .fourteen dw .fifteen @@ -217,12 +217,12 @@ DoAnimFrame: ; 8d24b ld [hl], a ret -.five: ; 8d36c (23:536c) - callab Function11a3b +.namingscreencursor: ; 8d36c (23:536c) + callab NamingScreen_AnimateCursor ret -.twelve: ; 8d373 (23:5373) - callab Function120c1 +.mailcompositioncursor: ; 8d373 (23:5373) + callab ComposeMail_AnimateCursor ret .GameFreakLogo: ; 8d37a (23:537a) @@ -409,7 +409,7 @@ DoAnimFrame: ; 8d24b ret .fifteen: ; 8d475 (23:5475) - callab Function90d41 + callab AnimatePokegearModeIndicatorArrow ret .fourteen: ; 8d47c (23:547c) |