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 | Merge pull request #48 from CelestialAmber/master (diff) | |
| parent | Fix Vermilion City spelling on variable (diff) | |
| download | pokeyellow-2c018b9c735818491a0f590117b68d9358b8f334.tar.gz pokeyellow-2c018b9c735818491a0f590117b68d9358b8f334.tar.xz pokeyellow-2c018b9c735818491a0f590117b68d9358b8f334.zip | |
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!" |
