Single newline at the end of files

This commit is contained in:
Rangi 2018-06-25 12:07:35 -04:00
parent 9f3e9145f9
commit 5693cc49cf
58 changed files with 0 additions and 58 deletions

View File

@ -1266,4 +1266,3 @@ BattleAnimFrameData:
.Frameset_b8:
frame BATTLEANIMOAMSET_D7, 8
endanim

View File

@ -197,4 +197,3 @@ EngineFlags:
engine_flag wSwarmFlags, SWARMFLAGS_DUNSPARCE_SWARM_F ; $a0
engine_flag wSwarmFlags, SWARMFLAGS_YANMA_SWARM_F

View File

@ -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

View File

@ -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

View File

@ -48,4 +48,3 @@ Ghost: db "GHOST@"
Steel: db "STEEL@"
Dragon: db "DRAGON@"
Dark: db "DARK@"

View File

@ -216,4 +216,3 @@ CheckAnyOtherAliveMons:
ld a, b
and a
ret

View File

@ -32,4 +32,3 @@ BattleCommand_BellyDrum:
.failed
call AnimateFailedMove
jp PrintButItFailed

View File

@ -98,4 +98,3 @@ BattleCommand_UnleashEnergy:
ld [wKickCounter], a
call AnimateCurrentMove
jp EndMoveEffect

View File

@ -94,4 +94,3 @@ BattleCommand_Conversion:
call AnimateCurrentMove
ld hl, TransformedTypeText
jp StdBattleTextBox

View File

@ -62,4 +62,3 @@ BattleCommand_Conversion2:
.failed
jp FailMove

View File

@ -56,4 +56,3 @@ BattleCommand_Counter:
xor a
ld [wAttackMissed], a
ret

View File

@ -7,4 +7,3 @@ BattleCommand_DestinyBond:
call AnimateCurrentMove
ld hl, DestinyBondEffectText
jp StdBattleTextBox

View File

@ -70,4 +70,3 @@ BattleCommand_Disable:
.failed
jp FailMove

View File

@ -118,4 +118,3 @@ BattleCommand_Encore:
.failed
jp PrintDidntAffect2

View File

@ -46,4 +46,3 @@ BattleCommand_FalseSwipe:
.done
and a
ret

View File

@ -13,4 +13,3 @@ BattleCommand_FocusEnergy:
.already_pumped
call AnimateFailedMove
jp PrintButItFailed

View File

@ -25,4 +25,3 @@ BattleCommand_FrustrationPower:
ld d, a
pop bc
ret

View File

@ -54,4 +54,3 @@ ResetFuryCutterCount:
pop hl
ret

View File

@ -79,4 +79,3 @@ BattleCommand_FutureSight:
call AnimateFailedMove
call PrintButItFailed
jp EndMoveEffect

View File

@ -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