Move battle start animation functions to its own file
This commit is contained in:
@@ -227,7 +227,7 @@ Request2bpp:: ; eba
|
||||
|
||||
ld a, $8
|
||||
ld [$ffd3], a
|
||||
ld a, [InLinkBattle]
|
||||
ld a, [wLinkMode]
|
||||
cp $4
|
||||
jr nz, .okay
|
||||
ld a, [$ffe9]
|
||||
@@ -301,7 +301,7 @@ Request1bpp:: ; f1e
|
||||
|
||||
ld a, $8
|
||||
ld [$ffd3], a
|
||||
ld a, [InLinkBattle]
|
||||
ld a, [wLinkMode]
|
||||
cp $4
|
||||
jr nz, .NotMobile
|
||||
ld a, [$ffe9]
|
||||
|
Reference in New Issue
Block a user