diff options
| author | klektron <klektron@users.noreply.github.com> | 2021-01-03 15:36:24 +0100 |
|---|---|---|
| committer | klektron <klektron@users.noreply.github.com> | 2021-01-03 15:36:24 +0100 |
| commit | dc294a0de559fcaa1e3b9043d7ef3cd3fa96a735 (patch) | |
| tree | 2cf9c452ff5c2c147cde2c8124ed67fac180083a /text | |
| parent | 419eac2a656d5dd034e46c5f93ce808e583050de (diff) | |
and it's finally done :D
Diffstat (limited to 'text')
| -rw-r--r-- | text/AgathasRoom.asm | 2 | ||||
| -rw-r--r-- | text/CeladonMartRoof.asm | 4 | ||||
| -rw-r--r-- | text/NameRatersHouse.asm | 4 |
3 files changed, 6 insertions, 4 deletions
diff --git a/text/AgathasRoom.asm b/text/AgathasRoom.asm index 929936b8..355de7ae 100644 --- a/text/AgathasRoom.asm +++ b/text/AgathasRoom.asm @@ -38,7 +38,7 @@ _AgathaAfterBattleText:: cont "tanto!" para "¡No tengo nada" - line "más que decir!" + line "más que decir! " cont "¡Vete ya niño!" done diff --git a/text/CeladonMartRoof.asm b/text/CeladonMartRoof.asm index aaed146c..c5c6527d 100644 --- a/text/CeladonMartRoof.asm +++ b/text/CeladonMartRoof.asm @@ -27,8 +27,8 @@ _CeladonMartRoofText_484fe:: para "¡@" text_ram wcf4b text_start - text "contiene el" - line "RAYO HIELO!" + line "contiene el" + cont "RAYO HIELO!" para "¡Éste puede helar" line "al enemigo, a" diff --git a/text/NameRatersHouse.asm b/text/NameRatersHouse.asm index 86adeb69..b406f480 100644 --- a/text/NameRatersHouse.asm +++ b/text/NameRatersHouse.asm @@ -57,4 +57,6 @@ _NameRaterText_1dad1:: para "¡Cuida bien de" line "@" - text_ram wcd6d
\ No newline at end of file + text_ram wcd6d + text "!" + done
\ No newline at end of file |
