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/Route11.asm | |
parent | 7fefefcf12f3c4669194bebeb4c7ab7528b79d42 (diff) |
Improve some map script labels.
Diffstat (limited to 'maps/Route11.asm')
-rw-r--r-- | maps/Route11.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/maps/Route11.asm b/maps/Route11.asm index 5dd00f6a7..73e10a917 100644 --- a/maps/Route11.asm +++ b/maps/Route11.asm @@ -56,8 +56,8 @@ PsychicFidelScript: closetext end -MapRoute11Signpost0Script: - jumptext UnknownText_0x68238 +Route11Sign: + jumptext Route11SignText FruitTreeScript_0x68055: fruittree FRUITTREE_ROUTE_11 @@ -142,7 +142,7 @@ UnknownText_0x681ec: cont "in your #MON." done -UnknownText_0x68238: +Route11SignText: text "ROUTE 11" done @@ -158,7 +158,7 @@ Route11_MapEventHeader: .Signposts: db 2 - signpost 7, 3, SIGNPOST_READ, MapRoute11Signpost0Script + signpost 7, 3, SIGNPOST_READ, Route11Sign signpost 5, 32, SIGNPOST_ITEM, Route11HiddenRevive .PersonEvents: |