diff options
Diffstat (limited to 'battle/core.asm')
-rw-r--r-- | battle/core.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/battle/core.asm b/battle/core.asm index d8c38d2c1..9a464023b 100644 --- a/battle/core.asm +++ b/battle/core.asm @@ -9167,11 +9167,11 @@ GetRoamMonSpecies: ; 3fa31 Function3fa42: ; 3fa42 - ld hl, wd276 + ld hl, OTPlayerID ld de, StringBuffer1 ld bc, 2 call CopyBytes - ld hl, wd26b + ld hl, OTPlayerName ld bc, 10 call CopyBytes ld hl, s1_b254 |