text_jump → text_far

The previous name for this was rather misleading. It isn't an actual
jump like you'd expect the `jp` instruction to behave as. Instead, it
behaves more like a `farcall`.
This also makes it consistent with its current command ID name of
`TX_FAR`.
This commit is contained in:
mid-kid
2018-10-28 17:16:55 +01:00
parent 0af682d38a
commit 940256569b
85 changed files with 851 additions and 848 deletions

View File

@@ -208,32 +208,32 @@ INCLUDE "data/items/mom_phone.asm"
_MomText_HiHowAreYou:
; Hi, ! How are you?
text_jump UnknownText_0x1bc615
text_far UnknownText_0x1bc615
db "@"
_MomText_FoundAnItem:
; I found a useful item shopping, so
text_jump UnknownText_0x1bc62a
text_far UnknownText_0x1bc62a
db "@"
_MomText_BoughtWithYourMoney:
; I bought it with your money. Sorry!
text_jump UnknownText_0x1bc64e
text_far UnknownText_0x1bc64e
db "@"
_MomText_ItsInPC:
; It's in your PC. You'll like it!
text_jump UnknownText_0x1bc673
text_far UnknownText_0x1bc673
db "@"
_MomText_FoundADoll:
; While shopping today, I saw this adorable doll, so
text_jump UnknownText_0x1bc693
text_far UnknownText_0x1bc693
db "@"
_MomText_ItsInRoom:
; It's in your room. You'll love it!
text_jump UnknownText_0x1bc6c7
text_far UnknownText_0x1bc6c7
db "@"
db 0 ; unused