aboutsummaryrefslogtreecommitdiffstats
path: root/engine
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 /engine
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 'engine')
-rw-r--r--engine/movie/oak_speech/oak_speech2.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/movie/oak_speech/oak_speech2.asm b/engine/movie/oak_speech/oak_speech2.asm
index df05091a..bff12f62 100644
--- a/engine/movie/oak_speech/oak_speech2.asm
+++ b/engine/movie/oak_speech/oak_speech2.asm
@@ -187,7 +187,7 @@ DisplayIntroNameTextBox:
.namestring
db "NAME@"
-INCLUDE "data/player_names.asm"
+INCLUDE "data/player/names.asm"
GetDefaultName:
; a = name index
@@ -213,7 +213,7 @@ GetDefaultName:
ld bc, NAME_BUFFER_LENGTH
jp CopyData
-INCLUDE "data/player_names_list.asm"
+INCLUDE "data/player/names_list.asm"
LinkMenuEmptyText:
text_end