mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 15:45:24 +13:00
Clean up map connections
closes https://github.com/iimarckus/pokered/issues/85
This commit is contained in:
parent
b85d7c65f3
commit
a002d01860
22 changed files with 31 additions and 31 deletions
|
|
@ -3,5 +3,5 @@ Route25_h: ; 0x5079b to 0x507b2 (23 bytes) (id=36)
|
|||
db ROUTE_25_HEIGHT, ROUTE_25_WIDTH ; dimensions (y, x)
|
||||
dw Route25Blocks, Route25TextPointers, Route25Script ; blocks, texts, scripts
|
||||
db WEST ; connections
|
||||
WEST_MAP_CONNECTION ROUTE_24, ROUTE_24_WIDTH, 0, 0, ROUTE_24_HEIGHT - 6, Route24Blocks, ROUTE_25_WIDTH
|
||||
WEST_MAP_CONNECTION ROUTE_24, ROUTE_24_WIDTH, 0, 0, ROUTE_25_HEIGHT + 3, Route24Blocks, ROUTE_25_WIDTH
|
||||
dw Route25Object ; objects
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue