diff options
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 |