We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
_AfterTrade2Text
1 parent e3af20b commit c2d81fbCopy full SHA for c2d81fb
data/events/trades.asm
@@ -13,7 +13,8 @@ TradeMons:
13
; Red/Green. Japanese Blue changed _AfterTrade2Text to say your Pokémon
14
; "went and evolved" and also changed the trades to match. English
15
; Red/Blue uses the original JP Red/Green trades but with the JP Blue
16
- ; post-trade text.
+ ; post-trade text. English Yellow changed _AfterTrade2Text to
17
+ ; not mention evolution.
18
npctrade NIDORINO, NIDORINA, TRADE_DIALOGSET_CASUAL, "TERRY"
19
npctrade ABRA, MR_MIME, TRADE_DIALOGSET_CASUAL, "MARCEL"
20
npctrade BUTTERFREE, BEEDRILL, TRADE_DIALOGSET_HAPPY, "CHIKUCHIKU" ; unused
0 commit comments