Remove all address comments

This commit is contained in:
mid-kid
2018-06-24 16:09:41 +02:00
parent 131875d3e3
commit 1d9a68dbdd
616 changed files with 12133 additions and 20380 deletions

View File

@@ -2,10 +2,9 @@
; to calculate damage for these instead of
; BattleCommand_DamageCalc and BattleCommand_Stab.
ConstantDamageEffects: ; 39413
ConstantDamageEffects:
db EFFECT_SUPER_FANG
db EFFECT_STATIC_DAMAGE
db EFFECT_LEVEL_DAMAGE
db EFFECT_PSYWAVE
db -1 ; end
; 39418

View File

@@ -1,6 +1,6 @@
; AI_SMART encourages these moves with Encore.
EncoreMoves: ; 38c85
EncoreMoves:
db SWORDS_DANCE
db WHIRLWIND
db LEER
@@ -32,4 +32,3 @@ EncoreMoves: ; 38c85
db COTTON_SPORE
db POWDER_SNOW
db -1 ; end
; 38ca4

View File

@@ -1,6 +1,6 @@
; AI_SMART prefers these moves during rain.
RainDanceMoves: ; 390e7
RainDanceMoves:
db WATER_GUN
db HYDRO_PUMP
db SURF
@@ -13,4 +13,3 @@ RainDanceMoves: ; 390e7
db OCTAZOOKA
db WHIRLPOOL
db -1 ; end
; 390f3

View File

@@ -1,10 +1,9 @@
; AI_AGGRESSIVE does not discourage these moves
; even if a stronger one is available.
RecklessMoves: ; 393e2
RecklessMoves:
db EFFECT_SELFDESTRUCT
db EFFECT_RAMPAGE
db EFFECT_MULTI_HIT
db EFFECT_DOUBLE_HIT
db -1 ; end
; 393e7

View File

@@ -14,4 +14,3 @@ ResidualMoves:
db SUBSTITUTE
db SPIKES
db -1 ; end
; 39453

View File

@@ -1,8 +1,7 @@
; AI_RISKY will not use these effects at max HP
; even if they would KO the player.
RiskyEffects: ; 394ff
RiskyEffects:
db EFFECT_SELFDESTRUCT
db EFFECT_OHKO
db -1 ; end
; 39502

View File

@@ -1,7 +1,7 @@
; AI_OPPORTUNIST discourages these moves
; when the player's HP is low.
StallMoves: ; 39348
StallMoves:
db SWORDS_DANCE
db TAIL_WHIP
db LEER
@@ -35,4 +35,3 @@ StallMoves: ; 39348
db SUBSTITUTE
db FLAME_WHEEL
db -1 ; end
; 39369

View File

@@ -1,10 +1,9 @@
; AI_BASIC discourages these effects if the player
; already has a status condition.
StatusOnlyEffects: ; 385db
StatusOnlyEffects:
db EFFECT_SLEEP
db EFFECT_TOXIC
db EFFECT_POISON
db EFFECT_PARALYZE
db -1 ; end
; 385e0

View File

@@ -1,6 +1,6 @@
; AI_SMART prefers these moves during harsh sunlight.
SunnyDayMoves: ; 39134
SunnyDayMoves:
db FIRE_PUNCH
db EMBER
db FLAMETHROWER
@@ -10,4 +10,3 @@ SunnyDayMoves: ; 39134
db MORNING_SUN
db SYNTHESIS
db -1 ; end
; 3913d

View File

@@ -1,6 +1,6 @@
; AI_SMART knows these moves are usable all-around.
UsefulMoves: ; 39301
UsefulMoves:
db DOUBLE_EDGE
db SING
db FLAMETHROWER
@@ -21,4 +21,3 @@ UsefulMoves: ; 39301
db SOFTBOILED
db SUPER_FANG
db -1 ; end
; 39315