summaryrefslogtreecommitdiff
path: root/maps/DiglettsCave.asm
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2014-03-08 08:21:26 -0600
committerBryan Bishop <kanzure@gmail.com>2014-03-08 08:21:26 -0600
commitd7166960f80dd1e80411f0100812c8d7897455a5 (patch)
tree56d386badb1b4d6c696cebe75ee495647e6ced7f /maps/DiglettsCave.asm
parent69b20fa83e6d1f36f57e876b30c51d14277f78ee (diff)
parent4517ed2e30ecc626471a972f6189dc28a6143040 (diff)
Merge pull request #240 from yenatch/text
text macros
Diffstat (limited to 'maps/DiglettsCave.asm')
-rw-r--r--maps/DiglettsCave.asm10
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