diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2022-04-08 17:04:24 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2022-04-08 17:04:24 -0400 |
commit | e92fa1279909e5d5da3b02b6715cc0e8f699bd41 (patch) | |
tree | cc50e05276764c3503e3afeb7ddbcc371681aa90 /data/trainers/name_pointers.asm | |
parent | 0192d594cce303764bf550aefb9aca8133caeb22 (diff) |
Diffstat (limited to 'data/trainers/name_pointers.asm')
-rw-r--r-- | data/trainers/name_pointers.asm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/data/trainers/name_pointers.asm b/data/trainers/name_pointers.asm index 98e2e406..6317f54a 100644 --- a/data/trainers/name_pointers.asm +++ b/data/trainers/name_pointers.asm @@ -1,5 +1,7 @@ TrainerNamePointers: -; what is the point of these? +; 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. dw .YoungsterName dw .BugCatcherName dw .LassName |