mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12:00

- 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.
13 lines
261 B
NASM
13 lines
261 B
NASM
FarawayIslandOutside_Object:
|
|
db $02 ; border block
|
|
|
|
def_warp_events
|
|
warp_event 14, 6, 0, FARAWAY_ISLAND_INSIDE
|
|
warp_event 15, 6, 0, FARAWAY_ISLAND_INSIDE
|
|
|
|
def_bg_events
|
|
bg_event 2, 22, 10 ; Sign
|
|
|
|
def_object_events
|
|
|
|
def_warps_to FARAWAY_ISLAND_OUTSIDE |