diff options
Diffstat (limited to 'engine/trade2.asm')
-rwxr-xr-x | engine/trade2.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/trade2.asm b/engine/trade2.asm index 062d5285..bd03715e 100755 --- a/engine/trade2.asm +++ b/engine/trade2.asm @@ -10,7 +10,7 @@ Trade_PrintPlayerMonInfoText: lb bc, LEADING_ZEROES | 1, 3 call PrintNumber coord hl, 5, 2 - ld de,wcf4b + ld de,wcf50 call PlaceString coord hl, 8, 4 ld de,wTradedPlayerMonOT @@ -45,4 +45,4 @@ Trade_PrintEnemyMonInfoText: Trade_MonInfoText: db "──№⠄",$4E next "OT/" - next $73,"№⠄","@" + next "″№⠄@" |