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/maps/fighting_dojo.asm | |
| parent | Fix typo introduced in last commit. (diff) | |
| download | pokeyellow-b17d958e6016588ecc1f1f842ad2194dd7d7c4d9.tar.gz pokeyellow-b17d958e6016588ecc1f1f842ad2194dd7d7c4d9.tar.xz pokeyellow-b17d958e6016588ecc1f1f842ad2194dd7d7c4d9.zip | |
Add more text changes from Yellow.
Diffstat (limited to 'text/maps/fighting_dojo.asm')
| -rw-r--r-- | text/maps/fighting_dojo.asm | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/text/maps/fighting_dojo.asm b/text/maps/fighting_dojo.asm index 6f01e5fa..9cf7ba4e 100644 --- a/text/maps/fighting_dojo.asm +++ b/text/maps/fighting_dojo.asm @@ -114,13 +114,21 @@ _FightingDojoAfterBattleText4:: ; a1b1a (28:5b1a) _WantHitmonleeText:: ; a1b4a (28:5b4a) text "You want the" +IF DEF(_YELLOW) + line "hard-kicking" +ELSE line "hard kicking" +ENDC cont "HITMONLEE?" done _WantHitmonchanText:: ; a1b70 (28:5b70) text "You want the" +IF DEF(_YELLOW) + line "piston-punching" +ELSE line "piston punching" +ENDC cont "HITMONCHAN?" done |
