mirror of
https://github.com/pret/pokegold-spaceworld.git
synced 2026-08-09 11:47:38 -05:00
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>
17 lines
301 B
NASM
17 lines
301 B
NASM
map_attributes FontRoute1, FONT_ROUTE_1
|
|
connection west, South, SOUTH, 0
|
|
connection east, Font, FONT, 0
|
|
|
|
FontRoute1_MapEvents::
|
|
dw $4000 ; unknown
|
|
|
|
def_warp_events
|
|
warp_event 6, 9, FONT_ROUTE_GATE_1, 3, 209
|
|
|
|
def_bg_events
|
|
|
|
def_object_events
|
|
|
|
FontRoute1_Blocks::
|
|
INCBIN "maps/FontRoute1.blk"
|