diff options
Diffstat (limited to 'engine/link/link.asm')
-rw-r--r-- | engine/link/link.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/engine/link/link.asm b/engine/link/link.asm index a013f3423..b51567c31 100644 --- a/engine/link/link.asm +++ b/engine/link/link.asm @@ -508,7 +508,7 @@ LinkTimeout: .TooMuchTimeHasElapsed: ; Too much time has elapsed. Please try again. text_far UnknownText_0x1c4183 - db "@" + text_end ExchangeBytes: ld a, TRUE @@ -1490,7 +1490,7 @@ Function28926: .Text_CantTradeLastMon: ; If you trade that #MON, you won't be able to battle. text_far UnknownText_0x1c41b1 - db "@" + text_end .String_Stats_Trade: db "STATS TRADE@" @@ -1498,7 +1498,7 @@ Function28926: .Text_Abnormal: ; Your friend's @ appears to be abnormal! text_far UnknownText_0x1c41e6 - db "@" + text_end Function28ac9: ld a, [wMenuCursorY] @@ -1951,7 +1951,7 @@ String28eab: UnknownText_0x28eb8: ; Trade @ for @ ? text_far UnknownText_0x1c4212 - db "@" + text_end String28ebd: db "Trade completed!@" |