mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-11-06 05:30:58 +13:00
Currently just uses the RG Unknown Dungeon map, which should be changed accordingly. The warps and stuff outside of basic entry aren't implemented. Has a halved encounter rate compared to other maps, which matches the idea that caverns don't sustain much wildlife. Mt Moon theme may not be used in the final product.
16 lines
334 B
NASM
16 lines
334 B
NASM
CitrineCity_Object:
|
|
db $43 ; border block
|
|
|
|
def_warp_events
|
|
warp_event 9, 27, CITRINE_ROCKET_HOUSE, 1
|
|
warp_event 9, 17, CITRINE_TRADEBACK_HOUSE, 1
|
|
warp_event 15, 17, CITRINE_POKECENTER, 1
|
|
warp_event 15, 27, CITRINE_MART, 1
|
|
warp_event 22, 5, GARNET_CAVERN_1F, 1
|
|
|
|
def_bg_events
|
|
|
|
def_object_events
|
|
|
|
def_warps_to CITRINE_CITY
|