mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
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:
parent
aa32cfec8d
commit
4cc05243ed
|
@ -6,6 +6,7 @@ FarawayIslandOutside_Object:
|
||||||
warp_event 15, 6, 0, FARAWAY_ISLAND_INSIDE
|
warp_event 15, 6, 0, FARAWAY_ISLAND_INSIDE
|
||||||
|
|
||||||
def_bg_events
|
def_bg_events
|
||||||
|
bg_event 2, 22, 10 ; Sign
|
||||||
|
|
||||||
def_object_events
|
def_object_events
|
||||||
|
|
||||||
|
|
|
@ -28,7 +28,7 @@ Y
|
||||||
X
|
X
|
||||||
Z/g,)()/[
|
Z/g,)()/[
|
||||||
|
|
||||||
Z/okkkk,)()
|
Z/o\kkkk,)()
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
(,,)ttM>;/()/$%/>;(,,)RROL()11$%11111111$%1$WW%
|
(,,)ttM>;/()/$%/>;(,,)RROL()11$%11111111$%1$WW%
|
||||||
|
|
||||||
51111>,)/>;1>;1>;1111111QQc>;$W%1111
|
L1111>,)/>;1>;1>;1111111QQc>;$W%1111
|
||||||
$%$%/()>;>??ttM()/>;/$%$%(,,ttM()1111111()
|
$%$%/()>;>??ttM()/>;/$%$%(,,ttM()1111111()
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -2,5 +2,9 @@ FarawayIslandOutside_Script:
|
||||||
jp EnableAutoTextBoxDrawing
|
jp EnableAutoTextBoxDrawing
|
||||||
|
|
||||||
FarawayIslandOutside_TextPointers:
|
FarawayIslandOutside_TextPointers:
|
||||||
|
dw FarawayIslandSign
|
||||||
|
|
||||||
|
FarawayIslandSign:
|
||||||
|
text_far _FarawayIslandSign
|
||||||
|
|
||||||
text_end ; unused
|
text_end ; unused
|
||||||
|
|
2
text.asm
2
text.asm
|
@ -275,6 +275,8 @@ INCLUDE "text/CeladonUniversityOutside.asm"
|
||||||
INCLUDE "text/CeladonUniversityInside.asm"
|
INCLUDE "text/CeladonUniversityInside.asm"
|
||||||
INCLUDE "text/CeladonUniversityPokecenter.asm"
|
INCLUDE "text/CeladonUniversityPokecenter.asm"
|
||||||
INCLUDE "text/CinnabarVolcano.asm"
|
INCLUDE "text/CinnabarVolcano.asm"
|
||||||
|
INCLUDE "text/FarawayIslandOutside.asm"
|
||||||
|
INCLUDE "text/FarawayIslandInside.asm"
|
||||||
|
|
||||||
SECTION "Pokédex Text", ROMX
|
SECTION "Pokédex Text", ROMX
|
||||||
|
|
||||||
|
|
4
text/FarawayIslandInside.asm
Normal file
4
text/FarawayIslandInside.asm
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
_FarawayIslandMew::
|
||||||
|
text "Mew!"
|
||||||
|
|
||||||
|
done
|
19
text/FarawayIslandOutside.asm
Normal file
19
text/FarawayIslandOutside.asm
Normal 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
|
Loading…
Reference in a new issue