You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Move battle start animation functions to its own file
This commit is contained in:
872
engine/battle_start.asm
Normal file
872
engine/battle_start.asm
Normal file
File diff suppressed because it is too large
Load Diff
@@ -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
|
||||
|
||||
|
||||
@@ -1112,7 +1112,7 @@ Function107bb: ; 107bb
|
||||
ld a, [InputType]
|
||||
or a
|
||||
jr z, .asm_107ca
|
||||
callba Function1de28f
|
||||
callba _DudeAutoInput_RightA
|
||||
|
||||
.asm_107ca
|
||||
call Function107d7
|
||||
|
||||
Reference in New Issue
Block a user