diff options
Diffstat (limited to 'trainers/read_party.asm')
-rwxr-xr-x | trainers/read_party.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/trainers/read_party.asm b/trainers/read_party.asm index 71cbdc5e5..af4e63cb9 100755 --- a/trainers/read_party.asm +++ b/trainers/read_party.asm @@ -333,7 +333,7 @@ endr Battle_GetTrainerName:: ; 39939 ld a, [InBattleTowerBattle] bit 0, a - ld hl, wd26b + ld hl, OTPlayerName jp nz, CopyTrainerName ld a, [OtherTrainerID] |