Rename map files, labels, and constants to be consistent and work with Polished Map

This commit is contained in:
Rangi 2019-01-01 15:06:23 -05:00
parent 90430e6dee
commit c779602459
1398 changed files with 6631 additions and 6166 deletions

33
text/maps/Daycare_2.asm Normal file
View file

@ -0,0 +1,33 @@
_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