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.
15 lines
175 B
NASM
15 lines
175 B
NASM
; tilesets with water
|
|
WaterTilesets:
|
|
db OVERWORLD
|
|
db FOREST
|
|
db DOJO
|
|
db GYM
|
|
db SHIP
|
|
db SHIP_PORT
|
|
db CAVERN
|
|
db FACILITY
|
|
db PLATEAU
|
|
db CITRINE
|
|
db CELESTE
|
|
db -1 ; end
|