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/DiglettsCave.asm | |
parent | bdbf38b072e91457304f84b0d8a106d547d074d3 (diff) |
Text macros in maps/.
Looks fine at a glance.
Diffstat (limited to 'maps/DiglettsCave.asm')
-rw-r--r-- | maps/DiglettsCave.asm | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/maps/DiglettsCave.asm b/maps/DiglettsCave.asm index 9d583f741..1fdb07f2d 100644 --- a/maps/DiglettsCave.asm +++ b/maps/DiglettsCave.asm @@ -17,10 +17,12 @@ MapDiglettsCaveSignpostItem0: ; 0x74005 ; 0x74008 UnknownText_0x74008: ; 0x74008 - db $0, "A bunch of DIGLETT", $4f - db "popped out of the", $51 - db "ground! That was", $4f - db "shocking.", $57 + text "A bunch of DIGLETT" + line "popped out of the" + + para "ground! That was" + line "shocking." + done ; 0x74049 DiglettsCave_MapEventHeader: ; 0x74049 |