Move battle start animation functions to its own file

This commit is contained in:
PikalaxALT
2015-10-19 10:23:58 -04:00
parent 52605b764a
commit 0a244e043c
24 changed files with 1350 additions and 1673 deletions

872
engine/battle_start.asm Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -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

View File

@@ -1112,7 +1112,7 @@ Function107bb: ; 107bb
ld a, [InputType]
or a
jr z, .asm_107ca
callba Function1de28f
callba _DudeAutoInput_RightA
.asm_107ca
call Function107d7