mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 15:45:24 +13:00
Rename map files, labels, and constants to be consistent and work with Polished Map
This commit is contained in:
parent
90430e6dee
commit
c779602459
1398 changed files with 6631 additions and 6166 deletions
10
data/mapHeaders/Route16.asm
Executable file
10
data/mapHeaders/Route16.asm
Executable file
|
|
@ -0,0 +1,10 @@
|
|||
Route16_h:
|
||||
db OVERWORLD ; tileset
|
||||
db ROUTE_16_HEIGHT, ROUTE_16_WIDTH ; dimensions (y, x)
|
||||
dw Route16_Blocks ; blocks
|
||||
dw Route16_TextPointers ; texts
|
||||
dw Route16_Script ; scripts
|
||||
db SOUTH | EAST ; connections
|
||||
SOUTH_MAP_CONNECTION ROUTE_16, ROUTE_17, 0, 0, Route17_Blocks
|
||||
EAST_MAP_CONNECTION ROUTE_16, CELADON_CITY, -3, 1, CeladonCity_Blocks, 1
|
||||
dw Route16_Object ; objects
|
||||
Loading…
Add table
Add a link
Reference in a new issue