Port pokecrystal's formatting of text commands and special characters

This commit is contained in:
Rangi 2020-07-04 17:09:35 -04:00
parent 2718c36065
commit 139a28ff99
397 changed files with 7398 additions and 7026 deletions

View file

@ -13,8 +13,8 @@ _DayCareWhichMonText::
_DayCareWillLookAfterMonText::
text "Fine, I'll look"
line "after @"
TX_RAM wcd6d
text ""
text_ram wcd6d
text_start
cont "for a while."
prompt
@ -25,13 +25,13 @@ _DayCareComeSeeMeInAWhileText::
_DayCareMonHasGrownText::
text "Your @"
TX_RAM wcd6d
text ""
text_ram wcd6d
text_start
line "has grown a lot!"
para "By level, it's"
line "grown by @"
TX_NUM wDayCareNumLevelsGrown,$1,$3
text_decimal wDayCareNumLevelsGrown, 1, 3
text "!"
para "Aren't I great?"
@ -39,8 +39,8 @@ _DayCareMonHasGrownText::
_DayCareOweMoneyText::
text "You owe me ¥@"
TX_BCD wDayCareTotalCost, $c2
text ""
text_bcd wDayCareTotalCost, 2 | LEADING_ZEROES | LEFT_ALIGN
text_start
line "for the return"
cont "of this #MON."
done
@ -48,15 +48,15 @@ _DayCareOweMoneyText::
_DayCareGotMonBackText::
text "<PLAYER> got"
line "@"
TX_RAM wDayCareMonName
text_ram wDayCareMonName
text " back!"
done
_DayCareMonNeedsMoreTimeText::
text "Back already?"
line "Your @"
TX_RAM wcd6d
text ""
text_ram wcd6d
text_start
cont "needs some more"
cont "time with me."
prompt