You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Consistent formatting in Function_SetEnemyMonAndSendOutAnimation and BattleStartMessage
This commit is contained in:
@@ -3551,17 +3551,20 @@ Function_SetEnemyMonAndSendOutAnimation:
|
|||||||
|
|
||||||
call BattleCheckEnemyShininess
|
call BattleCheckEnemyShininess
|
||||||
jr nc, .not_shiny
|
jr nc, .not_shiny
|
||||||
|
|
||||||
ld a, 1 ; shiny anim
|
ld a, 1 ; shiny anim
|
||||||
ld [wBattleAnimParam], a
|
ld [wBattleAnimParam], a
|
||||||
ld de, ANIM_SEND_OUT_MON
|
ld de, ANIM_SEND_OUT_MON
|
||||||
call Call_PlayBattleAnim
|
call Call_PlayBattleAnim
|
||||||
.not_shiny
|
|
||||||
|
|
||||||
|
.not_shiny
|
||||||
ld bc, wTempMonSpecies
|
ld bc, wTempMonSpecies
|
||||||
farcall CheckFaintedFrzSlp
|
farcall CheckFaintedFrzSlp
|
||||||
jr c, .skip_cry
|
jr c, .skip_cry
|
||||||
|
|
||||||
farcall CheckBattleScene
|
farcall CheckBattleScene
|
||||||
jr c, .cry_no_anim
|
jr c, .cry_no_anim
|
||||||
|
|
||||||
hlcoord 12, 0
|
hlcoord 12, 0
|
||||||
ld d, $0
|
ld d, $0
|
||||||
ld e, ANIM_MON_SLOW
|
ld e, ANIM_MON_SLOW
|
||||||
|
Reference in New Issue
Block a user