diff options
Diffstat (limited to 'data/moves')
| -rw-r--r-- | data/moves/descriptions.asm | 1 | ||||
| -rw-r--r-- | data/moves/effects.asm | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/data/moves/descriptions.asm b/data/moves/descriptions.asm index d86ceea37..7f35132cf 100644 --- a/data/moves/descriptions.asm +++ b/data/moves/descriptions.asm @@ -836,6 +836,7 @@ LovelyKissDescription: SkyAttackDescription: db "1st turn: Prepare" next "2nd turn: Attack@" + TransformDescription: db "The user assumes" next "the foe's guise.@" diff --git a/data/moves/effects.asm b/data/moves/effects.asm index eeb02b3a1..df597f8bc 100644 --- a/data/moves/effects.asm +++ b/data/moves/effects.asm @@ -1,4 +1,4 @@ -MoveEffects: ; 2732e +MoveEffects: ; used only for BANK(MoveEffects) NormalHit: checkobedience |
