diff options
| author | klektron <klektron@users.noreply.github.com> | 2020-12-31 20:27:09 +0100 |
|---|---|---|
| committer | klektron <klektron@users.noreply.github.com> | 2020-12-31 20:27:09 +0100 |
| commit | 36d4d6fe0aeeb60b5137b812b779fa82b05b4a5a (patch) | |
| tree | 213b9771f884b4c3f5f6f3436b2e9c20a7989dd7 /data/text | |
| parent | 4bd566bbb14ba293e23ec8c21ee1a7541d9f975a (diff) | |
aaaand more fixes
Diffstat (limited to 'data/text')
| -rw-r--r-- | data/text/text_2.asm | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/data/text/text_2.asm b/data/text/text_2.asm index 3ff26d58..a8b80799 100644 --- a/data/text/text_2.asm +++ b/data/text/text_2.asm @@ -432,7 +432,7 @@ _MagazinesText:: _BillsHouseMonitorText:: text "¡En el monitor" - line "del PC aparece" + line "del PC aparece el" cont "TELETRANSPORTE!" done @@ -1289,7 +1289,7 @@ _BuildingRageText:: prompt _MirrorMoveFailedText:: - text "El MOVIMIENTO en" + text "¡El MOVIMIENTO en" next "ESPEJO falló!" prompt @@ -1699,6 +1699,8 @@ _BoxFullText:: prompt _MonIsTakenOutText:: + text "Retirado" + line "@" text_ram wcf4b text "." cont "Recibes" @@ -1717,7 +1719,7 @@ _CantTakeMonText:: line "más #MON." para "Primero deposita" - line "algún #MON" + line "algún #MON." prompt _ReleaseWhichMonText:: |
