summaryrefslogtreecommitdiff
path: root/trainers/read_party.asm
diff options
context:
space:
mode:
Diffstat (limited to 'trainers/read_party.asm')
-rwxr-xr-xtrainers/read_party.asm2
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]