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/Route37.asm | |
parent | 7fefefcf12f3c4669194bebeb4c7ab7528b79d42 (diff) |
Improve some map script labels.
Diffstat (limited to 'maps/Route37.asm')
-rw-r--r-- | maps/Route37.asm | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/maps/Route37.asm b/maps/Route37.asm index 58e730ac0..690a8a481 100644 --- a/maps/Route37.asm +++ b/maps/Route37.asm @@ -3,7 +3,7 @@ const_value set 2 const ROUTE37_WEIRD_TREE2 const ROUTE37_YOUNGSTER const ROUTE37_FRUIT_TREE1 - const ROUTE37_BUG_CATCHER + const ROUTE37_SUNNY const ROUTE37_FRUIT_TREE2 const ROUTE37_FRUIT_TREE3 @@ -21,11 +21,11 @@ Route37_MapScriptHeader: SunnyCallback: checkcode VAR_WEEKDAY if_equal SUNDAY, .SunnyAppears - disappear ROUTE37_BUG_CATCHER + disappear ROUTE37_SUNNY return .SunnyAppears - appear ROUTE37_BUG_CATCHER + appear ROUTE37_SUNNY return TrainerTwinsAnnandanne1: @@ -104,8 +104,8 @@ SunnyNotSundayScript: closetext end -MapRoute37Signpost0Script: - jumptext UnknownText_0x1a9197 +Route37Sign: + jumptext Route37SignText FruitTreeScript_0x1a8e09: fruittree FRUITTREE_ROUTE_37_1 @@ -237,7 +237,7 @@ SunnyNotSundayText: cont "Um… I forgot!" done -UnknownText_0x1a9197: +Route37SignText: text "ROUTE 37" done @@ -253,7 +253,7 @@ Route37_MapEventHeader: .Signposts: db 2 - signpost 3, 5, SIGNPOST_READ, MapRoute37Signpost0Script + signpost 3, 5, SIGNPOST_READ, Route37Sign signpost 2, 4, SIGNPOST_ITEM, Route37HiddenEther .PersonEvents: |