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/RuinsofAlphKabutoItemRoom.asm | |
| parent | bdbf38b072e91457304f84b0d8a106d547d074d3 (diff) | |
Text macros in maps/.
Looks fine at a glance.
Diffstat (limited to 'maps/RuinsofAlphKabutoItemRoom.asm')
| -rw-r--r-- | maps/RuinsofAlphKabutoItemRoom.asm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/maps/RuinsofAlphKabutoItemRoom.asm b/maps/RuinsofAlphKabutoItemRoom.asm index 77cb4a200..02833117a 100644 --- a/maps/RuinsofAlphKabutoItemRoom.asm +++ b/maps/RuinsofAlphKabutoItemRoom.asm @@ -27,9 +27,10 @@ MapRuinsofAlphKabutoItemRoomSignpost1Script: ; 0x599aa ; 0x599ad UnknownText_0x599ad: ; 0x599ad - db $0, "It's a replica of", $4f - db "an ancient #-", $55 - db "MON.", $57 + text "It's a replica of" + line "an ancient #-" + cont "MON." + done ; 0x599d2 RuinsofAlphKabutoItemRoom_MapEventHeader: ; 0x599d2 |
