mirror of https://github.com/pret/pokecrystal.git
Consistent formatting in Function_SetEnemyMonAndSendOutAnimation and BattleStartMessage
This commit is contained in:
parent
5207615cdc
commit
26fc7e2521
|
@ -3551,17 +3551,20 @@ Function_SetEnemyMonAndSendOutAnimation:
|
|||
|
||||
call BattleCheckEnemyShininess
|
||||
jr nc, .not_shiny
|
||||
|
||||
ld a, 1 ; shiny anim
|
||||
ld [wBattleAnimParam], a
|
||||
ld de, ANIM_SEND_OUT_MON
|
||||
call Call_PlayBattleAnim
|
||||
.not_shiny
|
||||
|
||||
.not_shiny
|
||||
ld bc, wTempMonSpecies
|
||||
farcall CheckFaintedFrzSlp
|
||||
jr c, .skip_cry
|
||||
|
||||
farcall CheckBattleScene
|
||||
jr c, .cry_no_anim
|
||||
|
||||
hlcoord 12, 0
|
||||
ld d, $0
|
||||
ld e, ANIM_MON_SLOW
|
||||
|
|
Loading…
Reference in New Issue