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
|
|
@ -4,5 +4,5 @@ Route13_h: ; 0x5480c to 0x5482e (34 bytes) (id=24)
|
|||
dw Route13Blocks, Route13TextPointers, Route13Script ; blocks, texts, scripts
|
||||
db NORTH | WEST ; connections
|
||||
NORTH_MAP_CONNECTION ROUTE_12, ROUTE_12_WIDTH, ROUTE_12_HEIGHT, 20, 0, ROUTE_12_WIDTH, Route12Blocks
|
||||
WEST_MAP_CONNECTION ROUTE_14, ROUTE_14_WIDTH, 0, 0, ROUTE_14_HEIGHT - 15, Route14Blocks, ROUTE_13_WIDTH
|
||||
WEST_MAP_CONNECTION ROUTE_14, ROUTE_14_WIDTH, 0, 0, ROUTE_13_HEIGHT + 3, Route14Blocks, ROUTE_13_WIDTH
|
||||
dw Route13Object ; objects
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue