diff options
author | Rangi <35663410+Rangi42@users.noreply.github.com> | 2018-11-11 17:07:17 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-11 17:07:17 -0500 |
commit | ffd2b709023d4466c29a228b631db06284e04891 (patch) | |
tree | d2db5b0200e7a5fe783143e6f2cdbd2fd6a1fca2 /engine/items/tmhm.asm | |
parent | ab2f46baefda1eac7d2e71929f17525f2a4a5afd (diff) | |
parent | a469a92c2633665c011e5c540e1cc593544abe11 (diff) |
Merge pull request #573 from mid-kid/master
text_jump → text_far
Diffstat (limited to 'engine/items/tmhm.asm')
-rw-r--r-- | engine/items/tmhm.asm | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/engine/items/tmhm.asm b/engine/items/tmhm.asm index c81851def..cf71d8467 100644 --- a/engine/items/tmhm.asm +++ b/engine/items/tmhm.asm @@ -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: |