summaryrefslogtreecommitdiff
path: root/text.asm
diff options
context:
space:
mode:
authorIIMarckus <iimarckus@gmail.com>2014-10-24 01:50:40 -0600
committerIIMarckus <iimarckus@gmail.com>2014-10-24 01:50:40 -0600
commitb17d958e6016588ecc1f1f842ad2194dd7d7c4d9 (patch)
treed2df94984c49b5002696d871b136a08c8cec8266 /text.asm
parentba1a56d05c3b9796f1695b0ef3e5ae6906dc2e86 (diff)
Add more text changes from Yellow.
Diffstat (limited to 'text.asm')
-rw-r--r--text.asm12
1 files changed, 12 insertions, 0 deletions
diff --git a/text.asm b/text.asm
index 61c8675f..2c15004c 100644
--- a/text.asm
+++ b/text.asm
@@ -3305,12 +3305,20 @@ _Thanks2Text:: ; a8209 (2a:4209)
done
_AfterTrade2Text:: ; a8212 (2a:4212)
+IF DEF(_YELLOW)
+ text "Hello there! Your"
+ line "old @"
+ TX_RAM wcd13
+ db " is"
+ cont "magnificent!"
+ELSE
text "The @"
TX_RAM wcd13
text " you"
line "traded to me"
para "went and evolved!"
+ENDC
done
_WannaTrade3Text:: ; a8240 (2a:4240)
@@ -3340,7 +3348,11 @@ _WrongMon3Text:: ; a8284 (2a:4284)
done
_Thanks3Text:: ; a82bc (2a:42bc)
+IF DEF(_YELLOW)
+ text "Thanks, pal!"
+ELSE
text "Thanks pal!"
+ENDC
done
_AfterTrade3Text:: ; a82c9 (2a:42c9)