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

@ -99,20 +99,20 @@ LogOff:
ret
TurnedOnPC1Text:
TX_FAR _TurnedOnPC1Text
db "@"
text_far _TurnedOnPC1Text
text_end
AccessedBillsPCText:
TX_FAR _AccessedBillsPCText
db "@"
text_far _AccessedBillsPCText
text_end
AccessedSomeonesPCText:
TX_FAR _AccessedSomeonesPCText
db "@"
text_far _AccessedSomeonesPCText
text_end
AccessedMyPCText:
TX_FAR _AccessedMyPCText
db "@"
text_far _AccessedMyPCText
text_end
; removes one of the specified item ID [hItemToRemoveID] from bag (if existent)
RemoveItemByID::