Move more code from home.asm to home/

This commit is contained in:
Rangi 2020-07-03 22:57:43 -04:00
parent 6ef36800b0
commit 053afc4634
19 changed files with 2836 additions and 2854 deletions

31
home/overworld_text.asm Normal file
View file

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