diff options
-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!" |