aboutsummaryrefslogtreecommitdiffstats
path: root/data/trainers/name_pointers.asm
diff options
context:
space:
mode:
authordannye <33dannye@gmail.com>2023-04-25 19:52:12 -0500
committerdannye <33dannye@gmail.com>2023-04-25 19:52:12 -0500
commit667f1febbe59355b1ffea68619e5e5486fd3c408 (patch)
tree9a3ca97fea7cb54d1db9c23ac8c2a405a13f6f5c /data/trainers/name_pointers.asm
parentFix trainer parties' comments (#104) (diff)
parentUpdate `EndBug` to v9. (diff)
downloadpokeyellow-667f1febbe59355b1ffea68619e5e5486fd3c408.tar.gz
pokeyellow-667f1febbe59355b1ffea68619e5e5486fd3c408.tar.xz
pokeyellow-667f1febbe59355b1ffea68619e5e5486fd3c408.zip
Merge branch 'master' of https://github.com/pret/pokered
Diffstat (limited to 'data/trainers/name_pointers.asm')
-rw-r--r--data/trainers/name_pointers.asm2
1 files changed, 2 insertions, 0 deletions
diff --git a/data/trainers/name_pointers.asm b/data/trainers/name_pointers.asm
index 6317f54a..914fe9d4 100644
--- a/data/trainers/name_pointers.asm
+++ b/data/trainers/name_pointers.asm
@@ -2,6 +2,7 @@ TrainerNamePointers:
; These are only used for trainers' defeat speeches.
; They were originally shortened variants of the trainer class names
; in the Japanese versions, but are now redundant with TrainerNames.
+ table_width 2, TrainerNamePointers
dw .YoungsterName
dw .BugCatcherName
dw .LassName
@@ -49,6 +50,7 @@ TrainerNamePointers:
dw wTrainerName
dw wTrainerName
dw wTrainerName
+ assert_table_length NUM_TRAINERS
.YoungsterName: db "YOUNGSTER@"
.BugCatcherName: db "BUG CATCHER@"