diff options
author | klektron <klektron@users.noreply.github.com> | 2020-12-23 21:37:29 +0100 |
---|---|---|
committer | klektron <klektron@users.noreply.github.com> | 2020-12-23 21:37:29 +0100 |
commit | a5c83e0335cfbb04c85d57bb2d58703a38fb3f2d (patch) | |
tree | f5a5b06fd6dfe9417172706adaa21575f4370742 /text/Route2Gate.asm | |
parent | a3efe27945ee1cead11ceab24fde1602f6a20f46 (diff) |
finished changing all files in text dir
Diffstat (limited to 'text/Route2Gate.asm')
-rw-r--r-- | text/Route2Gate.asm | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/text/Route2Gate.asm b/text/Route2Gate.asm index 566830f8..bd34e9c3 100644 --- a/text/Route2Gate.asm +++ b/text/Route2Gate.asm @@ -1,12 +1,15 @@ _Route2GateText_5d616:: - text "The HM FLASH" - line "lights even the" - cont "darkest dungeons." + text "El DESTELLO de la" + line "MO ilumina hasta" + cont "las más oscuras" + cont "mazmorras." done _Route2GateText2:: - text "Once a #MON" - line "learns FLASH, you" - cont "can get through" - cont "ROCK TUNNEL." + text "Si un #MON" + line "aprende el" + cont "DESTELLO," + cont "podrás cruzar el" + cont "TÚNEL ROCA." done + |