mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-16 20:16:26 +13: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.
12 lines
169 B
NASM
12 lines
169 B
NASM
CitrineCity_Object:
|
|
db $43 ; border block
|
|
|
|
def_warp_events
|
|
warp_event 9, 27, CITRINE_ROCKET_HOUSE, 1
|
|
|
|
def_bg_events
|
|
|
|
def_object_events
|
|
|
|
def_warps_to CITRINE_CITY
|