kep-hack/text/Daycare_2.asm
Rangi b29e5ee203 Add subdirectories to data/ similar to pokecrystal
Top level text/ is now solely for the former text/maps/ files, and other files are in their respective subdirectories in data/.
2020-07-03 11:51:00 -04:00

34 lines
554 B
NASM

_DayCareAllRightThenText::
text "All right then,"
line "@@"
_DayCareComeAgainText::
text "come again."
done
_DayCareNoRoomForMonText::
text "You have no room"
line "for this #MON!"
done
_DayCareOnlyHaveOneMonText::
text "You only have one"
line "#MON with you."
done
_DayCareCantAcceptMonWithHMText::
text "I can't accept a"
line "#MON that"
cont "knows an HM move."
done
_DayCareHeresYourMonText::
text "Thank you! Here's"
line "your #MON!"
prompt
_DayCareNotEnoughMoneyText::
text "Hey, you don't"
line "have enough ¥!"
done