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

This map is pretty much finished, save for the map sprites for Jessie, James, and the unused Cat (aka Meowth) being imported, as well as an & symbol. This adds everything else - the marts, the Rocket Trio fight, the meeting music, the tileset, the trainer class for Jessie/James, I could go on. A ton of work well-done.
15 lines
161 B
NASM
15 lines
161 B
NASM
DungeonTilesets:
|
|
db FOREST
|
|
db MUSEUM
|
|
db SHIP
|
|
db CAVERN
|
|
db LOBBY
|
|
db MANSION
|
|
db GATE
|
|
db LAB
|
|
db FACILITY
|
|
db CEMETERY
|
|
db GYM
|
|
db ROCKETHOUSE
|
|
db -1 ; end
|