diff options
Diffstat (limited to 'text/CinnabarLab.asm')
-rw-r--r-- | text/CinnabarLab.asm | 31 |
1 files changed, 17 insertions, 14 deletions
diff --git a/text/CinnabarLab.asm b/text/CinnabarLab.asm index a93a484d..c90851e5 100644 --- a/text/CinnabarLab.asm +++ b/text/CinnabarLab.asm @@ -1,29 +1,32 @@ _Lab1Text1:: - text "We study #MON" - line "extensively here." + text "Aquí estudiamos a" + line "los #MON." - para "People often bring" - line "us rare #MON" - cont "for examination." + para "La gente suele" + line "traernos a raros" + cont "#MON para" + cont "analizarlos." done _Lab1Text2:: - text "A photo of the" - line "LAB's founder," - cont "DR.FUJI!" + text "¡Una foto del" + line "fundador del" + cont "LABORATORIO," + cont "el DR.FUJI!" done _Lab1Text3:: - text "#MON LAB" - line "Meeting Room" + text "LABORATORIO <PKMN>" + line "Reuniones" done _Lab1Text4:: - text "#MON LAB" - line "R-and-D Room" + text "LABORATORIO <PKMN>" + line "Sala de I-D" done _Lab1Text5:: - text "#MON LAB" - line "Testing Room" + text "LABORATORIO <PKMN>" + line "Sala de Pruebas" done + |