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:
@@ -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
|
||||
|
Reference in New Issue
Block a user