mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Single newline at the end of files
This commit is contained in:
parent
9f3e9145f9
commit
5693cc49cf
@ -1266,4 +1266,3 @@ BattleAnimFrameData:
|
||||
.Frameset_b8:
|
||||
frame BATTLEANIMOAMSET_D7, 8
|
||||
endanim
|
||||
|
||||
|
@ -197,4 +197,3 @@ EngineFlags:
|
||||
|
||||
engine_flag wSwarmFlags, SWARMFLAGS_DUNSPARCE_SWARM_F ; $a0
|
||||
engine_flag wSwarmFlags, SWARMFLAGS_YANMA_SWARM_F
|
||||
|
||||
|
@ -25,4 +25,3 @@ OakRatings:
|
||||
rating 239, SFX_DEX_FANFARE_230_PLUS, OakRating17
|
||||
rating 248, SFX_DEX_FANFARE_230_PLUS, OakRating18
|
||||
rating 255, SFX_DEX_FANFARE_230_PLUS, OakRating19
|
||||
|
@ -402,4 +402,3 @@ TrainerClassAttributes:
|
||||
db 25 ; base reward
|
||||
dw AI_BASIC | AI_SETUP | AI_SMART | AI_AGGRESSIVE | AI_CAUTIOUS | AI_STATUS | AI_RISKY
|
||||
dw CONTEXT_USE | SWITCH_SOMETIMES
|
||||
|
||||
|
@ -48,4 +48,3 @@ Ghost: db "GHOST@"
|
||||
Steel: db "STEEL@"
|
||||
Dragon: db "DRAGON@"
|
||||
Dark: db "DARK@"
|
||||
|
||||
|
@ -216,4 +216,3 @@ CheckAnyOtherAliveMons:
|
||||
ld a, b
|
||||
and a
|
||||
ret
|
||||
|
||||
|
@ -32,4 +32,3 @@ BattleCommand_BellyDrum:
|
||||
.failed
|
||||
call AnimateFailedMove
|
||||
jp PrintButItFailed
|
||||
|
||||
|
@ -98,4 +98,3 @@ BattleCommand_UnleashEnergy:
|
||||
ld [wKickCounter], a
|
||||
call AnimateCurrentMove
|
||||
jp EndMoveEffect
|
||||
|
||||
|
@ -94,4 +94,3 @@ BattleCommand_Conversion:
|
||||
call AnimateCurrentMove
|
||||
ld hl, TransformedTypeText
|
||||
jp StdBattleTextBox
|
||||
|
||||
|
@ -62,4 +62,3 @@ BattleCommand_Conversion2:
|
||||
|
||||
.failed
|
||||
jp FailMove
|
||||
|
||||
|
@ -56,4 +56,3 @@ BattleCommand_Counter:
|
||||
xor a
|
||||
ld [wAttackMissed], a
|
||||
ret
|
||||
|
||||
|
@ -7,4 +7,3 @@ BattleCommand_DestinyBond:
|
||||
call AnimateCurrentMove
|
||||
ld hl, DestinyBondEffectText
|
||||
jp StdBattleTextBox
|
||||
|
||||
|
@ -70,4 +70,3 @@ BattleCommand_Disable:
|
||||
|
||||
.failed
|
||||
jp FailMove
|
||||
|
||||
|
@ -118,4 +118,3 @@ BattleCommand_Encore:
|
||||
|
||||
.failed
|
||||
jp PrintDidntAffect2
|
||||
|
||||
|
@ -46,4 +46,3 @@ BattleCommand_FalseSwipe:
|
||||
.done
|
||||
and a
|
||||
ret
|
||||
|
||||
|
@ -13,4 +13,3 @@ BattleCommand_FocusEnergy:
|
||||
.already_pumped
|
||||
call AnimateFailedMove
|
||||
jp PrintButItFailed
|
||||
|
||||
|
@ -25,4 +25,3 @@ BattleCommand_FrustrationPower:
|
||||
ld d, a
|
||||
pop bc
|
||||
ret
|
||||
|
||||
|
@ -54,4 +54,3 @@ ResetFuryCutterCount:
|
||||
|
||||
pop hl
|
||||
ret
|
||||
|
||||
|
@ -79,4 +79,3 @@ BattleCommand_FutureSight:
|
||||
call AnimateFailedMove
|
||||
call PrintButItFailed
|
||||
jp EndMoveEffect
|
||||
|
||||
|
@ -32,4 +32,3 @@ BattleCommand_HealBell:
|
||||
and a
|
||||
jp z, CalcPlayerStats
|
||||
jp CalcEnemyStats
|
||||
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user