diff options
author | pikalaxalt <PikalaxALT@gmail.com> | 2016-04-10 13:39:55 -0400 |
---|---|---|
committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-04-10 13:39:55 -0400 |
commit | 552febffe8a1dcb328ed32c246ceafabe380c7cc (patch) | |
tree | 80018b3c8ba42072fbdaee252db2afae562c90b0 /maps/Route1.asm | |
parent | a8fe0c13d42f5d5da7b864f9d6dd0eb1fdfe71a1 (diff) | |
parent | 0a2b14309ab295a01c8597269c70acdee81f87ad (diff) |
Merge branch 'master' of https://github.com/pret/pokecrystal
Diffstat (limited to 'maps/Route1.asm')
-rw-r--r-- | maps/Route1.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/maps/Route1.asm b/maps/Route1.asm index 79d7190dc..a8070b4e5 100644 --- a/maps/Route1.asm +++ b/maps/Route1.asm @@ -32,8 +32,8 @@ CooltrainerfQuinnScript: closetext end -MapRoute1Signpost0Script: - jumptext UnknownText_0x1ac675 +Route1Sign: + jumptext Route1SignText FruitTreeScript_0x1ac581: fruittree FRUITTREE_ROUTE_1 @@ -73,7 +73,7 @@ UnknownText_0x1ac640: line "have trained hard." done -UnknownText_0x1ac675: +Route1SignText: text "ROUTE 1" para "PALLET TOWN -" @@ -92,7 +92,7 @@ Route1_MapEventHeader: .Signposts: db 1 - signpost 27, 7, SIGNPOST_READ, MapRoute1Signpost0Script + signpost 27, 7, SIGNPOST_READ, Route1Sign .PersonEvents: db 3 |