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

@ -1,31 +1,31 @@
TextScriptEndingChar::
db "@"
TextScriptEndingText::
text_end
TextScriptEnd::
ld hl, TextScriptEndingChar
ld hl, TextScriptEndingText
ret
ExclamationText::
TX_FAR _ExclamationText
db "@"
text_far _ExclamationText
text_end
GroundRoseText::
TX_FAR _GroundRoseText
db "@"
text_far _GroundRoseText
text_end
BoulderText::
TX_FAR _BoulderText
db "@"
text_far _BoulderText
text_end
MartSignText::
TX_FAR _MartSignText
db "@"
text_far _MartSignText
text_end
PokeCenterSignText::
TX_FAR _PokeCenterSignText
db "@"
text_far _PokeCenterSignText
text_end
PickUpItemText::
TX_ASM
text_asm
predef PickUpItem
jp TextScriptEnd