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/Colosseum.asm | |
parent | bdbf38b072e91457304f84b0d8a106d547d074d3 (diff) |
Text macros in maps/.
Looks fine at a glance.
Diffstat (limited to 'maps/Colosseum.asm')
-rw-r--r-- | maps/Colosseum.asm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/maps/Colosseum.asm b/maps/Colosseum.asm index dd351bc89..290e08c30 100644 --- a/maps/Colosseum.asm +++ b/maps/Colosseum.asm @@ -70,8 +70,9 @@ ChrisScript_0x193499: ; 0x193499 ; 0x1934a0 UnknownText_0x1934a0: ; 0x1934a0 - db $0, "Your friend is", $4f - db "ready.", $57 + text "Your friend is" + line "ready." + done ; 0x1934b7 Colosseum_MapEventHeader: ; 0x1934b7 |