mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-20 22:28:41 +13:00
Cinnabar Lab has a proper fossil machine now!
Taken from the RG prototype assets!
This commit is contained in:
parent
791689c300
commit
e6119651d8
10 changed files with 12 additions and 2 deletions
|
|
@ -55,6 +55,7 @@ Lobby_Coll::
|
|||
Mansion_Coll::
|
||||
coll_tiles $01, $05, $11, $12, $14, $1a, $1c, $2c, $53
|
||||
|
||||
FossilLab_Coll:: ; It has the same tileset except the trees are the fossil machine, so...
|
||||
Lab_Coll::
|
||||
coll_tiles $0c, $26, $16, $1e, $34, $37
|
||||
|
||||
|
|
|
|||
|
|
@ -39,4 +39,5 @@ Tilesets:
|
|||
tileset RocketHouse, $0A, -1, -1, -1, TILEANIM_NONE
|
||||
tileset BetaMart, $18, -1, -1, -1, TILEANIM_NONE
|
||||
tileset Jacky, -1, -1, -1, -1, TILEANIM_NONE
|
||||
tileset FossilLab, -1, -1, -1, -1, TILEANIM_NONE
|
||||
assert_table_length NUM_TILESETS
|
||||
|
|
|
|||
|
|
@ -32,6 +32,7 @@ WarpTileIDPointers:
|
|||
dw .RocketHouseWarpTileIDs
|
||||
dw .BetaMartWarpTileIDs
|
||||
dw .JackyWarpTileIDs
|
||||
dw .LabWarpTileIDs ; Fossil Lab
|
||||
assert_table_length NUM_TILESETS
|
||||
|
||||
MACRO warp_tiles
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue