diff options
author | CelestialAmber <celestialamber1@gmail.com> | 2020-05-03 16:28:13 -0400 |
---|---|---|
committer | CelestialAmber <celestialamber1@gmail.com> | 2020-05-03 16:28:13 -0400 |
commit | 7bdc01add83b54b42e821a631a7a440a7cc1f560 (patch) | |
tree | fa8a3f556eab888413ba6c812a6d7c2f386281f8 /text | |
parent | a2cebef233737a8fb83d71b783751f1195b44255 (diff) |
Port pull request #236 from pokered
Diffstat (limited to 'text')
-rw-r--r-- | text/maps/vermilion_city.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/text/maps/vermilion_city.asm b/text/maps/vermilion_city.asm index 2b2d125f..a9c89b78 100644 --- a/text/maps/vermilion_city.asm +++ b/text/maps/vermilion_city.asm @@ -7,13 +7,13 @@ _VermilionCityText1:: cont "toxic sludge!" done -_VermilionCityText_198a7:: +_VermillionCityTextDidYouSee:: text "Did you see S.S." line "ANNE moored in" cont "the harbor?" done -_VermilionCityText_198ac:: +_VermilionCityTextSSAnneDeparted:: text "So, S.S.ANNE has" line "departed!" |