diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-06-12 23:29:15 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-06-12 23:29:15 -0400 |
| commit | fbe82a7fe0f310ade7436d4d8f352ee04e05a1ec (patch) | |
| tree | d474f9d2ee1876cdee83564ddd2e44986eb8a4a4 /data/moves | |
| parent | 6130fc5cd6b002f827d307c64a432e960629cb9b (diff) | |
Note which labels are only needed for locating banks (relevant to issue #485)
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 |
