From 8a5a7d8e68538b727e0c166488265f395603366e Mon Sep 17 00:00:00 2001 From: YamaArashi Date: Sat, 9 Jan 2016 03:03:55 -0800 Subject: fix typoes --- text.asm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'text.asm') diff --git a/text.asm b/text.asm index 1e06c202..6555c185 100644 --- a/text.asm +++ b/text.asm @@ -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!" -- cgit v1.3.1-sl0p