diff options
author | IIMarckus <iimarckus@gmail.com> | 2016-04-06 22:59:45 -0600 |
---|---|---|
committer | IIMarckus <iimarckus@gmail.com> | 2016-04-06 23:00:08 -0600 |
commit | 88328f18b6fc7df475184753d44dd7399fd68f9e (patch) | |
tree | f0eaee211406ddfd13dfc7a1f3e089d8c373cec2 /maps/Route15.asm | |
parent | 7fefefcf12f3c4669194bebeb4c7ab7528b79d42 (diff) |
Improve some map script labels.
Diffstat (limited to 'maps/Route15.asm')
-rw-r--r-- | maps/Route15.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/maps/Route15.asm b/maps/Route15.asm index bd8ea4839..50406872e 100644 --- a/maps/Route15.asm +++ b/maps/Route15.asm @@ -80,8 +80,8 @@ SchoolboyBillyScript: closetext end -MapRoute15Signpost0Script: - jumptext UnknownText_0x1aa8e3 +Route15Sign: + jumptext Route15SignText Route15PPUp: itemball PP_UP @@ -194,7 +194,7 @@ UnknownText_0x1aa8b0: cont "I'd be the best!" done -UnknownText_0x1aa8e3: +Route15SignText: text "ROUTE 15" para "FUCHSIA CITY -" @@ -215,7 +215,7 @@ Route15_MapEventHeader: .Signposts: db 1 - signpost 9, 19, SIGNPOST_READ, MapRoute15Signpost0Script + signpost 9, 19, SIGNPOST_READ, Route15Sign .PersonEvents: db 7 |