mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-20 22:28:41 +13:00
Shinjuku Jack, final Mewtwo theme
This renovates the Celadon Mansion Roof House to feature a faithful restoration of Shinjuku Jack. Notes are in the script file. Also, LuciShrimp's Mewtwo theme is finished!
This commit is contained in:
parent
6bd537e8b7
commit
8cd8f1ded0
19 changed files with 1397 additions and 259 deletions
|
|
@ -81,3 +81,6 @@ RocketHouse_Coll::
|
|||
|
||||
BetaMart_Coll::
|
||||
coll_tiles $01, $11, $1C, $1D, $1E, $1F, $0C, $0D, $0E, $0F, $4D, $4C
|
||||
|
||||
Jacky_Coll::
|
||||
coll_tiles $01, $40, $11, $04, $14, $02, $03, $13, $12,
|
||||
|
|
|
|||
|
|
@ -38,4 +38,5 @@ Tilesets:
|
|||
tileset Celeste, -1, -1, -1, $18, TILEANIM_WATER
|
||||
tileset RocketHouse, $0A, -1, -1, -1, TILEANIM_NONE
|
||||
tileset BetaMart, $18, -1, -1, -1, TILEANIM_NONE
|
||||
tileset Jacky, -1, -1, -1, -1, TILEANIM_NONE
|
||||
assert_table_length NUM_TILESETS
|
||||
|
|
|
|||
|
|
@ -29,6 +29,7 @@ WarpTileIDPointers:
|
|||
dw .CelesteWarpTileIDs
|
||||
dw .RocketHouseWarpTileIDs
|
||||
dw .BetaMartWarpTileIDs
|
||||
dw .JackyWarpTileIDs
|
||||
assert_table_length NUM_TILESETS
|
||||
|
||||
MACRO warp_tiles
|
||||
|
|
@ -110,6 +111,9 @@ ENDM
|
|||
.BetaMartWarpTileIDs:
|
||||
warp_tiles $1C, $1D, $1E, $1F, $0C, $0D, $0E, $0F, $4B, $4C
|
||||
|
||||
.JackyWarpTileIDs:
|
||||
warp_tiles $04, $14
|
||||
|
||||
.ShipPortWarpTileIDs:
|
||||
.ClubWarpTileIDs:
|
||||
warp_tiles ; end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue