summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPokeglitch <pokeglitchx@gmail.com>2018-06-15 13:13:37 -0400
committerPokeglitch <pokeglitchx@gmail.com>2018-06-15 13:13:37 -0400
commit5b559fd49b42e0c959f5a6373640b0734e3fd602 (patch)
tree4ed03276b5b3603f609220379e1e6f1f3d96e8ab
parent5af2f6fcb01fbd5c5ce8cf639c9cf964188227f9 (diff)
Added addresses as comments to strings
-rwxr-xr-xengine/events/overworld.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/events/overworld.asm b/engine/events/overworld.asm
index da5c0ba..a5b4553 100755
--- a/engine/events/overworld.asm
+++ b/engine/events/overworld.asm
@@ -59,7 +59,7 @@ TeleportFunction: ; 03:52db
ld [wFieldMoveScriptID], a
ret
-.Text_CantFindDestination:
+.Text_CantFindDestination: ; 03:533B
text "とびさきが みつかりません"
para
done
@@ -80,7 +80,7 @@ TeleportFunction: ; 03:52db
scf
ret
-.Text_CantUseHere:
+.Text_CantUseHere: ; 03:5366
text "ここでは つかえません!"
para
done
@@ -97,7 +97,7 @@ TeleportFunction: ; 03:52db
ldh [hMapEntryMethod], a
jpab Functionfcc24
-.Text_ReturnToLastMonCenter:
+.Text_ReturnToLastMonCenter: ; 03:5395
text "さいごに たちよった"
line "#センターにもどります"
done \ No newline at end of file