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/Route46.asm | |
parent | 7fefefcf12f3c4669194bebeb4c7ab7528b79d42 (diff) |
Improve some map script labels.
Diffstat (limited to 'maps/Route46.asm')
-rw-r--r-- | maps/Route46.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/maps/Route46.asm b/maps/Route46.asm index ff7bcb463..c549b807a 100644 --- a/maps/Route46.asm +++ b/maps/Route46.asm @@ -158,8 +158,8 @@ HikerBaileyScript: closetext end -MapRoute46Signpost0Script: - jumptext UnknownText_0x1a99be +Route46Sign: + jumptext Route46SignText Route46XSpeed: itemball X_SPEED @@ -245,7 +245,7 @@ UnknownText_0x1a9927: cont "the other time." done -UnknownText_0x1a99be: +Route46SignText: text "ROUTE 46" line "MOUNTAIN RD. AHEAD" done @@ -265,7 +265,7 @@ Route46_MapEventHeader: .Signposts: db 1 - signpost 27, 9, SIGNPOST_READ, MapRoute46Signpost0Script + signpost 27, 9, SIGNPOST_READ, Route46Sign .PersonEvents: db 6 |