pokegold-spaceworld/data/maps/objects/Route1P2.asm
Narishma-gb e88fe24e15
Use the same Makefile build system as Gen 1+2 repos (#163)
This uses catch-all files like main.asm to reduce the total quantity and size of
build objects (from 1.1 GB to 70 MB).

---------

Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com>
2026-07-05 15:36:09 -04:00

23 lines
636 B
NASM

map_attributes Route1P2, ROUTE_1_P2
connection north, OldCity, OLD_CITY, -5
connection east, Route1P1, ROUTE_1_P1, 9
Route1P2_MapEvents::
dw $4000 ; unknown
def_warp_events
warp_event 8, 5, ROUTE_1_GATE_1F, 1, 53
warp_event 9, 5, ROUTE_1_GATE_1F, 2, 53
warp_event 8, 25, SILENT_HILLS, 6, 213
warp_event 9, 25, SILENT_HILLS, 9, 213
def_bg_events
bg_event 10, 20, 1
def_object_events
object_event 8, 6, SPRITE_SILVER, SPRITEMOVEFN_TURN_DOWN, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0
object_event 7, 15, SPRITE_TEACHER, SPRITEMOVEFN_TURN_RIGHT, 0, 0, -1, -1, 0, 0, 0, 3, 0, 0
Route1P2_Blocks::
INCBIN "maps/Route1P2.blk"