Celeste Hill & tileset

This adds the baseline stuff for Celeste Hill. The map, the tileset, and so on. No events or warps are currently available.
This commit is contained in:
Llinos Evans 2023-04-18 17:30:57 +01:00
parent 89b0687a4b
commit 91d47bef0e
21 changed files with 59 additions and 13 deletions

View file

@ -5,4 +5,5 @@ BikeRidingTilesets::
db SHIP_PORT
db CAVERN
db CITRINE
db CELESTE
db -1 ; end

View file

@ -75,3 +75,5 @@ PreGym_Coll::
Citrine_Coll::
coll_tiles $2C, $31, $3F, $55, $0E, $2F, $23, $20, $10, $03, $1C, $1B, $0B, $0C, $21
Celeste_Coll::
coll_tiles $1e, $20, $2e, $30, $34, $37, $39, $3a, $40, $51, $52, $5a, $5c, $5e, $5f, $09, $08, $18, $19

View file

@ -35,4 +35,5 @@ Tilesets:
tileset Plateau, -1, -1, -1, $45, TILEANIM_WATER
tileset PreGym, $3A, $3B, -1, -1, TILEANIM_NONE
tileset Citrine, -1, -1, -1, $3F, TILEANIM_WATER_FLOWER
tileset Celeste, -1, -1, -1, $19, TILEANIM_WATER_FLOWER
assert_table_length NUM_TILESETS

View file

@ -26,6 +26,7 @@ WarpTileIDPointers:
dw .PlateauWarpTileIDs
dw .PreGymWarpTileIDs
dw .CitrineWarpTileIDs
dw .CelesteWarpTileIDs
assert_table_length NUM_TILESETS
MACRO warp_tiles
@ -98,6 +99,9 @@ ENDM
.CitrineWarpTileIDs:
warp_tiles $1B, $1C
.CelesteWarpTileIDs:
warp_tiles $5A, $5C, $3A, $30, $50, $51 ; Like Forest but a bit better
.ShipPortWarpTileIDs:
.ClubWarpTileIDs:
warp_tiles ; end

View file

@ -10,4 +10,5 @@ WaterTilesets:
db FACILITY
db PLATEAU
db CITRINE
db CELESTE
db -1 ; end