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/Route34.asm | |
parent | 7fefefcf12f3c4669194bebeb4c7ab7528b79d42 (diff) |
Improve some map script labels.
Diffstat (limited to 'maps/Route34.asm')
-rw-r--r-- | maps/Route34.asm | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/maps/Route34.asm b/maps/Route34.asm index 39304cc56..11e24770a 100644 --- a/maps/Route34.asm +++ b/maps/Route34.asm @@ -475,17 +475,17 @@ TrainerCooltrainerfKate: closetext end -MapRoute34UnusedSignpostScript: +; unused jumptext MapRoute34UnusedSignpostText -MapRoute34Signpost0Script: - jumptext MapRoute34Signpost0Text +Route34Sign: + jumptext Route34SignText -MapRoute34Signpost1Script: - jumptext MapRoute34Signpost1Text +Route34TrainerTips: + jumptext Route34TrainerTipsText -MapRoute34Signpost2Script: - jumptext MapRoute34Signpost2Text +DayCareSign: + jumptext DayCareSignText Route34Nugget: itemball NUGGET @@ -736,7 +736,7 @@ MapRoute34UnusedSignpostText: line "THROUGH THE GATE" done -MapRoute34Signpost0Text: +Route34SignText: text "ROUTE 34" para "GOLDENROD CITY -" @@ -746,7 +746,7 @@ MapRoute34Signpost0Text: line "SOMEWHERE BETWEEN" done -MapRoute34Signpost1Text: +Route34TrainerTipsText: text "TRAINER TIPS" para "BERRY trees grow" @@ -758,7 +758,7 @@ MapRoute34Signpost1Text: cont "which BERRIES." done -MapRoute34Signpost2Text: +DayCareSignText: text "DAY-CARE" para "LET US RAISE YOUR" @@ -782,9 +782,9 @@ Route34_MapEventHeader: .Signposts: db 5 - signpost 6, 12, SIGNPOST_READ, MapRoute34Signpost0Script - signpost 33, 13, SIGNPOST_READ, MapRoute34Signpost1Script - signpost 13, 10, SIGNPOST_READ, MapRoute34Signpost2Script + signpost 6, 12, SIGNPOST_READ, Route34Sign + signpost 33, 13, SIGNPOST_READ, Route34TrainerTips + signpost 13, 10, SIGNPOST_READ, DayCareSign signpost 32, 8, SIGNPOST_ITEM, Route34HiddenRareCandy signpost 19, 17, SIGNPOST_ITEM, Route34HiddenSuperPotion |