diff options
Diffstat (limited to 'text/Daycare_2.asm')
-rw-r--r-- | text/Daycare_2.asm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/text/Daycare_2.asm b/text/Daycare_2.asm index 20c0e5ad..7efb200e 100644 --- a/text/Daycare_2.asm +++ b/text/Daycare_2.asm @@ -1,6 +1,7 @@ _DayCareAllRightThenText:: text "All right then," - line "@@" + line "@" + text_end _DayCareComeAgainText:: text "come again." |