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/Route2Gate.asm | |
parent | 69b20fa83e6d1f36f57e876b30c51d14277f78ee (diff) | |
parent | 4517ed2e30ecc626471a972f6189dc28a6143040 (diff) |
Merge pull request #240 from yenatch/text
text macros
Diffstat (limited to 'maps/Route2Gate.asm')
-rw-r--r-- | maps/Route2Gate.asm | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/maps/Route2Gate.asm b/maps/Route2Gate.asm index d582543a0..4c0800f46 100644 --- a/maps/Route2Gate.asm +++ b/maps/Route2Gate.asm @@ -11,14 +11,18 @@ ScientistScript_0x9b952: ; 0x9b952 ; 0x9b955 UnknownText_0x9b955: ; 0x9b955 - db $0, "Are you ", $14, "?", $51 - db "I work as PROF.", $4f - db "OAK's AIDE.", $51 - db "I had no idea that", $4f - db "you were out here.", $51 - db "PROF.OAK's LAB is", $4f - db "nearby in PALLET", $55 - db "TOWN.", $57 + text "Are you ", $14, "?" + + para "I work as PROF." + line "OAK's AIDE." + + para "I had no idea that" + line "you were out here." + + para "PROF.OAK's LAB is" + line "nearby in PALLET" + cont "TOWN." + done ; 0x9b9ca Route2Gate_MapEventHeader: ; 0x9b9ca |