mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 15:45:24 +13:00
Pull map headers out of main.asm
This commit is contained in:
parent
e1a931df6a
commit
4e4e72d02a
225 changed files with 1649 additions and 1426 deletions
8
data/mapHeaders/vermilioncity.asm
Executable file
8
data/mapHeaders/vermilioncity.asm
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
VermilionCity_h: ; 0x18998 to 0x189ba (34 bytes) (bank=6) (id=5)
|
||||
db OVERWORLD ; tileset
|
||||
db VERMILION_CITY_HEIGHT, VERMILION_CITY_WIDTH ; dimensions (y, x)
|
||||
dw VermilionCityBlocks, VermilionCityTextPointers, VermilionCityScript ; blocks, texts, scripts
|
||||
db NORTH | EAST ; connections
|
||||
NORTH_MAP_CONNECTION ROUTE_6, ROUTE_6_WIDTH, ROUTE_6_HEIGHT, 5, 0, ROUTE_6_WIDTH, Route6Blocks
|
||||
EAST_MAP_CONNECTION ROUTE_11, ROUTE_11_WIDTH, 4, 0, ROUTE_11_HEIGHT, Route11Blocks, VERMILION_CITY_WIDTH
|
||||
dw VermilionCityObject ; objects
|
||||
Loading…
Add table
Add a link
Reference in a new issue