diff options
author | Bryan Bishop <kanzure@gmail.com> | 2014-03-08 08:21:26 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2014-03-08 08:21:26 -0600 |
commit | d7166960f80dd1e80411f0100812c8d7897455a5 (patch) | |
tree | 56d386badb1b4d6c696cebe75ee495647e6ced7f /maps/MountMoonSquare.asm | |
parent | 69b20fa83e6d1f36f57e876b30c51d14277f78ee (diff) | |
parent | 4517ed2e30ecc626471a972f6189dc28a6143040 (diff) |
Merge pull request #240 from yenatch/text
text macros
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 |