diff options
| author | Rangi <35663410+Rangi42@users.noreply.github.com> | 2025-12-01 11:00:56 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-01 11:00:56 -0500 |
| commit | 9a6bb3ed0c44155a711d66df4d8996d9396ebd6a (patch) | |
| tree | f1a00935b4672fffdbde8bcf5959b4d22955966f /includes.asm | |
| parent | Use more Pokemon data constants, create MOVE_NAME_LENGTH (#543) (diff) | |
| download | pokeyellow-9a6bb3ed0c44155a711d66df4d8996d9396ebd6a.tar.gz pokeyellow-9a6bb3ed0c44155a711d66df4d8996d9396ebd6a.tar.xz pokeyellow-9a6bb3ed0c44155a711d66df4d8996d9396ebd6a.zip | |
Define player and rival names once, to be used in two places (#545)
Diffstat (limited to 'includes.asm')
| -rw-r--r-- | includes.asm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes.asm b/includes.asm index 5087809c..781bb0b1 100644 --- a/includes.asm +++ b/includes.asm @@ -31,6 +31,7 @@ INCLUDE "constants/item_constants.asm" INCLUDE "constants/pokemon_constants.asm" INCLUDE "constants/pokedex_constants.asm" INCLUDE "constants/pokemon_data_constants.asm" +INCLUDE "constants/player_constants.asm" INCLUDE "constants/trainer_constants.asm" INCLUDE "constants/icon_constants.asm" INCLUDE "constants/sprite_constants.asm" |
