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/Route6.asm | |
parent | 69b20fa83e6d1f36f57e876b30c51d14277f78ee (diff) | |
parent | 4517ed2e30ecc626471a972f6189dc28a6143040 (diff) |
Merge pull request #240 from yenatch/text
text macros
Diffstat (limited to 'maps/Route6.asm')
-rw-r--r-- | maps/Route6.asm | 62 |
1 files changed, 37 insertions, 25 deletions
diff --git a/maps/Route6.asm b/maps/Route6.asm index dc3f78a49..da8b289a0 100644 --- a/maps/Route6.asm +++ b/maps/Route6.asm @@ -73,52 +73,64 @@ MapRoute6Signpost0Script: ; 0x1ad954 ; 0x1ad957 UnknownText_0x1ad957: ; 0x1ad957 - db $0, "The road is closed", $4f - db "until the problem", $51 - db "at the POWER PLANT", $4f - db "is solved.", $57 + text "The road is closed" + line "until the problem" + + para "at the POWER PLANT" + line "is solved." + done ; 0x1ad99b UnknownText_0x1ad99b: ; 0x1ad99b - db $0, "UNDERGROUND PATH", $51 - db "CERULEAN CITY -", $4f - db "VERMILION CITY", $57 + text "UNDERGROUND PATH" + + para "CERULEAN CITY -" + line "VERMILION CITY" + done ; 0x1ad9cc PokefanmRexSeenText: ; 0x1ad9cc - db $0, "My PHANPY is the", $4f - db "cutest in the", $55 - db "world.", $57 + text "My PHANPY is the" + line "cutest in the" + cont "world." + done ; 0x1ad9f3 PokefanmRexBeatenText: ; 0x1ad9f3 - db $0, "My PHANPY!", $57 + text "My PHANPY!" + done ; 0x1ad9ff UnknownText_0x1ad9ff: ; 0x1ad9ff - db $0, "Look how adorable", $4f - db "my PHANPY acts!", $51 - db "Isn't it cute", $4f - db "enough to make", $55 - db "your heart melt?", $57 + text "Look how adorable" + line "my PHANPY acts!" + + para "Isn't it cute" + line "enough to make" + cont "your heart melt?" + done ; 0x1ada4f PokefanmAllanSeenText: ; 0x1ada4f - db $0, "My TEDDIURSA is", $4f - db "the cutest in the", $55 - db "world.", $57 + text "My TEDDIURSA is" + line "the cutest in the" + cont "world." + done ; 0x1ada79 PokefanmAllanBeatenText: ; 0x1ada79 - db $0, "My TEDDIURSA!", $57 + text "My TEDDIURSA!" + done ; 0x1ada88 UnknownText_0x1ada88: ; 0x1ada88 - db $0, "Look how adorable", $4f - db "my TEDDIURSA acts!", $51 - db "Isn't it cute", $4f - db "enough to make", $55 - db "your heart melt?", $57 + text "Look how adorable" + line "my TEDDIURSA acts!" + + para "Isn't it cute" + line "enough to make" + cont "your heart melt?" + done ; 0x1adadb Route6_MapEventHeader: ; 0x1adadb |