mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 15:45:24 +13:00
Citrine Rocket House
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.
This commit is contained in:
parent
437602bf21
commit
78d3ed63f2
37 changed files with 287 additions and 28 deletions
|
|
@ -2,6 +2,7 @@ CitrineCity_Object:
|
|||
db $43 ; border block
|
||||
|
||||
def_warp_events
|
||||
warp_event 9, 27, CITRINE_ROCKET_HOUSE, 1
|
||||
|
||||
def_bg_events
|
||||
|
||||
|
|
|
|||
19
data/maps/objects/CitrineRocketHouse.asm
Normal file
19
data/maps/objects/CitrineRocketHouse.asm
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
CitrineRocketHouse_Object:
|
||||
db $01 ; border block
|
||||
|
||||
def_warp_events
|
||||
warp_event 4, 9, CITRINE_CITY, 1
|
||||
warp_event 5, 9, CITRINE_CITY, 1
|
||||
|
||||
def_bg_events
|
||||
|
||||
def_object_events
|
||||
object_event 4, 1, SPRITE_ROCKET, STAY, DOWN, 1 ; Mart Guy
|
||||
object_event 5, 1, SPRITE_ROCKET, STAY, DOWN, 2 ; Mart Guy
|
||||
object_event 1, 6, SPRITE_ROCKET, STAY, RIGHT, 3 ; person
|
||||
object_event 9, 3, SPRITE_ROCKET, STAY, UP, 4 ; person
|
||||
object_event 9, 8, SPRITE_ROCKET, STAY, UP, 5 ; Meowth ; SPRITE_CAT
|
||||
object_event 9, 5, SPRITE_ROCKET, STAY, DOWN, 6 ; James ; SPRITE_JAMES
|
||||
object_event 7, 6, SPRITE_ROCKET, STAY, RIGHT, 7 ; Jessie ; SPRITE_JESSIE
|
||||
|
||||
def_warps_to CITRINE_ROCKET_HOUSE
|
||||
Loading…
Add table
Add a link
Reference in a new issue