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

This adds the baseline stuff for Celeste Hill. The map, the tileset, and so on. No events or warps are currently available.
10 lines
124 B
NASM
10 lines
124 B
NASM
BikeRidingTilesets::
|
|
db OVERWORLD
|
|
db FOREST
|
|
db UNDERGROUND
|
|
db SHIP_PORT
|
|
db CAVERN
|
|
db CITRINE
|
|
db CELESTE
|
|
db -1 ; end
|