diff options
author | yenatch <yenatch@gmail.com> | 2014-03-06 00:29:44 -0500 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2014-03-06 00:29:44 -0500 |
commit | e703b5ef487187753db6eee5e21e985dfb573e67 (patch) | |
tree | 5041ca396fadd182d4856a88d86130c92b657324 /maps/TimeCapsule.asm | |
parent | bdbf38b072e91457304f84b0d8a106d547d074d3 (diff) |
Text macros in maps/.
Looks fine at a glance.
Diffstat (limited to 'maps/TimeCapsule.asm')
-rw-r--r-- | maps/TimeCapsule.asm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/maps/TimeCapsule.asm b/maps/TimeCapsule.asm index 2426ee0d1..fa42feef5 100644 --- a/maps/TimeCapsule.asm +++ b/maps/TimeCapsule.asm @@ -58,8 +58,9 @@ ChrisScript_0x19351a: ; 0x19351a ; 0x193521 UnknownText_0x193521: ; 0x193521 - db $0, "Your friend is", $4f - db "ready.", $57 + text "Your friend is" + line "ready." + done ; 0x193538 TimeCapsule_MapEventHeader: ; 0x193538 |