diff options
| author | dannye <33dannye@gmail.com> | 2021-09-26 22:38:47 -0500 |
|---|---|---|
| committer | dannye <33dannye@gmail.com> | 2021-09-26 22:43:09 -0500 |
| commit | 501a21fa5dc6f01c0563316c9cd209cccb1eef45 (patch) | |
| tree | c2fe5cc6caa9d8117df3008031d7a26317058acb /data/text/text_3.asm | |
| parent | Switch from Travis CI to GitHub Actions (diff) | |
| parent | Fix typos (#334) (diff) | |
| download | pokeyellow-501a21fa5dc6f01c0563316c9cd209cccb1eef45.tar.gz pokeyellow-501a21fa5dc6f01c0563316c9cd209cccb1eef45.tar.xz pokeyellow-501a21fa5dc6f01c0563316c9cd209cccb1eef45.zip | |
Merge branch 'master' of https://github.com/pret/pokered
Diffstat (limited to 'data/text/text_3.asm')
| -rw-r--r-- | data/text/text_3.asm | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/data/text/text_3.asm b/data/text/text_3.asm index bd418402..832559f8 100644 --- a/data/text/text_3.asm +++ b/data/text/text_3.asm @@ -295,7 +295,7 @@ _DepositWhichMonText:: done _MonWasStoredText:: - text_ram wcf4b + text_ram wStringBuffer text " was" line "stored in Box @" text_ram wBoxNumString @@ -313,11 +313,11 @@ _BoxFullText:: prompt _MonIsTakenOutText:: - text_ram wcf4b + text_ram wStringBuffer text " is" line "taken out." cont "Got @" - text_ram wcf4b + text_ram wStringBuffer text "." prompt @@ -348,19 +348,17 @@ _ReleaseWhichMonText:: _OnceReleasedText:: text "Once released," line "@" - text_ram wcf4b + text_ram wStringBuffer text " is" cont "gone forever. OK?" done _MonWasReleasedText:: - text_ram wcf4b + text_ram wStringBuffer text " was" line "released outside." cont "Bye @" - -_CF4BExclamationText:: - text_ram wcf4b + text_ram wStringBuffer text "!" prompt |
