mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
Fix unclosed quotes.
This commit is contained in:
parent
5ea1d8a61f
commit
b08a0b860a
2
text.asm
2
text.asm
|
@ -169,7 +169,7 @@ _OaksAideNoRoomText:: ; 802ec (20:42ec)
|
||||||
IF DEF(_YELLOW)
|
IF DEF(_YELLOW)
|
||||||
_NurseChanseyText::
|
_NurseChanseyText::
|
||||||
text "CHANSEY: Chaaan"
|
text "CHANSEY: Chaaan"
|
||||||
line "sey!
|
line "sey!"
|
||||||
done
|
done
|
||||||
ENDC
|
ENDC
|
||||||
|
|
||||||
|
|
|
@ -17,7 +17,7 @@ _CopycatsHouse1FText2:: ; a1535 (28:5535)
|
||||||
|
|
||||||
_CopycatsHouse1FText3:: ; a1596 (28:5596)
|
_CopycatsHouse1FText3:: ; a1596 (28:5596)
|
||||||
IF DEF(_YELLOW)
|
IF DEF(_YELLOW)
|
||||||
text "CHANSEY: Chaan
|
text "CHANSEY: Chaan"
|
||||||
line "sey!@@"
|
line "sey!@@"
|
||||||
ELSE
|
ELSE
|
||||||
text "CHANSEY: Chaan!"
|
text "CHANSEY: Chaan!"
|
||||||
|
|
Loading…
Reference in a new issue