diff options
| author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-11-15 15:01:55 -0500 |
|---|---|---|
| committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-11-15 15:01:55 -0500 |
| commit | c69fadf00ae8082df102005f834fc8d395870826 (patch) | |
| tree | 030d8f465cbeaf84c68f79bab8345721b4ce55ef /engine/battle | |
| parent | engine/menu/party_menu.asm (diff) | |
| download | pokeyellow-c69fadf00ae8082df102005f834fc8d395870826.tar.gz pokeyellow-c69fadf00ae8082df102005f834fc8d395870826.tar.xz pokeyellow-c69fadf00ae8082df102005f834fc8d395870826.zip | |
engine/menu/start_menu.asm
Also remove dummy traces of FarCopyData2 and use callbs in
home/vblank.asm
Diffstat (limited to 'engine/battle')
| -rwxr-xr-x | engine/battle/animations.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/battle/animations.asm b/engine/battle/animations.asm index f0f5c6d3..ab518c77 100755 --- a/engine/battle/animations.asm +++ b/engine/battle/animations.asm @@ -2082,7 +2082,7 @@ AnimationSubstitute: ; 796e0 (1e:56e0) CopySlowbroSpriteData: ; 7973f (1e:573f) ld bc, $0010 ld a, BANK(SlowbroSprite) - jp FarCopyData2 + jp FarCopyData HideSubstituteShowMonAnim: ; 79747 (1e:5747) ld a, [H_WHOSETURN] |
