diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-06 09:32:55 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-06 09:32:55 -0400 |
| commit | 25a3e67b940fc91c11ed9b408fa20762995e6948 (patch) | |
| tree | ae5fdcb3851571203dfda858db11b387c7eb07b6 /constants.asm | |
| parent | TM/HM constants named after moves (diff) | |
| download | pokeyellow-25a3e67b940fc91c11ed9b408fa20762995e6948.tar.gz pokeyellow-25a3e67b940fc91c11ed9b408fa20762995e6948.tar.xz pokeyellow-25a3e67b940fc91c11ed9b408fa20762995e6948.zip | |
add_tm and add_hm define TM##_MOVE and HM##_MOVE constants, to avoid repeating the move names twice
Diffstat (limited to 'constants.asm')
| -rw-r--r-- | constants.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/constants.asm b/constants.asm index b1395ea8..f52af60d 100644 --- a/constants.asm +++ b/constants.asm @@ -16,12 +16,12 @@ INCLUDE "constants/pokemon_constants.asm" INCLUDE "constants/pokedex_constants.asm" INCLUDE "constants/pokemon_data_constants.asm" INCLUDE "constants/trainer_constants.asm" -INCLUDE "constants/item_constants.asm" INCLUDE "constants/type_constants.asm" INCLUDE "constants/move_constants.asm" INCLUDE "constants/move_animation_constants.asm" INCLUDE "constants/move_effect_constants.asm" INCLUDE "constants/battle_constants.asm" +INCLUDE "constants/item_constants.asm" INCLUDE "constants/icon_constants.asm" INCLUDE "constants/sprite_constants.asm" INCLUDE "constants/sprite_data_constants.asm" |
