mirror of
https://github.com/pret/pokegold-spaceworld.git
synced 2026-08-09 03:34:37 -05:00
Merges Map Headers and Scripts, also adding Macros to automate some of the identical dummy scripts. Renames all Routes to their proper names.
26 lines
700 B
NASM
26 lines
700 B
NASM
map_attributes Route3, ROUTE_3
|
|
connection west, West, WEST, -5
|
|
connection east, OldCity, OLD_CITY, -5
|
|
|
|
Route3_MapEvents::
|
|
dw $4000 ; unknown
|
|
|
|
def_warp_events
|
|
warp_event 6, 5, ROUTE_3_GATE_1F, 3, 67
|
|
warp_event 15, 4, ROUTE_3_HOUSE, 1, 71
|
|
|
|
def_bg_events
|
|
bg_event 15, 4, 3
|
|
bg_event 14, 5, 1
|
|
bg_event 24, 10, 2
|
|
|
|
def_object_events
|
|
object_event 19, 11, SPRITE_YOUNGSTER, SPRITEMOVEFN_TURN_UP, 0, 0, -1, -1, 0, 0, 0, 5, 0, 0
|
|
object_event 15, 7, SPRITE_YOUNGSTER, SPRITEMOVEFN_RANDOM_WALK_XY, 1, 1, -1, -1, 0, 0, 0, 0, 0, 0
|
|
object_event 10, 8, SPRITE_YOUNGSTER, SPRITEMOVEFN_TURN_RIGHT, 0, 0, -1, -1, 0, 0, 0, 3, 0, 0
|
|
|
|
Route3_Blocks::
|
|
INCBIN "maps/Route3.blk"
|
|
|
|
map_dummy_script_bank27
|