mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-22 07:02:17 +13:00
Port pokecrystal's formatting of text commands and special characters
This commit is contained in:
parent
2718c36065
commit
139a28ff99
397 changed files with 7398 additions and 7026 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue