summaryrefslogtreecommitdiff
path: root/engine/events
diff options
context:
space:
mode:
authorPokeglitch <pokeglitchx@gmail.com>2018-06-15 08:41:58 -0400
committerPokeglitch <pokeglitchx@gmail.com>2018-06-15 08:41:58 -0400
commit3c8aef07353f90298aab7f40a92903b050d36a1b (patch)
tree69246f026465a6c63947898b323fce5ecc0e9643 /engine/events
parentf6561411a1dfc401cb250da1c74161a9de1dddc0 (diff)
Updated removed para_done and made para a macro
Diffstat (limited to 'engine/events')
-rwxr-xr-xengine/events/overworld.asm6
1 files changed, 4 insertions, 2 deletions
diff --git a/engine/events/overworld.asm b/engine/events/overworld.asm
index ea2b72d..da7c15b 100755
--- a/engine/events/overworld.asm
+++ b/engine/events/overworld.asm
@@ -58,7 +58,8 @@ TeleportFunction: ; 03:52db
.Text_CantFindDestination:
text "とびさきが みつかりません"
- para_done
+ para ""
+ done
.DoTeleport: ; 03:534b
ldh a, [hROMBank]
@@ -78,7 +79,8 @@ TeleportFunction: ; 03:52db
.Text_CantUseHere:
text "ここでは つかえません!"
- para_done
+ para ""
+ done
.TeleportScript: ; 03:5375
call RefreshScreen