diff options
Diffstat (limited to 'engine/battle/d.asm')
-rwxr-xr-x | engine/battle/d.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/battle/d.asm b/engine/battle/d.asm index 94a07eb6..7320da29 100755 --- a/engine/battle/d.asm +++ b/engine/battle/d.asm @@ -9,7 +9,7 @@ DisplayLinkBattleVersusTextBox: ; 372d6 (d:72d6) ld de, wPlayerName call PlaceString hlCoord 4, 10 - ld de, W_GRASSRATE ; enemy name + ld de, wLinkEnemyTrainerName call PlaceString ; place bold "VS" tiles between the names hlCoord 9, 8 |