diff options
author | Cheng Hann Gan <chenghanngan.us@gmail.com> | 2021-10-05 20:09:53 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-05 17:09:53 -0700 |
commit | 78632822c35c5c8f6f9fb03547bb608ec5e5d223 (patch) | |
tree | 5bc11d5e3a4c0f92f09d4144a03b208162372a65 /include/constants/move_id.h | |
parent | c15bd01b90215610a2f38c4ca2e8e3b0a68b8476 (diff) |
Added move data JSON (#60)
* Added move data JSON
* Fixed typo
* Fixed name of placeholder move
Diffstat (limited to 'include/constants/move_id.h')
-rw-r--r-- | include/constants/move_id.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/constants/move_id.h b/include/constants/move_id.h index b0d97b7..15954fe 100644 --- a/include/constants/move_id.h +++ b/include/constants/move_id.h @@ -357,6 +357,10 @@ #define MOVE_AEROBLAST 0x161 #define MOVE_VOLT_TACKLE 0x162 #define MOVE_REGULAR_ATTACK 0x163 +#define MOVE_IS_WATCHING 0x164 +#define MOVE_BIDE_2 0x165 // Unused +#define MOVE_DOLLAR_1 0x166 // Unused +#define MOVE_DOLLAR_2 0x167 // Unused #define MOVE_WIDE_SLASH 0x168 #define MOVE_EXCAVATE 0x169 // Unused #define MOVE_SPIN_SLASH 0x16A // Unused @@ -402,11 +406,14 @@ #define MOVE_TRAPPER 0x191 #define MOVE_POSSESS 0x192 #define MOVE_ITEMIZE 0x193 +#define MOVE_MD1 0x194 // Unused +#define MOVE_PROJECTILE 0x195 #define MOVE_HURL 0x196 #define MOVE_MOBILE 0x197 #define MOVE_ITEM_TOSS 0x198 #define MOVE_SEE_STAIRS 0x199 #define MOVE_LONG_TOSS 0x19A +#define MOVE_MD1_2 0x19B // Unused #define MOVE_PIERCE 0x19C #endif |