summaryrefslogtreecommitdiff
path: root/engine/events
diff options
context:
space:
mode:
Diffstat (limited to 'engine/events')
-rw-r--r--engine/events/battle_tower/rules.asm18
-rw-r--r--engine/events/battle_tower/trainer_text.asm240
-rw-r--r--engine/events/buena.asm12
-rw-r--r--engine/events/bug_contest/caught_mon.asm2
-rw-r--r--engine/events/bug_contest/contest.asm4
-rw-r--r--engine/events/bug_contest/display_stats.asm4
-rw-r--r--engine/events/bug_contest/judging.asm12
-rw-r--r--engine/events/daycare.asm54
-rw-r--r--engine/events/elevator.asm2
-rw-r--r--engine/events/fruit_trees.asm10
-rw-r--r--engine/events/itemfinder.asm4
-rw-r--r--engine/events/kurt.asm4
-rw-r--r--engine/events/lucky_number.asm4
-rw-r--r--engine/events/magikarp.asm4
-rw-r--r--engine/events/misc_scripts.asm4
-rw-r--r--engine/events/misc_scripts_2.asm6
-rw-r--r--engine/events/mom.asm44
-rw-r--r--engine/events/mom_phone.asm12
-rw-r--r--engine/events/move_deleter.asm16
-rw-r--r--engine/events/name_rater.asm20
-rw-r--r--engine/events/npc_trade.asm40
-rw-r--r--engine/events/overworld.asm80
-rw-r--r--engine/events/poisonstep.asm4
-rw-r--r--engine/events/poke_seer.asm26
-rw-r--r--engine/events/pokecenter_pc.asm32
-rw-r--r--engine/events/print_photo.asm10
-rw-r--r--engine/events/prof_oaks_pc.asm46
-rw-r--r--engine/events/sacred_ash.asm2
-rw-r--r--engine/events/specials.asm6
-rw-r--r--engine/events/squirtbottle.asm2
-rw-r--r--engine/events/sweet_scent.asm4
-rw-r--r--engine/events/whiteout.asm2
32 files changed, 365 insertions, 365 deletions
diff --git a/engine/events/battle_tower/rules.asm b/engine/events/battle_tower/rules.asm
index 6a2990118..da51b3f7f 100644
--- a/engine/events/battle_tower/rules.asm
+++ b/engine/events/battle_tower/rules.asm
@@ -22,7 +22,7 @@ CheckForMobileBattleRules:
.ExcuseMeText:
; Excuse me!
- text_jump UnknownText_0x1c5937
+ text_far UnknownText_0x1c5937
db "@"
_CheckForBattleTowerRules:
@@ -57,7 +57,7 @@ _CheckForBattleTowerRules:
JumpText_ExcuseMeYoureNotReady:
; Excuse me. You're not ready.
- text_jump Text_ExcuseMeYoureNotReady
+ text_far Text_ExcuseMeYoureNotReady
db "@"
BattleTower_PleaseReturnWhenReady:
@@ -67,37 +67,37 @@ BattleTower_PleaseReturnWhenReady:
.PleaseReturnWhenReady:
; Please return when you're ready.
- text_jump UnknownText_0x1c5962
+ text_far UnknownText_0x1c5962
db "@"
JumpText_NeedAtLeastThreeMon:
; You need at least three #MON.
- text_jump UnknownText_0x1c5983
+ text_far UnknownText_0x1c5983
db "@"
JumpText_EggDoesNotQualify:
; Sorry, an EGG doesn't qualify.
- text_jump UnknownText_0x1c59a3
+ text_far UnknownText_0x1c59a3
db "@"
JumpText_OnlyThreeMonMayBeEntered:
; Only three #MON may be entered.
- text_jump Text_OnlyThreeMonMayBeEntered
+ text_far Text_OnlyThreeMonMayBeEntered
db "@"
JumpText_TheMonMustAllBeDifferentKinds:
; The @ #MON must all be different kinds.
- text_jump Text_TheMonMustAllBeDifferentKinds
+ text_far Text_TheMonMustAllBeDifferentKinds
db "@"
JumpText_TheMonMustNotHoldTheSameItems:
; The @ #MON must not hold the same items.
- text_jump Text_TheMonMustNotHoldTheSameItems
+ text_far Text_TheMonMustNotHoldTheSameItems
db "@"
JumpText_YouCantTakeAnEgg:
; You can't take an EGG!
- text_jump Text_YouCantTakeAnEgg
+ text_far Text_YouCantTakeAnEgg
db "@"
BattleTower_ExecuteJumptable:
diff --git a/engine/events/battle_tower/trainer_text.asm b/engine/events/battle_tower/trainer_text.asm
index 0743741e6..6aac7f007 100644
--- a/engine/events/battle_tower/trainer_text.asm
+++ b/engine/events/battle_tower/trainer_text.asm
@@ -231,481 +231,481 @@ BTFemaleTrainerTexts:
dw BTWinF15
BTGreetingM1:
- text_jump BattleTowerText_0x1ec000
+ text_far BattleTowerText_0x1ec000
db "@"
BTLossM1:
- text_jump BattleTowerText_0x1ec03b
+ text_far BattleTowerText_0x1ec03b
db "@"
BTWinM1:
- text_jump UnknownText_0x1ec060
+ text_far UnknownText_0x1ec060
db "@"
BTGreetingM2:
- text_jump BattleTowerText_0x1ec080
+ text_far BattleTowerText_0x1ec080
db "@"
BTLossM2:
- text_jump UnknownText_0x1ec0a3
+ text_far UnknownText_0x1ec0a3
db "@"
BTWinM2:
- text_jump UnknownText_0x1ec0c4
+ text_far UnknownText_0x1ec0c4
db "@"
BTGreetingM3:
- text_jump UnknownText_0x1ec0e1
+ text_far UnknownText_0x1ec0e1
db "@"
BTLossM3:
- text_jump UnknownText_0x1ec108
+ text_far UnknownText_0x1ec108
db "@"
BTWinM3:
- text_jump UnknownText_0x1ec12a
+ text_far UnknownText_0x1ec12a
db "@"
BTGreetingM4:
- text_jump UnknownText_0x1ec14d
+ text_far UnknownText_0x1ec14d
db "@"
BTLossM4:
- text_jump UnknownText_0x1ec16f
+ text_far UnknownText_0x1ec16f
db "@"
BTWinM4:
- text_jump UnknownText_0x1ec190
+ text_far UnknownText_0x1ec190
db "@"
BTGreetingM5:
- text_jump UnknownText_0x1ec1ae
+ text_far UnknownText_0x1ec1ae
db "@"
BTLossM5:
- text_jump UnknownText_0x1ec1d0
+ text_far UnknownText_0x1ec1d0
db "@"
BTWinM5:
- text_jump UnknownText_0x1ec1f4
+ text_far UnknownText_0x1ec1f4
db "@"
BTGreetingM6:
- text_jump UnknownText_0x1ec216
+ text_far UnknownText_0x1ec216
db "@"
BTLossM6:
- text_jump UnknownText_0x1ec238
+ text_far UnknownText_0x1ec238
db "@"
BTWinM6:
- text_jump UnknownText_0x1ec259
+ text_far UnknownText_0x1ec259
db "@"
BTGreetingM7:
- text_jump UnknownText_0x1ec27b
+ text_far UnknownText_0x1ec27b
db "@"
BTLossM7:
- text_jump UnknownText_0x1ec2a0
+ text_far UnknownText_0x1ec2a0
db "@"
BTWinM7:
- text_jump UnknownText_0x1ec2c0
+ text_far UnknownText_0x1ec2c0
db "@"
BTGreetingM8:
- text_jump UnknownText_0x1ec2d9
+ text_far UnknownText_0x1ec2d9
db "@"
BTLossM8:
- text_jump UnknownText_0x1ec2fe
+ text_far UnknownText_0x1ec2fe
db "@"
BTWinM8:
- text_jump UnknownText_0x1ec320
+ text_far UnknownText_0x1ec320
db "@"
BTGreetingM9:
- text_jump UnknownText_0x1ec33f
+ text_far UnknownText_0x1ec33f
db "@"
BTLossM9:
- text_jump UnknownText_0x1ec36c
+ text_far UnknownText_0x1ec36c
db "@"
BTWinM9:
- text_jump UnknownText_0x1ec389
+ text_far UnknownText_0x1ec389
db "@"
BTGreetingM10:
- text_jump UnknownText_0x1ec3ad
+ text_far UnknownText_0x1ec3ad
db "@"
BTLossM10:
- text_jump UnknownText_0x1ec3c5
+ text_far UnknownText_0x1ec3c5
db "@"
BTWinM10:
- text_jump UnknownText_0x1ec3e5
+ text_far UnknownText_0x1ec3e5
db "@"
BTGreetingM11:
- text_jump UnknownText_0x1ec402
+ text_far UnknownText_0x1ec402
db "@"
BTLossM11:
- text_jump UnknownText_0x1ec411
+ text_far UnknownText_0x1ec411
db "@"
BTWinM11:
- text_jump UnknownText_0x1ec41f
+ text_far UnknownText_0x1ec41f
db "@"
BTGreetingM12:
- text_jump UnknownText_0x1ec42e
+ text_far UnknownText_0x1ec42e
db "@"
BTLossM12:
- text_jump UnknownText_0x1ec461
+ text_far UnknownText_0x1ec461
db "@"
BTWinM12:
- text_jump UnknownText_0x1ec4a0
+ text_far UnknownText_0x1ec4a0
db "@"
BTGreetingM13:
- text_jump UnknownText_0x1ec4d6
+ text_far UnknownText_0x1ec4d6
db "@"
BTLossM13:
- text_jump UnknownText_0x1ec4f5
+ text_far UnknownText_0x1ec4f5
db "@"
BTWinM13:
- text_jump UnknownText_0x1ec512
+ text_far UnknownText_0x1ec512
db "@"
BTGreetingM14:
- text_jump UnknownText_0x1ec532
+ text_far UnknownText_0x1ec532
db "@"
BTLossM14:
- text_jump UnknownText_0x1ec54b
+ text_far UnknownText_0x1ec54b
db "@"
BTWinM14:
- text_jump UnknownText_0x1ec565
+ text_far UnknownText_0x1ec565
db "@"
BTGreetingM15:
- text_jump UnknownText_0x1ec580
+ text_far UnknownText_0x1ec580
db "@"
BTLossM15:
- text_jump UnknownText_0x1ec59d
+ text_far UnknownText_0x1ec59d
db "@"
BTWinM15:
- text_jump UnknownText_0x1ec5b5
+ text_far UnknownText_0x1ec5b5
db "@"
BTGreetingM16:
- text_jump UnknownText_0x1ec5d3
+ text_far UnknownText_0x1ec5d3
db "@"
BTLossM16:
- text_jump UnknownText_0x1ec5ee
+ text_far UnknownText_0x1ec5ee
db "@"
BTWinM16:
- text_jump UnknownText_0x1ec60d
+ text_far UnknownText_0x1ec60d
db "@"
BTGreetingM17:
- text_jump UnknownText_0x1ec631
+ text_far UnknownText_0x1ec631
db "@"
BTLossM17:
- text_jump UnknownText_0x1ec651
+ text_far UnknownText_0x1ec651
db "@"
BTWinM17:
- text_jump UnknownText_0x1ec68f
+ text_far UnknownText_0x1ec68f
db "@"
BTGreetingM18:
- text_jump UnknownText_0x1ec6b1
+ text_far UnknownText_0x1ec6b1
db "@"
BTLossM18:
- text_jump UnknownText_0x1ec6d0
+ text_far UnknownText_0x1ec6d0
db "@"
BTWinM18:
- text_jump UnknownText_0x1ec708
+ text_far UnknownText_0x1ec708
db "@"
BTGreetingM19:
- text_jump UnknownText_0x1ec720
+ text_far UnknownText_0x1ec720
db "@"
BTLossM19:
- text_jump UnknownText_0x1ec73e
+ text_far UnknownText_0x1ec73e
db "@"
BTWinM19:
- text_jump UnknownText_0x1ec75b
+ text_far UnknownText_0x1ec75b
db "@"
BTGreetingM20:
- text_jump UnknownText_0x1ec77f
+ text_far UnknownText_0x1ec77f
db "@"
BTLossM20:
- text_jump UnknownText_0x1ec798
+ text_far UnknownText_0x1ec798
db "@"
BTWinM20:
- text_jump UnknownText_0x1ec7bb
+ text_far UnknownText_0x1ec7bb
db "@"
BTGreetingM21:
- text_jump UnknownText_0x1ec7d8
+ text_far UnknownText_0x1ec7d8
db "@"
BTLossM21:
- text_jump UnknownText_0x1ec818
+ text_far UnknownText_0x1ec818
db "@"
BTWinM21:
- text_jump UnknownText_0x1ec837
+ text_far UnknownText_0x1ec837
db "@"
BTGreetingM22:
- text_jump UnknownText_0x1ec858
+ text_far UnknownText_0x1ec858
db "@"
BTLossM22:
- text_jump UnknownText_0x1ec876
+ text_far UnknownText_0x1ec876
db "@"
BTWinM22:
- text_jump UnknownText_0x1ec898
+ text_far UnknownText_0x1ec898
db "@"
BTGreetingM23:
- text_jump UnknownText_0x1ec8b1
+ text_far UnknownText_0x1ec8b1
db "@"
BTLossM23:
- text_jump UnknownText_0x1ec8d5
+ text_far UnknownText_0x1ec8d5
db "@"
BTWinM23:
- text_jump UnknownText_0x1ec8f0
+ text_far UnknownText_0x1ec8f0
db "@"
BTGreetingM24:
- text_jump UnknownText_0x1ec911
+ text_far UnknownText_0x1ec911
db "@"
BTLossM24:
- text_jump UnknownText_0x1ec928
+ text_far UnknownText_0x1ec928
db "@"
BTWinM24:
- text_jump UnknownText_0x1ec949
+ text_far UnknownText_0x1ec949
db "@"
BTGreetingM25:
- text_jump UnknownText_0x1ec969
+ text_far UnknownText_0x1ec969
db "@"
BTLossM25:
- text_jump UnknownText_0x1ec986
+ text_far UnknownText_0x1ec986
db "@"
BTWinM25:
- text_jump UnknownText_0x1ec99b
+ text_far UnknownText_0x1ec99b
db "@"
BTGreetingF1:
- text_jump UnknownText_0x1ec9bd
+ text_far UnknownText_0x1ec9bd
db "@"
BTLossF1:
- text_jump UnknownText_0x1ec9d9
+ text_far UnknownText_0x1ec9d9
db "@"
BTWinF1:
- text_jump UnknownText_0x1ec9f7
+ text_far UnknownText_0x1ec9f7
db "@"
BTGreetingF2:
- text_jump UnknownText_0x1eca0a
+ text_far UnknownText_0x1eca0a
db "@"
BTLossF2:
- text_jump UnknownText_0x1eca2a
+ text_far UnknownText_0x1eca2a
db "@"
BTWinF2:
- text_jump UnknownText_0x1eca47
+ text_far UnknownText_0x1eca47
db "@"
BTGreetingF3:
- text_jump UnknownText_0x1eca64
+ text_far UnknownText_0x1eca64
db "@"
BTLossF3:
- text_jump UnknownText_0x1eca82
+ text_far UnknownText_0x1eca82
db "@"
BTWinF3:
- text_jump UnknownText_0x1eca9d
+ text_far UnknownText_0x1eca9d
db "@"
BTGreetingF4:
- text_jump UnknownText_0x1ecabf
+ text_far UnknownText_0x1ecabf
db "@"
BTLossF4:
- text_jump UnknownText_0x1ecade
+ text_far UnknownText_0x1ecade
db "@"
BTWinF4:
- text_jump UnknownText_0x1ecafa
+ text_far UnknownText_0x1ecafa
db "@"
BTGreetingF5:
- text_jump UnknownText_0x1ecb19
+ text_far UnknownText_0x1ecb19
db "@"
BTLossF5:
- text_jump UnknownText_0x1ecb37
+ text_far UnknownText_0x1ecb37
db "@"
BTWinF5:
- text_jump UnknownText_0x1ecb55
+ text_far UnknownText_0x1ecb55
db "@"
BTGreetingF6:
- text_jump UnknownText_0x1ecb70
+ text_far UnknownText_0x1ecb70
db "@"
BTLossF6:
- text_jump UnknownText_0x1ecb92
+ text_far UnknownText_0x1ecb92
db "@"
BTWinF6:
- text_jump UnknownText_0x1ecbb6
+ text_far UnknownText_0x1ecbb6
db "@"
BTGreetingF7:
- text_jump UnknownText_0x1ecbd9
+ text_far UnknownText_0x1ecbd9
db "@"
BTLossF7:
- text_jump UnknownText_0x1ecbf3
+ text_far UnknownText_0x1ecbf3
db "@"
BTWinF7:
- text_jump UnknownText_0x1ecc15
+ text_far UnknownText_0x1ecc15
db "@"
BTGreetingF8:
- text_jump UnknownText_0x1ecc39
+ text_far UnknownText_0x1ecc39
db "@"
BTLossF8:
- text_jump UnknownText_0x1ecc55
+ text_far UnknownText_0x1ecc55
db "@"
BTWinF8:
- text_jump UnknownText_0x1ecc75
+ text_far UnknownText_0x1ecc75
db "@"
BTGreetingF9:
- text_jump UnknownText_0x1ecc92
+ text_far UnknownText_0x1ecc92
db "@"
BTLossF9:
- text_jump UnknownText_0x1ecca7
+ text_far UnknownText_0x1ecca7
db "@"
BTWinF9:
- text_jump UnknownText_0x1eccc1
+ text_far UnknownText_0x1eccc1
db "@"
BTGreetingF10:
- text_jump UnknownText_0x1eccd7
+ text_far UnknownText_0x1eccd7
db "@"
BTLossF10:
- text_jump UnknownText_0x1eccef
+ text_far UnknownText_0x1eccef
db "@"
BTWinF10:
- text_jump UnknownText_0x1ecd0e
+ text_far UnknownText_0x1ecd0e
db "@"
BTGreetingF11:
- text_jump UnknownText_0x1ecd2b
+ text_far UnknownText_0x1ecd2b
db "@"
BTLossF11:
- text_jump UnknownText_0x1ecd4d
+ text_far UnknownText_0x1ecd4d
db "@"
BTWinF11:
- text_jump UnknownText_0x1ecd6b
+ text_far UnknownText_0x1ecd6b
db "@"
BTGreetingF12:
- text_jump UnknownText_0x1ecd8d
+ text_far UnknownText_0x1ecd8d
db "@"
BTLossF12:
- text_jump UnknownText_0x1ecdaf
+ text_far UnknownText_0x1ecdaf
db "@"
BTWinF12:
- text_jump UnknownText_0x1ecdcf
+ text_far UnknownText_0x1ecdcf
db "@"
BTGreetingF13:
- text_jump UnknownText_0x1ecded
+ text_far UnknownText_0x1ecded
db "@"
BTLossF13:
- text_jump UnknownText_0x1ece0d
+ text_far UnknownText_0x1ece0d
db "@"
BTWinF13:
- text_jump UnknownText_0x1ece2a
+ text_far UnknownText_0x1ece2a
db "@"
BTGreetingF14:
- text_jump UnknownText_0x1ece4b
+ text_far UnknownText_0x1ece4b
db "@"
BTLossF14:
- text_jump UnknownText_0x1ece70
+ text_far UnknownText_0x1ece70
db "@"
BTWinF14:
- text_jump UnknownText_0x1ece8a
+ text_far UnknownText_0x1ece8a
db "@"
BTGreetingF15:
- text_jump UnknownText_0x1ecea8
+ text_far UnknownText_0x1ecea8
db "@"
BTLossF15:
- text_jump UnknownText_0x1ecec9
+ text_far UnknownText_0x1ecec9
db "@"
BTWinF15:
- text_jump UnknownText_0x1ecee8
+ text_far UnknownText_0x1ecee8
db "@"
diff --git a/engine/events/buena.asm b/engine/events/buena.asm
index 3b8fa26f1..5b580c7f2 100644
--- a/engine/events/buena.asm
+++ b/engine/events/buena.asm
@@ -148,31 +148,31 @@ BuenaPrize:
.Text_AskWhichPrize:
; Which prize would you like?
- text_jump UnknownText_0x1c589f
+ text_far UnknownText_0x1c589f
db "@"
.Text_IsThatRight:
; ? Is that right?
- text_jump UnknownText_0x1c58bc
+ text_far UnknownText_0x1c58bc
db "@"
.Text_HereYouGo: ; Here you go!
- text_jump UnknownText_0x1c58d1
+ text_far UnknownText_0x1c58d1
db "@"
.Text_NotEnoughPoints:
; You don't have enough points.
- text_jump UnknownText_0x1c58e0
+ text_far UnknownText_0x1c58e0
db "@"
.Text_NoRoom:
; You have no room for it.
- text_jump UnknownText_0x1c58ff
+ text_far UnknownText_0x1c58ff
db "@"
.Text_PleaseComeBackAgain:
; Oh. Please come back again!
- text_jump UnknownText_0x1c591a
+ text_far UnknownText_0x1c591a
db "@"
Buena_DisplayBlueCardBalance:
diff --git a/engine/events/bug_contest/caught_mon.asm b/engine/events/bug_contest/caught_mon.asm
index fc170cf28..4d62f189e 100644
--- a/engine/events/bug_contest/caught_mon.asm
+++ b/engine/events/bug_contest/caught_mon.asm
@@ -34,5 +34,5 @@ BugContest_SetCaughtContestMon:
.caughttext
; Caught @ !
- text_jump UnknownText_0x1c10c0
+ text_far UnknownText_0x1c10c0
db "@"
diff --git a/engine/events/bug_contest/contest.asm b/engine/events/bug_contest/contest.asm
index 4cf4f949a..8937d024f 100644
--- a/engine/events/bug_contest/contest.asm
+++ b/engine/events/bug_contest/contest.asm
@@ -34,10 +34,10 @@ BugCatchingContestReturnToGateScript:
BugCatchingContestText_BeeepTimesUp:
; ANNOUNCER: BEEEP! Time's up!
- text_jump UnknownText_0x1bd2ca
+ text_far UnknownText_0x1bd2ca
db "@"
BugCatchingContestText_ContestIsOver:
; ANNOUNCER: The Contest is over!
- text_jump UnknownText_0x1bd2e7
+ text_far UnknownText_0x1bd2e7
db "@"
diff --git a/engine/events/bug_contest/display_stats.asm b/engine/events/bug_contest/display_stats.asm
index 9d92f8fe3..3232b3f37 100644
--- a/engine/events/bug_contest/display_stats.asm
+++ b/engine/events/bug_contest/display_stats.asm
@@ -88,7 +88,7 @@ DisplayCaughtContestMonStats:
SwitchMonText:
; Switch #MON?
- text_jump UnknownText_0x1c10cf
+ text_far UnknownText_0x1c10cf
db "@"
DisplayAlreadyCaughtText:
@@ -98,7 +98,7 @@ DisplayAlreadyCaughtText:
.AlreadyCaughtText:
; You already caught a @ .
- text_jump UnknownText_0x1c10dd
+ text_far UnknownText_0x1c10dd
db "@"
DummyPredef2F:
diff --git a/engine/events/bug_contest/judging.asm b/engine/events/bug_contest/judging.asm
index a23535998..276104788 100644
--- a/engine/events/bug_contest/judging.asm
+++ b/engine/events/bug_contest/judging.asm
@@ -26,7 +26,7 @@ _BugContestJudging:
jp BugContest_GetPlayersResult
BugContest_FirstPlaceText:
- text_jump ContestJudging_FirstPlaceText
+ text_far ContestJudging_FirstPlaceText
start_asm
ld de, SFX_1ST_PLACE
call PlaySFX
@@ -36,12 +36,12 @@ BugContest_FirstPlaceText:
BugContest_FirstPlaceScoreText:
; The winning score was @ points!
- text_jump ContestJudging_FirstPlaceScoreText
+ text_far ContestJudging_FirstPlaceScoreText
db "@"
BugContest_SecondPlaceText:
; Placing second was @ , who caught a @ !@ @
- text_jump ContestJudging_SecondPlaceText
+ text_far ContestJudging_SecondPlaceText
start_asm
ld de, SFX_2ND_PLACE
call PlaySFX
@@ -51,12 +51,12 @@ BugContest_SecondPlaceText:
BugContest_SecondPlaceScoreText:
; The score was @ points!
- text_jump ContestJudging_SecondPlaceScoreText
+ text_far ContestJudging_SecondPlaceScoreText
db "@"
BugContest_ThirdPlaceText:
; Placing third was @ , who caught a @ !@ @
- text_jump ContestJudging_ThirdPlaceText
+ text_far ContestJudging_ThirdPlaceText
start_asm
ld de, SFX_3RD_PLACE
call PlaySFX
@@ -66,7 +66,7 @@ BugContest_ThirdPlaceText:
BugContest_ThirdPlaceScoreText:
; The score was @ points!
- text_jump ContestJudging_ThirdPlaceScoreText
+ text_far ContestJudging_ThirdPlaceScoreText
db "@"
LoadContestantName:
diff --git a/engine/events/daycare.asm b/engine/events/daycare.asm
index 04e1c9090..ee176a702 100644
--- a/engine/events/daycare.asm
+++ b/engine/events/daycare.asm
@@ -168,7 +168,7 @@ DayCareAskDepositPokemon:
.DummyText:
;
- text_jump UnknownText_0x1bdaa7
+ text_far UnknownText_0x1bdaa7
db "@"
DayCare_DepositPokemonText:
@@ -297,102 +297,102 @@ PrintDayCareText:
.DayCareManIntro:
; I'm the DAY-CARE MAN. Want me to raise a #MON?
- text_jump UnknownText_0x1bdaa9
+ text_far UnknownText_0x1bdaa9
db "@"
.DayCareManOddEgg:
; I'm the DAY-CARE MAN. Do you know about EGGS? I was raising #MON with my wife, you see. We were shocked to find an EGG! How incredible is that? So, want me to raise a #MON?
- text_jump UnknownText_0x1bdad8
+ text_far UnknownText_0x1bdad8
db "@"
.DayCareLadyIntro:
; I'm the DAY-CARE LADY. Should I raise a #MON for you?
- text_jump UnknownText_0x1bdb85
+ text_far UnknownText_0x1bdb85
db "@"
.DayCareLadyOddEgg:
; I'm the DAY-CARE LADY. Do you know about EGGS? My husband and I were raising some #MON, you see. We were shocked to find an EGG! How incredible could that be? Should I raise a #MON for you?
- text_jump UnknownText_0x1bdbbb
+ text_far UnknownText_0x1bdbbb
db "@"
.WhichOne:
; What should I raise for you?
- text_jump UnknownText_0x1bdc79
+ text_far UnknownText_0x1bdc79
db "@"
.JustOneMon:
; Oh? But you have just one #MON.
- text_jump UnknownText_0x1bdc97
+ text_far UnknownText_0x1bdc97
db "@"
.CantAcceptEgg:
; Sorry, but I can't accept an EGG.
- text_jump UnknownText_0x1bdcb8
+ text_far UnknownText_0x1bdcb8
db "@"
.RemoveMail:
; Remove MAIL before you come see me.
- text_jump UnknownText_0x1bdcda
+ text_far UnknownText_0x1bdcda
db "@"
.LastHealthyMon:
; If you give me that, what will you battle with?
- text_jump UnknownText_0x1bdcff
+ text_far UnknownText_0x1bdcff
db "@"
.OkayIllRaiseYourMon:
; OK. I'll raise your @ .
- text_jump UnknownText_0x1bdd30
+ text_far UnknownText_0x1bdd30
db "@"
.ComeBackForItLater:
; Come back for it later.
- text_jump UnknownText_0x1bdd4b
+ text_far UnknownText_0x1bdd4b
db "@"
.AreWeGeniusesOrWhat:
; Are we geniuses or what? Want to see your @ ?
- text_jump UnknownText_0x1bdd64
+ text_far UnknownText_0x1bdd64
db "@"
.AskRetrieveMon:
; Your @ has grown a lot. By level, it's grown by @ . If you want your #MON back, it will cost ¥@ .
- text_jump UnknownText_0x1bdd96
+ text_far UnknownText_0x1bdd96
db "@"
.PerfectHeresYourMon:
; Perfect! Here's your #MON.
- text_jump UnknownText_0x1bde04
+ text_far UnknownText_0x1bde04
db "@"
.GotBackMon:
; got back @ .
- text_jump UnknownText_0x1bde1f
+ text_far UnknownText_0x1bde1f
db "@"
.ImmediatelyWithdrawMon:
; Huh? Back already? Your @ needs a little more time with us. If you want your #MON back, it will cost ¥100.
- text_jump UnknownText_0x1bde32
+ text_far UnknownText_0x1bde32
db "@"
.PartyFull:
; You have no room for it.
- text_jump UnknownText_0x1bdea2
+ text_far UnknownText_0x1bdea2
db "@"
.NotEnoughMoney:
; You don't have enough money.
- text_jump UnknownText_0x1bdebc
+ text_far UnknownText_0x1bdebc
db "@"
.OhFineThen:
; Oh, fine then.
- text_jump UnknownText_0x1bded9
+ text_far UnknownText_0x1bded9
db "@"
.ComeAgain:
; Come again.
- text_jump UnknownText_0x1bdee9
+ text_far UnknownText_0x1bdee9
db "@"
DayCareManOutside:
@@ -405,7 +405,7 @@ DayCareManOutside:
.NotYet:
; Not yet…
- text_jump UnknownText_0x1bdef6
+ text_far UnknownText_0x1bdef6
db "@"
.AskGiveEgg:
@@ -447,27 +447,27 @@ DayCareManOutside:
.IntroText:
; Ah, it's you! We were raising your #MON, and my goodness, were we surprised! Your #MON had an EGG! We don't know how it got there, but your #MON had it. You want it?
- text_jump UnknownText_0x1bdf00
+ text_far UnknownText_0x1bdf00
db "@"
.GotEggText:
; received the EGG!
- text_jump UnknownText_0x1bdfa5
+ text_far UnknownText_0x1bdfa5
db "@"
.TakeGoodCareOfItText:
; Take good care of it.
- text_jump UnknownText_0x1bdfba
+ text_far UnknownText_0x1bdfba
db "@"
.IllKeepItThanksText:
; Well then, I'll keep it. Thanks!
- text_jump UnknownText_0x1bdfd1
+ text_far UnknownText_0x1bdfd1
db "@"
.PartyFullText:
; You have no room in your party. Come back later.
- text_jump UnknownText_0x1bdff2
+ text_far UnknownText_0x1bdff2
db "@"
DayCare_GiveEgg:
diff --git a/engine/events/elevator.asm b/engine/events/elevator.asm
index 705b24992..8a42874cd 100644
--- a/engine/events/elevator.asm
+++ b/engine/events/elevator.asm
@@ -139,7 +139,7 @@ Elevator_AskWhichFloor:
Elevator_WhichFloorText:
; Which floor?
- text_jump UnknownText_0x1bd2bc
+ text_far UnknownText_0x1bd2bc
db "@"
Elevator_GetCurrentFloorText:
diff --git a/engine/events/fruit_trees.asm b/engine/events/fruit_trees.asm
index 15fa4f80f..54ac788fd 100644
--- a/engine/events/fruit_trees.asm
+++ b/engine/events/fruit_trees.asm
@@ -97,21 +97,21 @@ GetFruitTreeItem:
INCLUDE "data/items/fruit_trees.asm"
FruitBearingTreeText:
- text_jump _FruitBearingTreeText
+ text_far _FruitBearingTreeText
db "@"
HeyItsFruitText:
- text_jump _HeyItsFruitText
+ text_far _HeyItsFruitText
db "@"
ObtainedFruitText:
- text_jump _ObtainedFruitText
+ text_far _ObtainedFruitText
db "@"
FruitPackIsFullText:
- text_jump _FruitPackIsFullText
+ text_far _FruitPackIsFullText
db "@"
NothingHereText:
- text_jump _NothingHereText
+ text_far _NothingHereText
db "@"
diff --git a/engine/events/itemfinder.asm b/engine/events/itemfinder.asm
index 6a4d6edf3..4a465345a 100644
--- a/engine/events/itemfinder.asm
+++ b/engine/events/itemfinder.asm
@@ -43,10 +43,10 @@ ItemFinder:
.Text_FoundSomething:
; Yes! ITEMFINDER indicates there's an item nearby.
- text_jump UnknownText_0x1c0a77
+ text_far UnknownText_0x1c0a77
db "@"
.Text_FoundNothing:
; Nope! ITEMFINDER isn't responding.
- text_jump UnknownText_0x1c0aa9
+ text_far UnknownText_0x1c0aa9
db "@"
diff --git a/engine/events/kurt.asm b/engine/events/kurt.asm
index 9d4ed3e11..2ca502462 100644
--- a/engine/events/kurt.asm
+++ b/engine/events/kurt.asm
@@ -5,7 +5,7 @@ Kurt_PrintTextWhichApricorn:
.Text:
; Which APRICORN should I use?
- text_jump UnknownText_0x1bc06b
+ text_far UnknownText_0x1bc06b
db "@"
Kurt_PrintTextHowMany:
@@ -15,7 +15,7 @@ Kurt_PrintTextHowMany:
.Text:
; How many should I make?
- text_jump UnknownText_0x1bc089
+ text_far UnknownText_0x1bc089
db "@"
SelectApricornForKurt:
diff --git a/engine/events/lucky_number.asm b/engine/events/lucky_number.asm
index 1c3a8dc02..9d7aac4db 100644
--- a/engine/events/lucky_number.asm
+++ b/engine/events/lucky_number.asm
@@ -208,12 +208,12 @@ CheckForLuckyNumberWinners:
.FoundPartymonText:
; Congratulations! We have a match with the ID number of @ in your party.
- text_jump UnknownText_0x1c1261
+ text_far UnknownText_0x1c1261
db "@"
.FoundBoxmonText:
; Congratulations! We have a match with the ID number of @ in your PC BOX.
- text_jump UnknownText_0x1c12ae
+ text_far UnknownText_0x1c12ae
db "@"
PrintTodaysLuckyNumber:
diff --git a/engine/events/magikarp.asm b/engine/events/magikarp.asm
index 155ebfde5..b5932eebe 100644
--- a/engine/events/magikarp.asm
+++ b/engine/events/magikarp.asm
@@ -73,7 +73,7 @@ CheckMagikarpLength:
.MeasureItText:
; Let me measure that MAGIKARP. …Hm, it measures @ .
- text_jump UnknownText_0x1c1203
+ text_far UnknownText_0x1c1203
db "@"
Magikarp_LoadFeetInchesChars:
@@ -313,5 +313,5 @@ MagikarpHouseSign:
.CurrentRecordtext:
; "CURRENT RECORD"
- text_jump UnknownText_0x1c123a
+ text_far UnknownText_0x1c123a
db "@"
diff --git a/engine/events/misc_scripts.asm b/engine/events/misc_scripts.asm
index f88e72c45..95a80cc69 100644
--- a/engine/events/misc_scripts.asm
+++ b/engine/events/misc_scripts.asm
@@ -29,12 +29,12 @@ FindItemInBallScript::
.text_found
; found @ !
- text_jump UnknownText_0x1c0a1c
+ text_far UnknownText_0x1c0a1c
db "@"
.text_bag_full
; But can't carry any more items.
- text_jump UnknownText_0x1c0a2c
+ text_far UnknownText_0x1c0a2c
db "@"
.TryReceiveItem:
diff --git a/engine/events/misc_scripts_2.asm b/engine/events/misc_scripts_2.asm
index cb26ce12e..02dbcb863 100644
--- a/engine/events/misc_scripts_2.asm
+++ b/engine/events/misc_scripts_2.asm
@@ -7,7 +7,7 @@ RepelWoreOffScript::
.text
; REPEL's effect wore off.
- text_jump UnknownText_0x1bd308
+ text_far UnknownText_0x1bd308
db "@"
HiddenItemScript::
@@ -33,12 +33,12 @@ HiddenItemScript::
.found_text
; found @ !
- text_jump UnknownText_0x1bd321
+ text_far UnknownText_0x1bd321
db "@"
.no_room_text
; But has no space left…
- text_jump UnknownText_0x1bd331
+ text_far UnknownText_0x1bd331
db "@"
SetMemEvent:
diff --git a/engine/events/mom.asm b/engine/events/mom.asm
index fee89f69c..db6178c7b 100644
--- a/engine/events/mom.asm
+++ b/engine/events/mom.asm
@@ -391,33 +391,33 @@ DSTChecks:
.Text_AdjustClock:
; Do you want to adjust your clock for Daylight Saving Time?
- text_jump UnknownText_0x1c6095
+ text_far UnknownText_0x1c6095
db "@"
.Text_LostInstructionBooklet:
; I lost the instruction booklet for the POKéGEAR.
; Come back again in a while.
- text_jump UnknownText_0x1c60d1
+ text_far UnknownText_0x1c60d1
db "@"
.Text_SwitchToDST:
; Do you want to switch to Daylight Saving Time?
- text_jump UnknownText_0x1c6000
+ text_far UnknownText_0x1c6000
db "@"
.Text_SetClockForward:
; I set the clock forward by one hour.
- text_jump UnknownText_0x1c6030
+ text_far UnknownText_0x1c6030
db "@"
.Text_IsDSTOver:
; Is Daylight Saving Time over?
- text_jump UnknownText_0x1c6056
+ text_far UnknownText_0x1c6056
db "@"
.Text_SetClockBack:
; I put the clock back one hour.
- text_jump UnknownText_0x1c6075
+ text_far UnknownText_0x1c6075
db "@"
Mom_SetUpWithdrawMenu:
@@ -592,82 +592,82 @@ Mom_WithdrawDepositMenuJoypad:
UnknownText_0x16649:
; Wow, that's a cute #MON. Where did you get it? … So, you're leaving on an adventure… OK! I'll help too. But what can I do for you? I know! I'll save money for you. On a long journey, money's important. Do you want me to save your money?
- text_jump UnknownText_0x1bd77f
+ text_far UnknownText_0x1bd77f
db "@"
UnknownText_0x1664e:
; OK, I'll take care of your money.
- text_jump UnknownText_0x1bd868
+ text_far UnknownText_0x1bd868
db "@"
UnknownText_0x16653:
; Be careful. #MON are your friends. You need to work as a team. Now, go on!
- text_jump UnknownText_0x1bd88e
+ text_far UnknownText_0x1bd88e
db "@"
UnknownText_0x16658:
; Hi! Welcome home! You're trying very hard, I see. I've kept your room tidy. Or is this about your money?
- text_jump UnknownText_0x1bd8da
+ text_far UnknownText_0x1bd8da
db "@"
UnknownText_0x1665d:
; What do you want to do?
- text_jump UnknownText_0x1bd942
+ text_far UnknownText_0x1bd942
db "@"
UnknownText_0x16662:
; How much do you want to save?
- text_jump UnknownText_0x1bd95b
+ text_far UnknownText_0x1bd95b
db "@"
UnknownText_0x16667:
; How much do you want to take?
- text_jump UnknownText_0x1bd97a
+ text_far UnknownText_0x1bd97a
db "@"
UnknownText_0x1666c:
; Do you want to save some money?
- text_jump UnknownText_0x1bd999
+ text_far UnknownText_0x1bd999
db "@"
UnknownText_0x16671:
; You haven't saved that much.
- text_jump UnknownText_0x1bd9ba
+ text_far UnknownText_0x1bd9ba
db "@"
UnknownText_0x16676:
; You can't take that much.
- text_jump UnknownText_0x1bd9d7
+ text_far UnknownText_0x1bd9d7
db "@"
UnknownText_0x1667b:
; You don't have that much.
- text_jump UnknownText_0x1bd9f1
+ text_far UnknownText_0x1bd9f1
db "@"
UnknownText_0x16680:
; You can't save that much.
- text_jump UnknownText_0x1bda0b
+ text_far UnknownText_0x1bda0b
db "@"
UnknownText_0x16685:
; OK, I'll save your money. Trust me! , stick with it!
- text_jump UnknownText_0x1bda25
+ text_far UnknownText_0x1bda25
db "@"
UnknownText_0x1668a:
; Your money's safe here! Get going!
- text_jump UnknownText_0x1bda5b
+ text_far UnknownText_0x1bda5b
db "@"
UnknownText_0x1668f:
; , don't give up!
- text_jump UnknownText_0x1bda7e
+ text_far UnknownText_0x1bda7e
db "@"
UnknownText_0x16694:
; Just do what you can.
- text_jump UnknownText_0x1bda90
+ text_far UnknownText_0x1bda90
db "@"
Mom_SavedString:
diff --git a/engine/events/mom_phone.asm b/engine/events/mom_phone.asm
index 8fe887b95..1b919c253 100644
--- a/engine/events/mom_phone.asm
+++ b/engine/events/mom_phone.asm
@@ -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
diff --git a/engine/events/move_deleter.asm b/engine/events/move_deleter.asm
index 2f0df5162..f77d94522 100644
--- a/engine/events/move_deleter.asm
+++ b/engine/events/move_deleter.asm
@@ -61,42 +61,42 @@ MoveDeletion:
.OnlyOneMoveText:
; That #MON knows only one move.
- text_jump UnknownText_0x1c5eba
+ text_far UnknownText_0x1c5eba
db "@"
.ConfirmDeleteText:
; Oh, make it forget @ ?
- text_jump UnknownText_0x1c5eda
+ text_far UnknownText_0x1c5eda
db "@"
.MoveDeletedText:
; Done! Your #MON forgot the move.
- text_jump UnknownText_0x1c5ef5
+ text_far UnknownText_0x1c5ef5
db "@"
.EggText:
; An EGG doesn't know any moves!
- text_jump UnknownText_0x1c5f17
+ text_far UnknownText_0x1c5f17
db "@"
.DeclinedDeletionText:
; No? Come visit me again.
- text_jump UnknownText_0x1c5f36
+ text_far UnknownText_0x1c5f36
db "@"
.AskWhichMoveText:
; Which move should it forget, then?
- text_jump UnknownText_0x1c5f50
+ text_far UnknownText_0x1c5f50
db "@"
.IntroText:
; Um… Oh, yes, I'm the MOVE DELETER. I can make #MON forget moves. Shall I make a #MON forget?
- text_jump UnknownText_0x1c5f74
+ text_far UnknownText_0x1c5f74
db "@"
.AskWhichMonText:
; Which #MON?
- text_jump UnknownText_0x1c5fd1
+ text_far UnknownText_0x1c5fd1
db "@"
.DeleteMove:
diff --git a/engine/events/name_rater.asm b/engine/events/name_rater.asm
index 1ec75db17..a6a78cf25 100644
--- a/engine/events/name_rater.asm
+++ b/engine/events/name_rater.asm
@@ -182,54 +182,54 @@ NameRaterIntroText:
; Hello, hello! I'm the NAME RATER.
; I rate the names of #MON.
; Would you like me to rate names?
- text_jump UnknownText_0x1c0043
+ text_far UnknownText_0x1c0043
db "@"
NameRaterWhichMonText:
; Which #MON's nickname should I rate for you?
- text_jump UnknownText_0x1c00a0
+ text_far UnknownText_0x1c00a0
db "@"
NameRaterIsGoodText:
; Hm… @ … That's a fairly decent name.
; But, how about a slightly better nickname?
; Want me to give it a better name?
- text_jump UnknownText_0x1c00cd
+ text_far UnknownText_0x1c00cd
db "@"
NameRaterWhichNameText:
; All right. What name should we give it, then?
- text_jump UnknownText_0x1c0142
+ text_far UnknownText_0x1c0142
db "@"
NameRaterEvenBetterText:
; That's a better name than before! Well done!
- text_jump UnknownText_0x1c0171
+ text_far UnknownText_0x1c0171
db "@"
NameRaterCancelText:
; OK, then. Come again sometime.
- text_jump UnknownText_0x1c019e
+ text_far UnknownText_0x1c019e
db "@"
NameRaterTradedText:
; Hm… @ ? What a great name! It's perfect.
; Treat @ with loving care.
- text_jump UnknownText_0x1c01be
+ text_far UnknownText_0x1c01be
db "@"
NameRaterEggText:
; Whoa… That's just an EGG.
- text_jump UnknownText_0x1c0208
+ text_far UnknownText_0x1c0208
db "@"
NameRaterSameAsBeforeText:
; It might look the different as before,
; but this new name is much better! Well done!
- text_jump UnknownText_0x1c0222
+ text_far UnknownText_0x1c0222
db "@"
NameRaterDoneText:
; All right. This #MON is now named @ .
- text_jump UnknownText_0x1c0272
+ text_far UnknownText_0x1c0272
db "@"
diff --git a/engine/events/npc_trade.asm b/engine/events/npc_trade.asm
index bb71941ed..aeccb634e 100644
--- a/engine/events/npc_trade.asm
+++ b/engine/events/npc_trade.asm
@@ -432,12 +432,12 @@ TradeTexts:
ConnectLinkCableText:
; OK, connect the Game Link Cable.
- text_jump UnknownText_0x1bd407
+ text_far UnknownText_0x1bd407
db "@"
TradedForText:
; traded givemon for getmon
- text_jump UnknownText_0x1bd429
+ text_far UnknownText_0x1bd429
start_asm
ld de, MUSIC_NONE
call PlayMusic
@@ -448,93 +448,93 @@ TradedForText:
.done
; sound_dex_fanfare_80_109
; interpret_data
- text_jump UnknownText_0x1bd445
+ text_far UnknownText_0x1bd445
db "@"
TradeIntroText1:
; I collect #MON. Do you have @ ? Want to trade it for my @ ?
- text_jump UnknownText_0x1bd449
+ text_far UnknownText_0x1bd449
db "@"
TradeCancelText1:
; You don't want to trade? Aww…
- text_jump UnknownText_0x1bd48c
+ text_far UnknownText_0x1bd48c
db "@"
TradeWrongText1:
; Huh? That's not @ . What a letdown…
- text_jump UnknownText_0x1bd4aa
+ text_far UnknownText_0x1bd4aa
db "@"
TradeCompleteText1:
; Yay! I got myself @ ! Thanks!
- text_jump UnknownText_0x1bd4d2
+ text_far UnknownText_0x1bd4d2
db "@"
TradeAfterText1:
; Hi, how's my old @ doing?
- text_jump UnknownText_0x1bd4f4
+ text_far UnknownText_0x1bd4f4
db "@"
TradeIntroText2:
TradeIntroText3:
; Hi, I'm looking for this #MON. If you have @ , would you trade it for my @ ?
- text_jump UnknownText_0x1bd512
+ text_far UnknownText_0x1bd512
db "@"
TradeCancelText2:
TradeCancelText3:
; You don't have one either? Gee, that's really disappointing…
- text_jump UnknownText_0x1bd565
+ text_far UnknownText_0x1bd565
db "@"
TradeWrongText2:
TradeWrongText3:
; You don't have @ ? That's too bad, then.
- text_jump UnknownText_0x1bd5a1
+ text_far UnknownText_0x1bd5a1
db "@"
TradeCompleteText2:
; Great! Thank you! I finally got @ .
- text_jump UnknownText_0x1bd5cc
+ text_far UnknownText_0x1bd5cc
db "@"
TradeAfterText2:
; Hi! The @ you traded me is doing great!
- text_jump UnknownText_0x1bd5f4
+ text_far UnknownText_0x1bd5f4
db "@"
TradeIntroText4:
; 's cute, but I don't have it. Do you have @ ? Want to trade it for my @ ?
- text_jump UnknownText_0x1bd621
+ text_far UnknownText_0x1bd621
db "@"
TradeCancelText4:
; You don't want to trade? Oh, darn…
- text_jump UnknownText_0x1bd673
+ text_far UnknownText_0x1bd673
db "@"
TradeWrongText4:
; That's not @ . Please trade with me if you get one.
- text_jump UnknownText_0x1bd696
+ text_far UnknownText_0x1bd696
db "@"
TradeCompleteText4:
; Wow! Thank you! I always wanted @ !
- text_jump UnknownText_0x1bd6cd
+ text_far UnknownText_0x1bd6cd
db "@"
TradeAfterText4:
; How is that @ I traded you doing? Your @ 's so cute!
- text_jump UnknownText_0x1bd6f5
+ text_far UnknownText_0x1bd6f5
db "@"
TradeCompleteText3:
; Uh? What happened?
- text_jump UnknownText_0x1bd731
+ text_far UnknownText_0x1bd731
db "@"
TradeAfterText3:
; Trading is so odd… I still have a lot to learn about it.
- text_jump UnknownText_0x1bd745
+ text_far UnknownText_0x1bd745
db "@"
diff --git a/engine/events/overworld.asm b/engine/events/overworld.asm
index 5c20e980f..c079fe96a 100644
--- a/engine/events/overworld.asm
+++ b/engine/events/overworld.asm
@@ -60,7 +60,7 @@ CheckBadge:
.BadgeRequiredText:
; Sorry! A new BADGE
; is required.
- text_jump _BadgeRequiredText
+ text_far _BadgeRequiredText
db "@"
CheckPartyMove:
@@ -114,7 +114,7 @@ FieldMoveFailed:
.CantUseHere:
; Can't use that here.
- text_jump UnknownText_0x1c05c8
+ text_far UnknownText_0x1c05c8
db "@"
CutFunction:
@@ -163,12 +163,12 @@ CutFunction:
Text_UsedCut:
; used CUT!
- text_jump UnknownText_0x1c05dd
+ text_far UnknownText_0x1c05dd
db "@"
Text_NothingToCut:
; There's nothing to CUT here.
- text_jump UnknownText_0x1c05ec
+ text_far UnknownText_0x1c05ec
db "@"
CheckMapForSomethingToCut:
@@ -323,7 +323,7 @@ Script_UseFlash:
end
UnknownText_0xc8f3:
- text_jump UnknownText_0x1c0609
+ text_far UnknownText_0x1c0609
start_asm
call WaitSFX
ld de, SFX_FLASH
@@ -429,15 +429,15 @@ UsedSurfScript:
ret
UsedSurfText:
- text_jump _UsedSurfText
+ text_far _UsedSurfText
db "@"
CantSurfText:
- text_jump _CantSurfText
+ text_far _CantSurfText
db "@"
AlreadySurfingText:
- text_jump _AlreadySurfingText
+ text_far _AlreadySurfingText
db "@"
GetSurfType:
@@ -545,7 +545,7 @@ AskSurfScript:
end
AskSurfText:
- text_jump _AskSurfText ; The water is calm.
+ text_far _AskSurfText ; The water is calm.
db "@" ; Want to SURF?
FlyFunction:
@@ -709,7 +709,7 @@ Script_UsedWaterfall:
.Text_UsedWaterfall:
; used WATERFALL!
- text_jump UnknownText_0x1c068e
+ text_far UnknownText_0x1c068e
db "@"
TryWaterfallOW::
@@ -739,7 +739,7 @@ Script_CantDoWaterfall:
.Text_CantDoWaterfall:
; Wow, it's a huge waterfall.
- text_jump UnknownText_0x1c06a3
+ text_far UnknownText_0x1c06a3
db "@"
Script_AskWaterfall:
@@ -752,7 +752,7 @@ Script_AskWaterfall:
.AskUseWaterfall:
; Do you want to use WATERFALL?
- text_jump UnknownText_0x1c06bf
+ text_far UnknownText_0x1c06bf
db "@"
EscapeRopeFunction:
@@ -839,17 +839,17 @@ dig_incave
.Text_UsedDig:
; used DIG!
- text_jump UnknownText_0x1c06de
+ text_far UnknownText_0x1c06de
db "@"
.Text_UsedEscapeRope:
; used an ESCAPE ROPE.
- text_jump UnknownText_0x1c06ed
+ text_far UnknownText_0x1c06ed
db "@"
.Text_CantUseHere:
; Can't use that here.
- text_jump UnknownText_0x1c0705
+ text_far UnknownText_0x1c0705
db "@"
.UsedEscapeRopeScript:
@@ -938,12 +938,12 @@ TeleportFunction:
.Text_ReturnToLastMonCenter:
; Return to the last #MON CENTER.
- text_jump UnknownText_0x1c071a
+ text_far UnknownText_0x1c071a
db "@"
.Text_CantUseHere:
; Can't use that here.
- text_jump UnknownText_0x1c073b
+ text_far UnknownText_0x1c073b
db "@"
.TeleportScript:
@@ -991,7 +991,7 @@ StrengthFunction:
ret
.JumpText:
- text_jump UnknownText_0x1c0751
+ text_far UnknownText_0x1c0751
db "@"
.Failed:
@@ -1032,11 +1032,11 @@ Script_UsedStrength:
end
.UsedStrength:
- text_jump UnknownText_0x1c0774
+ text_far UnknownText_0x1c0774
db "@"
.StrengthAllowedItToMoveBoulders:
- text_jump UnknownText_0x1c0788
+ text_far UnknownText_0x1c0788
db "@"
AskStrengthScript:
@@ -1061,17 +1061,17 @@ AskStrengthScript:
UnknownText_0xcd69:
; A #MON may be able to move this. Want to use STRENGTH?
- text_jump UnknownText_0x1c07a0
+ text_far UnknownText_0x1c07a0
db "@"
UnknownText_0xcd6e:
; Boulders may now be moved!
- text_jump UnknownText_0x1c07d8
+ text_far UnknownText_0x1c07d8
db "@"
UnknownText_0xcd73:
; A #MON may be able to move this.
- text_jump UnknownText_0x1c07f4
+ text_far UnknownText_0x1c07f4
db "@"
TryStrengthOW:
@@ -1147,7 +1147,7 @@ Jumptable_cdae:
Text_UsedWhirlpool:
; used WHIRLPOOL!
- text_jump UnknownText_0x1c0816
+ text_far UnknownText_0x1c0816
db "@"
TryWhirlpoolMenu:
@@ -1234,7 +1234,7 @@ Script_MightyWhirlpool:
jumptext .MightyWhirlpoolText
.MightyWhirlpoolText:
- text_jump UnknownText_0x1c082b
+ text_far UnknownText_0x1c082b
db "@"
Script_AskWhirlpoolOW:
@@ -1246,7 +1246,7 @@ Script_AskWhirlpoolOW:
end
UnknownText_0xce78:
- text_jump UnknownText_0x1c0864
+ text_far UnknownText_0x1c0864
db "@"
HeadbuttFunction:
@@ -1272,12 +1272,12 @@ TryHeadbuttFromMenu:
UnknownText_0xce9d:
; did a HEADBUTT!
- text_jump UnknownText_0x1c0897
+ text_far UnknownText_0x1c0897
db "@"
UnknownText_0xcea2:
; Nope. Nothing…
- text_jump UnknownText_0x1c08ac
+ text_far UnknownText_0x1c08ac
db "@"
HeadbuttFromMenuScript:
@@ -1330,7 +1330,7 @@ AskHeadbuttScript:
UnknownText_0xcee6:
; A #MON could be in this tree. Want to HEADBUTT it?
- text_jump UnknownText_0x1c08bc
+ text_far UnknownText_0x1c08bc
db "@"
RockSmashFunction:
@@ -1406,7 +1406,7 @@ MovementData_0xcf55:
step_end
UnknownText_0xcf58:
- text_jump UnknownText_0x1c08f0
+ text_far UnknownText_0x1c08f0
db "@"
AskRockSmashScript:
@@ -1424,12 +1424,12 @@ AskRockSmashScript:
UnknownText_0xcf72:
; Maybe a #MON can break this.
- text_jump UnknownText_0x1c0906
+ text_far UnknownText_0x1c0906
db "@"
UnknownText_0xcf77:
; This rock looks breakable. Want to use ROCK SMASH?
- text_jump UnknownText_0x1c0924
+ text_far UnknownText_0x1c0924
db "@"
HasRockSmash:
@@ -1632,17 +1632,17 @@ PutTheRodAway:
UnknownText_0xd0a4:
; Oh! A bite!
- text_jump UnknownText_0x1c0958
+ text_far UnknownText_0x1c0958
db "@"
UnknownText_0xd0a9:
; Not even a nibble!
- text_jump UnknownText_0x1c0965
+ text_far UnknownText_0x1c0965
db "@"
UnknownText_0xd0ae: ; unused
; Looks like there's nothing here.
- text_jump UnknownText_0x1c0979
+ text_far UnknownText_0x1c0979
db "@"
BikeFunction:
@@ -1776,17 +1776,17 @@ Script_CantGetOffBike:
.CantGetOffBikeText:
; You can't get off here!
- text_jump UnknownText_0x1c099a
+ text_far UnknownText_0x1c099a
db "@"
GotOnTheBikeText:
; got on the @ .
- text_jump UnknownText_0x1c09b2
+ text_far UnknownText_0x1c09b2
db "@"
GotOffTheBikeText:
; got off the @ .
- text_jump UnknownText_0x1c09c7
+ text_far UnknownText_0x1c09c7
db "@"
TryCutOW::
@@ -1832,12 +1832,12 @@ AskCutScript:
ret
UnknownText_0xd1c8:
- text_jump UnknownText_0x1c09dd
+ text_far UnknownText_0x1c09dd
db "@"
CantCutScript:
jumptext UnknownText_0xd1d0
UnknownText_0xd1d0:
- text_jump UnknownText_0x1c0a05
+ text_far UnknownText_0x1c0a05
db "@"
diff --git a/engine/events/poisonstep.asm b/engine/events/poisonstep.asm
index c7ba7660f..19c3ebe05 100644
--- a/engine/events/poisonstep.asm
+++ b/engine/events/poisonstep.asm
@@ -146,9 +146,9 @@ DoPoisonStep::
ret
.PoisonFaintText:
- text_jump UnknownText_0x1c0acc
+ text_far UnknownText_0x1c0acc
db "@"
.PoisonWhiteOutText:
- text_jump UnknownText_0x1c0ada
+ text_far UnknownText_0x1c0ada
db "@"
diff --git a/engine/events/poke_seer.asm b/engine/events/poke_seer.asm
index dc99cb536..6951e7199 100644
--- a/engine/events/poke_seer.asm
+++ b/engine/events/poke_seer.asm
@@ -298,42 +298,42 @@ SeerTexts:
SeerIntroText:
; I see all. I know all… Certainly, I know of your #MON!
- text_jump UnknownText_0x1c475f
+ text_far UnknownText_0x1c475f
db "@"
SeerCantTellText:
; Whaaaat? I can't tell a thing! How could I not know of this?
- text_jump UnknownText_0x1c4797
+ text_far UnknownText_0x1c4797
db "@"
SeerMetAtText:
; Hm… I see you met @ here: @ !
- text_jump UnknownText_0x1c47d4
+ text_far UnknownText_0x1c47d4
db "@"
SeerTimeLevelText:
; The time was @ ! Its level was @ ! Am I good or what?
- text_jump UnknownText_0x1c47fa
+ text_far UnknownText_0x1c47fa
db "@"
SeerTradedText:
; Hm… @ came from @ in a trade? @ was where @ met @ !
- text_jump UnknownText_0x1c4837
+ text_far UnknownText_0x1c4837
db "@"
SeerLevelOnlyText:
; What!? Incredible! I don't understand how, but it is incredible! You are special. I can't tell where you met it, but it was at level @ . Am I good or what?
- text_jump UnknownText_0x1c487f
+ text_far UnknownText_0x1c487f
db "@"
SeerEggText:
; Hey! That's an EGG! You can't say that you've met it yet…
- text_jump UnknownText_0x1c491d
+ text_far UnknownText_0x1c491d
db "@"
SeerCancelText:
; Fufufu! I saw that you'd do nothing!
- text_jump UnknownText_0x1c4955
+ text_far UnknownText_0x1c4955
db "@"
SeerAdvice:
@@ -373,27 +373,27 @@ SeerAdviceTexts:
SeerAdvice1:
; Incidentally… It would be wise to raise your #MON with a little more care.
- text_jump UnknownText_0x1c497a
+ text_far UnknownText_0x1c497a
db "@"
SeerAdvice2:
; Incidentally… It seems to have grown a little. @ seems to be becoming more confident.
- text_jump UnknownText_0x1c49c6
+ text_far UnknownText_0x1c49c6
db "@"
SeerAdvice3:
; Incidentally… @ has grown. It's gained much strength.
- text_jump UnknownText_0x1c4a21
+ text_far UnknownText_0x1c4a21
db "@"
SeerAdvice4:
; Incidentally… It certainly has grown mighty! This @ must have come through numerous #MON battles. It looks brimming with confidence.
- text_jump UnknownText_0x1c4a5b
+ text_far UnknownText_0x1c4a5b
db "@"
SeerAdvice5:
; Incidentally… I'm impressed by your dedication. It's been a long time since I've seen a #MON as mighty as this @ . I'm sure that seeing @ in battle would excite anyone.
- text_jump UnknownText_0x1c4ae5
+ text_far UnknownText_0x1c4ae5
db "@"
GetCaughtGender:
diff --git a/engine/events/pokecenter_pc.asm b/engine/events/pokecenter_pc.asm
index 43bf6dbfe..c930caed1 100644
--- a/engine/events/pokecenter_pc.asm
+++ b/engine/events/pokecenter_pc.asm
@@ -111,7 +111,7 @@ PC_CheckPartyForPokemon:
.MustHavePokemonToUse:
; Bzzzzt! You must have a #MON to use this!
- text_jump UnknownText_0x1c1328
+ text_far UnknownText_0x1c1328
db "@"
BillsPC:
@@ -201,7 +201,7 @@ _PlayersHousePC:
UnknownText_0x156ff:
; turned on the PC.
- text_jump UnknownText_0x1c1353
+ text_far UnknownText_0x1c1353
db "@"
_PlayersPC:
@@ -305,7 +305,7 @@ PC_DisplayTextWaitMenu:
UnknownText_0x157cc:
; What do you want to do?
- text_jump UnknownText_0x1c1368
+ text_far UnknownText_0x1c1368
db "@"
PlayerWithdrawItemMenu:
@@ -373,15 +373,15 @@ PlayerWithdrawItemMenu:
ret
.HowManyText:
- text_jump _PlayersPCHowManyWithdrawText
+ text_far _PlayersPCHowManyWithdrawText
db "@"
.WithdrewText:
- text_jump _PlayersPCWithdrewItemsText
+ text_far _PlayersPCWithdrewItemsText
db "@"
.NoRoomText:
- text_jump _PlayersPCNoRoomWithdrawText
+ text_far _PlayersPCNoRoomWithdrawText
db "@"
PlayerTossItemMenu:
@@ -444,7 +444,7 @@ PlayerDepositItemMenu:
.NoItemsInBag:
; No items here!
- text_jump UnknownText_0x1c13df
+ text_far UnknownText_0x1c13df
db "@"
.TryDepositItem:
@@ -533,15 +533,15 @@ PlayerDepositItemMenu:
ret
.HowManyText:
- text_jump _PlayersPCHowManyDepositText
+ text_far _PlayersPCHowManyDepositText
db "@"
.DepositText:
- text_jump _PlayersPCDepositItemsText
+ text_far _PlayersPCDepositItemsText
db "@"
.NoRoomText:
- text_jump _PlayersPCNoRoomDepositText
+ text_far _PlayersPCNoRoomDepositText
db "@"
PlayerMailBoxMenu:
@@ -640,30 +640,30 @@ PC_DisplayText:
PokecenterPCText_BootedUpPC:
; turned on the PC.
- text_jump UnknownText_0x1c144d
+ text_far UnknownText_0x1c144d
db "@"
PokecenterPCText_AccessWhosePC:
; Access whose PC?
- text_jump UnknownText_0x1c1462
+ text_far UnknownText_0x1c1462
db "@"
PokecenterPCText_AccessedBillsPC:
; BILL's PC accessed. #MON Storage System opened.
- text_jump UnknownText_0x1c1474
+ text_far UnknownText_0x1c1474
db "@"
PokecenterPCText_AccessedOwnPC:
; Accessed own PC. Item Storage System opened.
- text_jump UnknownText_0x1c14a4
+ text_far UnknownText_0x1c14a4
db "@"
PokecenterPCText_AccessedOaksPC:
; PROF.OAK's PC accessed. #DEX Rating System opened.
- text_jump UnknownText_0x1c14d2
+ text_far UnknownText_0x1c14d2
db "@"
PokecenterPCText_LinkClosed:
; … Link closed…
- text_jump UnknownText_0x1c1505
+ text_far UnknownText_0x1c1505
db "@"
diff --git a/engine/events/print_photo.asm b/engine/events/print_photo.asm
index 9854239f5..b99312eaa 100644
--- a/engine/events/print_photo.asm
+++ b/engine/events/print_photo.asm
@@ -31,25 +31,25 @@ PhotoStudio:
.Text_AskWhichMon:
; Which #MON should I photo- graph?
- text_jump UnknownText_0x1be024
+ text_far UnknownText_0x1be024
db "@"
.Text_HoldStill:
; All righty. Hold still for a bit.
- text_jump UnknownText_0x1be047
+ text_far UnknownText_0x1be047
db "@"
.Text_Presto:
; Presto! All done. Come again, OK?
- text_jump UnknownText_0x1be06a
+ text_far UnknownText_0x1be06a
db "@"
.Text_NoPicture:
; Oh, no picture? Come again, OK?
- text_jump UnknownText_0x1c0000
+ text_far UnknownText_0x1c0000
db "@"
.Text_Egg:
; An EGG? My talent is worth more…
- text_jump UnknownText_0x1c0021
+ text_far UnknownText_0x1c0021
db "@"
diff --git a/engine/events/prof_oaks_pc.asm b/engine/events/prof_oaks_pc.asm
index df55394aa..ed7a34c0f 100644
--- a/engine/events/prof_oaks_pc.asm
+++ b/engine/events/prof_oaks_pc.asm
@@ -101,93 +101,93 @@ endr
INCLUDE "data/events/pokedex_ratings.asm"
OakPCText1:
- text_jump _OakPCText1
+ text_far _OakPCText1
db "@"
OakPCText2:
- text_jump _OakPCText2
+ text_far _OakPCText2
db "@"
OakPCText3:
- text_jump _OakPCText3
+ text_far _OakPCText3
db "@"
OakRating01:
- text_jump _OakRating01
+ text_far _OakRating01
db "@"
OakRating02:
- text_jump _OakRating02
+ text_far _OakRating02
db "@"
OakRating03:
- text_jump _OakRating03
+ text_far _OakRating03
db "@"
OakRating04:
- text_jump _OakRating04
+ text_far _OakRating04
db "@"
OakRating05:
- text_jump _OakRating05
+ text_far _OakRating05
db "@"
OakRating06:
- text_jump _OakRating06
+ text_far _OakRating06
db "@"
OakRating07:
- text_jump _OakRating07
+ text_far _OakRating07
db "@"
OakRating08:
- text_jump _OakRating08
+ text_far _OakRating08
db "@"
OakRating09:
- text_jump _OakRating09
+ text_far _OakRating09
db "@"
OakRating10:
- text_jump _OakRating10
+ text_far _OakRating10
db "@"
OakRating11:
- text_jump _OakRating11
+ text_far _OakRating11
db "@"
OakRating12:
- text_jump _OakRating12
+ text_far _OakRating12
db "@"
OakRating13:
- text_jump _OakRating13
+ text_far _OakRating13
db "@"
OakRating14:
- text_jump _OakRating14
+ text_far _OakRating14
db "@"
OakRating15:
- text_jump _OakRating15
+ text_far _OakRating15
db "@"
OakRating16:
- text_jump _OakRating16
+ text_far _OakRating16
db "@"
OakRating17:
- text_jump _OakRating17
+ text_far _OakRating17
db "@"
OakRating18:
- text_jump _OakRating18
+ text_far _OakRating18
db "@"
OakRating19:
- text_jump _OakRating19
+ text_far _OakRating19
db "@"
OakPCText4:
- text_jump _OakPCText4
+ text_far _OakPCText4
db "@"
diff --git a/engine/events/sacred_ash.asm b/engine/events/sacred_ash.asm
index 32f24253c..8f200dbb0 100644
--- a/engine/events/sacred_ash.asm
+++ b/engine/events/sacred_ash.asm
@@ -66,5 +66,5 @@ SacredAshScript:
UnknownText_0x50845:
; 's #MON were all healed!
- text_jump UnknownText_0x1c0b65
+ text_far UnknownText_0x1c0b65
db "@"
diff --git a/engine/events/specials.asm b/engine/events/specials.asm
index c030eaf11..3fb79697a 100644
--- a/engine/events/specials.asm
+++ b/engine/events/specials.asm
@@ -169,7 +169,7 @@ GetMysteryGiftItem:
.ReceiveItemText:
; received item
- text_jump UnknownText_0x1bd3be
+ text_far UnknownText_0x1bd3be
db "@"
BugContestJudging:
@@ -257,12 +257,12 @@ CheckCoinsAndCoinCase:
.NoCoinsText:
; You have no coins.
- text_jump UnknownText_0x1bd3d7
+ text_far UnknownText_0x1bd3d7
db "@"
.NoCoinCaseText:
; You don't have a COIN CASE.
- text_jump UnknownText_0x1bd3eb
+ text_far UnknownText_0x1bd3eb
db "@"
ClearBGPalettesBufferScreen:
diff --git a/engine/events/squirtbottle.asm b/engine/events/squirtbottle.asm
index 74fd4d991..df0171d95 100644
--- a/engine/events/squirtbottle.asm
+++ b/engine/events/squirtbottle.asm
@@ -17,7 +17,7 @@ _Squirtbottle:
.NothingHappenedText:
; sprinkled water. But nothing happened…
- text_jump UnknownText_0x1c0b3b
+ text_far UnknownText_0x1c0b3b
db "@"
.CheckCanUseSquirtbottle:
diff --git a/engine/events/sweet_scent.asm b/engine/events/sweet_scent.asm
index 1a378ede8..bdbba1e21 100644
--- a/engine/events/sweet_scent.asm
+++ b/engine/events/sweet_scent.asm
@@ -59,10 +59,10 @@ SweetScentEncounter:
UnknownText_0x50726:
; used SWEET SCENT!
- text_jump UnknownText_0x1c0b03
+ text_far UnknownText_0x1c0b03
db "@"
UnknownText_0x5072b:
; Looks like there's nothing here…
- text_jump UnknownText_0x1c0b1a
+ text_far UnknownText_0x1c0b1a
db "@"
diff --git a/engine/events/whiteout.asm b/engine/events/whiteout.asm
index 82b7a4868..4a68be792 100644
--- a/engine/events/whiteout.asm
+++ b/engine/events/whiteout.asm
@@ -26,7 +26,7 @@ Script_Whiteout:
.WhitedOutText:
; is out of useable #MON! whited out!
- text_jump UnknownText_0x1c0a4e
+ text_far UnknownText_0x1c0a4e
db "@"
OverworldBGMap: