diff options
Diffstat (limited to 'text/maps/viridian_forest_exit.asm')
-rw-r--r-- | text/maps/viridian_forest_exit.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/text/maps/viridian_forest_exit.asm b/text/maps/viridian_forest_exit.asm index 23e13e4e..6cfb5ee0 100644 --- a/text/maps/viridian_forest_exit.asm +++ b/text/maps/viridian_forest_exit.asm @@ -1,4 +1,4 @@ -_ViridianForestexitText1: ; 8a6fd (22:66fd) +_ViridianForestexitText1:: ; 8a6fd (22:66fd) text "Many #MON live" line "only in forests " cont "and caves." @@ -8,7 +8,7 @@ _ViridianForestexitText1: ; 8a6fd (22:66fd) cont "different kinds!" done -_ViridianForestexitText2: ; 8a75d (22:675d) +_ViridianForestexitText2:: ; 8a75d (22:675d) text "Have you noticed" line "the bushes on the" cont "roadside?" |