diff options
author | IIMarckus <iimarckus@gmail.com> | 2014-10-24 01:50:40 -0600 |
---|---|---|
committer | IIMarckus <iimarckus@gmail.com> | 2014-10-24 01:50:40 -0600 |
commit | b17d958e6016588ecc1f1f842ad2194dd7d7c4d9 (patch) | |
tree | d2df94984c49b5002696d871b136a08c8cec8266 /text.asm | |
parent | ba1a56d05c3b9796f1695b0ef3e5ae6906dc2e86 (diff) |
Add more text changes from Yellow.
Diffstat (limited to 'text.asm')
-rw-r--r-- | text.asm | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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) |