diff options
| author | YamaArashi <shadow962@live.com> | 2016-01-09 03:03:55 -0800 |
|---|---|---|
| committer | YamaArashi <shadow962@live.com> | 2016-01-09 03:03:55 -0800 |
| commit | 8a5a7d8e68538b727e0c166488265f395603366e (patch) | |
| tree | b57f7abb207eebff9d501326c71f1a91e11bc3c9 /text.asm | |
| parent | Merge pull request #121 from PikalaxALT/master (diff) | |
| download | pokeyellow-8a5a7d8e68538b727e0c166488265f395603366e.tar.gz pokeyellow-8a5a7d8e68538b727e0c166488265f395603366e.tar.xz pokeyellow-8a5a7d8e68538b727e0c166488265f395603366e.zip | |
fix typoes
Diffstat (limited to 'text.asm')
| -rw-r--r-- | text.asm | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -948,7 +948,7 @@ _VermilionGymTrashText:: line "only trash here." done -_VermilionGymTrashSuccesText1:: +_VermilionGymTrashSuccessText1:: text "Hey! There's a" line "switch under the" cont "trash!" @@ -957,14 +957,14 @@ _VermilionGymTrashSuccesText1:: para "The 1st electric" line "lock opened!@@" -_VermilionGymTrashSuccesText2:: +_VermilionGymTrashSuccessText2:: text "Hey! There's" line "another switch" cont "under the trash!" cont "Turn it on!" prompt -_VermilionGymTrashSuccesText3:: +_VermilionGymTrashSuccessText3:: text "The 2nd electric" line "lock opened!" |
