mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-20 05:56:24 +13:00

Each new file builds its own .o, along with separate main.o and home.o, which necessitates many more "exported::" labels.
11 lines
380 B
NASM
Executable file
11 lines
380 B
NASM
Executable file
Route1_h::
|
|
db OVERWORLD ; tileset
|
|
db ROUTE_1_HEIGHT, ROUTE_1_WIDTH ; dimensions (y, x)
|
|
dw Route1_Blocks ; blocks
|
|
dw Route1_TextPointers ; texts
|
|
dw Route1_Script ; scripts
|
|
db NORTH | SOUTH ; connections
|
|
NORTH_MAP_CONNECTION ROUTE_1, VIRIDIAN_CITY, -3, 2, ViridianCity_Blocks
|
|
SOUTH_MAP_CONNECTION ROUTE_1, PALLET_TOWN, 0, 0, PalletTown_Blocks, 1
|
|
dw Route1_Object ; objects
|