diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-10-19 10:23:58 -0400 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-10-19 10:23:58 -0400 |
commit | 0a244e043c83dff064d7e3ec054a587c7f999d0d (patch) | |
tree | fa04984075ef0e37674a9d2025f2765d4764260f /engine/events.asm | |
parent | 52605b764a6ecfb781ca9e70d51dad909dabe7c3 (diff) |
Move battle start animation functions to its own file
Diffstat (limited to 'engine/events.asm')
-rw-r--r-- | engine/events.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/events.asm b/engine/events.asm index b0f9fb769..634528843 100644 --- a/engine/events.asm +++ b/engine/events.asm @@ -506,7 +506,7 @@ endr ; 9693a Function9693a: ; 9693a - ld a, [InLinkBattle] + ld a, [wLinkMode] and a jr nz, .nothing @@ -957,7 +957,7 @@ SelectMenuCallback: ; 96b66 CountStep: ; 96b79 - ld a, [InLinkBattle] + ld a, [wLinkMode] and a jr nz, .done |