mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
Make arrow tiles in forest tileset warp-able.
This should resolve the issues with getting Faraway Island to work as desired.
This commit is contained in:
parent
20e0248311
commit
4ea2cb6b4f
|
@ -50,7 +50,7 @@ ENDM
|
||||||
warp_tiles $5E
|
warp_tiles $5E
|
||||||
|
|
||||||
.ForestWarpTileIDs:
|
.ForestWarpTileIDs:
|
||||||
warp_tiles $5A, $5C, $3A
|
warp_tiles $5A, $5C, $3A, $50, $51, $52, $53 ; tiles $50 through $53 are the arrow tiles used in the Safari Zone. These are custom additions for Faraway Island.
|
||||||
|
|
||||||
.DojoWarpTileIDs:
|
.DojoWarpTileIDs:
|
||||||
.GymWarpTileIDs:
|
.GymWarpTileIDs:
|
||||||
|
|
Loading…
Reference in a new issue