Free roaming from Cerulean, add Faraway Island sign

- Replaces tiles east and west of Cerulean so you can roam back to Mt. Moon and over to Rock Tunnel with no issue.
- Adds the Faraway Island sign, with a - "JI" bit to represent Mr. Fuji. This was in the Japanese release, but never got translated internationally. "I depart" may need fine-tuning, as it implies he died; this was a mistranslation, obviously.
- Added a text bank for the Mew encounter to make Martha's job easier later.
This commit is contained in:
May Evans 2022-10-16 07:46:08 +01:00
parent aa32cfec8d
commit 4cc05243ed
7 changed files with 32 additions and 2 deletions

View file

@ -6,6 +6,7 @@ FarawayIslandOutside_Object:
warp_event 15, 6, 0, FARAWAY_ISLAND_INSIDE
def_bg_events
bg_event 2, 22, 10 ; Sign
def_object_events

View file

@ -28,7 +28,7 @@ Y
X
Z/g,)()/[
Z/okkkk,)()
Z/o\kkkk,)()

View file

@ -12,7 +12,7 @@
(,,)ttM >;/()/$%/>;(,,)RROL()11$%11111111$%1$WW%
51111>,)/>;1>;1>;1111111QQc>;$W%1111
L1111>,)/>;1>;1>;1111111QQc>;$W%1111
$%$%/()>;>??ttM()/>;/$%$%(,,ttM()1111111()

View file

@ -2,5 +2,9 @@ FarawayIslandOutside_Script:
jp EnableAutoTextBoxDrawing
FarawayIslandOutside_TextPointers:
dw FarawayIslandSign
FarawayIslandSign:
text_far _FarawayIslandSign
text_end ; unused

View file

@ -275,6 +275,8 @@ INCLUDE "text/CeladonUniversityOutside.asm"
INCLUDE "text/CeladonUniversityInside.asm"
INCLUDE "text/CeladonUniversityPokecenter.asm"
INCLUDE "text/CinnabarVolcano.asm"
INCLUDE "text/FarawayIslandOutside.asm"
INCLUDE "text/FarawayIslandInside.asm"
SECTION "Pokédex Text", ROMX

View file

@ -0,0 +1,4 @@
_FarawayIslandMew::
text "Mew!"
done

View file

@ -0,0 +1,19 @@
_FarawayIslandSign::
text "The writing is"
line "fading as if it"
cont "was written a"
cont "long time ago..."
text "...ber, 6th day"
text "If any human..."
line "sets foot here..."
cont "again...et it be"
cont "a kindhearted"
cont "pers..."
text "...ith that hope,"
line "I depar..."
cont "...JI"
done