diff options
| author | klektron <klektron@users.noreply.github.com> | 2021-01-02 15:24:25 +0100 |
|---|---|---|
| committer | klektron <klektron@users.noreply.github.com> | 2021-01-02 15:24:25 +0100 |
| commit | 419eac2a656d5dd034e46c5f93ce808e583050de (patch) | |
| tree | e624efa8f0f96b763e8a610c0a616988ef72a1b0 /data/moves | |
| parent | 36d4d6fe0aeeb60b5137b812b779fa82b05b4a5a (diff) | |
fixes here and there
Diffstat (limited to 'data/moves')
| -rw-r--r-- | data/moves/field_moves.asm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/data/moves/field_moves.asm b/data/moves/field_moves.asm index d7e9219b..c67f4d6d 100644 --- a/data/moves/field_moves.asm +++ b/data/moves/field_moves.asm @@ -6,9 +6,9 @@ FieldMoveDisplayData: db FLY, 2, $0C db ANIM_B4, 3, $0C ; unused db SURF, 4, $0C - db STRENGTH, 5, $0A - db FLASH, 6, $0C - db DIG, 7, $0C - db TELEPORT, 8, $0A - db SOFTBOILED, 9, $08 + db STRENGTH, 5, $0C + db FLASH, 6, $0A + db DIG, 7, $0B + db TELEPORT, 8, $07 + db SOFTBOILED, 9, $06 db -1 ; end |
