diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-17 13:27:27 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-17 13:27:27 -0400 |
commit | 30ecbf6ea3a6cd2afc9191b2b7c49ca70e7e3777 (patch) | |
tree | 18f0d7f29de7295eeaca163d370a72f46efb48f2 /engine/battle/get_trainer_name.asm | |
parent | 2454296d32b078123ecfc6434e43d0cb20e12c94 (diff) |
SONY -> RIVAL
Diffstat (limited to 'engine/battle/get_trainer_name.asm')
-rw-r--r-- | engine/battle/get_trainer_name.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/battle/get_trainer_name.asm b/engine/battle/get_trainer_name.asm index 478cdc26..b2daebfe 100644 --- a/engine/battle/get_trainer_name.asm +++ b/engine/battle/get_trainer_name.asm @@ -5,11 +5,11 @@ GetTrainerName_:: jr nz, .foundName ld hl, wRivalName ld a, [wTrainerClass] - cp SONY1 + cp RIVAL1 jr z, .foundName - cp SONY2 + cp RIVAL2 jr z, .foundName - cp SONY3 + cp RIVAL3 jr z, .foundName ld [wd0b5], a ld a, TRAINER_NAME |