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 /engine | |
| 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 'engine')
| -rw-r--r-- | engine/movie/oak_speech/oak_speech2.asm | 4 |
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 |
