diff options
Diffstat (limited to 'text/maps/fighting_dojo.asm')
-rw-r--r-- | text/maps/fighting_dojo.asm | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/text/maps/fighting_dojo.asm b/text/maps/fighting_dojo.asm index 9cf7ba4e..334346b1 100644 --- a/text/maps/fighting_dojo.asm +++ b/text/maps/fighting_dojo.asm @@ -114,21 +114,13 @@ _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 |