mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-03-26 06:19:20 +13:00
Fix unclosed quotes.
This commit is contained in:
parent
5ea1d8a61f
commit
b08a0b860a
2 changed files with 2 additions and 2 deletions
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…
Add table
Add a link
Reference in a new issue