summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2015-10-19 10:23:58 -0400
committerPikalaxALT <PikalaxALT@gmail.com>2015-10-19 10:23:58 -0400
commit0a244e043c83dff064d7e3ec054a587c7f999d0d (patch)
treefa04984075ef0e37674a9d2025f2765d4764260f /wram.asm
parent52605b764a6ecfb781ca9e70d51dad909dabe7c3 (diff)
Move battle start animation functions to its own file
Diffstat (limited to 'wram.asm')
-rw-r--r--wram.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/wram.asm b/wram.asm
index 1da920859..a6e76deec 100644
--- a/wram.asm
+++ b/wram.asm
@@ -294,7 +294,7 @@ wc2d7:: ds 1
wc2d8:: ds 1
wc2d9:: ds 1
wc2da:: ds 2
-InLinkBattle:: ; c2dc
+wLinkMode:: ; c2dc
; 0 not in link battle
; 1 link battle
; 4 mobile battle
@@ -1760,7 +1760,7 @@ EnemyMonBaseExp:: db ; d22c
EnemyMonEnd::
-IsInBattle:: ; d22d
+wBattleMode:: ; d22d
; 0: overworld
; 1: wild battle
; 2: trainer battle