From 5b559fd49b42e0c959f5a6373640b0734e3fd602 Mon Sep 17 00:00:00 2001 From: Pokeglitch Date: Fri, 15 Jun 2018 13:13:37 -0400 Subject: Added addresses as comments to strings --- engine/events/overworld.asm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'engine/events') 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 -- cgit v1.2.3