diff options
author | Daniel Harding <33dannye@gmail.com> | 2020-05-03 15:52:49 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-03 15:52:49 -0500 |
commit | 2c018b9c735818491a0f590117b68d9358b8f334 (patch) | |
tree | 5cff2b605dc72b40f58f25abd7293f20d41adf08 /text | |
parent | a2cebef233737a8fb83d71b783751f1195b44255 (diff) | |
parent | d3c0b6da46e3968bd1b79920b67f66c06b40ea9f (diff) |
Merge pull request #49 from CelestialAmber/master
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..742d0c5d 100644 --- a/text/maps/vermilion_city.asm +++ b/text/maps/vermilion_city.asm @@ -7,13 +7,13 @@ _VermilionCityText1:: cont "toxic sludge!" done -_VermilionCityText_198a7:: +_VermilionCityTextDidYouSee:: 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!" |