aboutsummaryrefslogtreecommitdiffstats
path: root/data/moves/field_moves.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-07-20 12:23:31 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2020-07-20 12:31:35 -0400
commit69788c536b70060c58136b07fb3a615b285de99c (patch)
treec5a21b6e4d24ad3e98c3c98982afc65a866e650d /data/moves/field_moves.asm
parentMerge pull request #279 from Rangi42/master (diff)
downloadpokeyellow-69788c536b70060c58136b07fb3a615b285de99c.tar.gz
pokeyellow-69788c536b70060c58136b07fb3a615b285de99c.tar.xz
pokeyellow-69788c536b70060c58136b07fb3a615b285de99c.zip
Add comments associating constants with data, and identify some more data
Diffstat (limited to 'data/moves/field_moves.asm')
-rw-r--r--data/moves/field_moves.asm14
1 files changed, 14 insertions, 0 deletions
diff --git a/data/moves/field_moves.asm b/data/moves/field_moves.asm
new file mode 100644
index 00000000..d7e9219b
--- /dev/null
+++ b/data/moves/field_moves.asm
@@ -0,0 +1,14 @@
+FieldMoveDisplayData:
+ ; move id, FieldMoveNames index, leftmost tile
+ ; (leftmost tile = -1 + tile column in which the first
+ ; letter of the move's name should be displayed)
+ db CUT, 1, $0C
+ 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 -1 ; end