aboutsummaryrefslogtreecommitdiffstats
path: root/includes.asm
diff options
context:
space:
mode:
authorRangi <35663410+Rangi42@users.noreply.github.com>2025-12-01 11:00:56 -0500
committerGitHub <noreply@github.com>2025-12-01 11:00:56 -0500
commit9a6bb3ed0c44155a711d66df4d8996d9396ebd6a (patch)
treef1a00935b4672fffdbde8bcf5959b4d22955966f /includes.asm
parentUse more Pokemon data constants, create MOVE_NAME_LENGTH (#543) (diff)
downloadpokeyellow-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.asm1
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"