You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
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:
@@ -168,22 +168,22 @@ TeachTMHM:
|
||||
|
||||
Text_BootedTM:
|
||||
; Booted up a TM.
|
||||
text_jump UnknownText_0x1c0373
|
||||
text_far UnknownText_0x1c0373
|
||||
db "@"
|
||||
|
||||
Text_BootedHM:
|
||||
; Booted up an HM.
|
||||
text_jump UnknownText_0x1c0384
|
||||
text_far UnknownText_0x1c0384
|
||||
db "@"
|
||||
|
||||
Text_ItContained:
|
||||
; It contained @ . Teach @ to a #MON?
|
||||
text_jump UnknownText_0x1c0396
|
||||
text_far UnknownText_0x1c0396
|
||||
db "@"
|
||||
|
||||
Text_TMHMNotCompatible:
|
||||
; is not compatible with @ . It can't learn @ .
|
||||
text_jump UnknownText_0x1c03c2
|
||||
text_far UnknownText_0x1c03c2
|
||||
db "@"
|
||||
|
||||
TMHM_PocketLoop:
|
||||
@@ -499,12 +499,12 @@ Unreferenced_Function2cadf:
|
||||
|
||||
.NoRoomText:
|
||||
; You have no room for any more @ S.
|
||||
text_jump UnknownText_0x1c03fa
|
||||
text_far UnknownText_0x1c03fa
|
||||
db "@"
|
||||
|
||||
.ReceivedText:
|
||||
; You received @ !
|
||||
text_jump UnknownText_0x1c0421
|
||||
text_far UnknownText_0x1c0421
|
||||
db "@"
|
||||
|
||||
.CheckHaveRoomForTMHM:
|
||||
|
||||
Reference in New Issue
Block a user