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/MountMoonSquare.asm | |
parent | bdbf38b072e91457304f84b0d8a106d547d074d3 (diff) |
Text macros in maps/.
Looks fine at a glance.
Diffstat (limited to 'maps/MountMoonSquare.asm')
-rw-r--r-- | maps/MountMoonSquare.asm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/maps/MountMoonSquare.asm b/maps/MountMoonSquare.asm index 56c63d350..d11a3ae0a 100644 --- a/maps/MountMoonSquare.asm +++ b/maps/MountMoonSquare.asm @@ -149,8 +149,9 @@ MovementData_0x77134: ; 0x77134 ; 0x7713b UnknownText_0x7713b: ; 0x7713b - db $0, "MT.MOON SQUARE", $4f - db "DON'T LITTER", $57 + text "MT.MOON SQUARE" + line "DON'T LITTER" + done ; 0x77158 MountMoonSquare_MapEventHeader: ; 0x77158 |