diff options
author | stag019 <stag019@gmail.com> | 2014-11-04 20:22:18 -0500 |
---|---|---|
committer | stag019 <stag019@gmail.com> | 2014-11-04 20:22:18 -0500 |
commit | b08a0b860ae7b666e3fd526de1f78809368d1bf6 (patch) | |
tree | 1094ead0b1dc360e85d1523e01604e6557f6a0b5 | |
parent | 5ea1d8a61f8ba733f2438b963fdc30b766cd808f (diff) |
Fix unclosed quotes.
-rw-r--r-- | text.asm | 2 | ||||
-rw-r--r-- | text/maps/copycats_house_1f.asm | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -169,7 +169,7 @@ _OaksAideNoRoomText:: ; 802ec (20:42ec) IF DEF(_YELLOW) _NurseChanseyText:: text "CHANSEY: Chaaan" - line "sey! + line "sey!" done ENDC diff --git a/text/maps/copycats_house_1f.asm b/text/maps/copycats_house_1f.asm index 419fa250..da99566b 100644 --- a/text/maps/copycats_house_1f.asm +++ b/text/maps/copycats_house_1f.asm @@ -17,7 +17,7 @@ _CopycatsHouse1FText2:: ; a1535 (28:5535) _CopycatsHouse1FText3:: ; a1596 (28:5596) IF DEF(_YELLOW) - text "CHANSEY: Chaan + text "CHANSEY: Chaan" line "sey!@@" ELSE text "CHANSEY: Chaan!" |