summaryrefslogtreecommitdiff
path: root/engine
diff options
context:
space:
mode:
Diffstat (limited to 'engine')
-rwxr-xr-xengine/events/overworld.asm18
1 files changed, 7 insertions, 11 deletions
diff --git a/engine/events/overworld.asm b/engine/events/overworld.asm
index ec43e46..ea2b72d 100755
--- a/engine/events/overworld.asm
+++ b/engine/events/overworld.asm
@@ -57,9 +57,8 @@ TeleportFunction: ; 03:52db
ret
.Text_CantFindDestination:
- db "<NULL>"
- db "とびさきが みつかりません"
- db "<PARA><DONE>"
+ text "とびさきが みつかりません"
+ para_done
.DoTeleport: ; 03:534b
ldh a, [hROMBank]
@@ -78,9 +77,8 @@ TeleportFunction: ; 03:52db
ret
.Text_CantUseHere:
- db "<NULL>"
- db "ここでは つかえません!"
- db "<PARA><DONE>"
+ text "ここでは つかえません!"
+ para_done
.TeleportScript: ; 03:5375
call RefreshScreen
@@ -95,8 +93,6 @@ TeleportFunction: ; 03:52db
jpab Functionfcc24
.Text_ReturnToLastMonCenter:
- db "<NULL>"
- db "さいごに たちよった"
- db "<LINE>"
- db "#センターにもどります"
- db "<DONE>" \ No newline at end of file
+ text "さいごに たちよった"
+ line "#センターにもどります"
+ done \ No newline at end of file