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 @@ Route16_h: ; 0x58ada to 0x58afc (34 bytes) (id=27)
|
|||
dw Route16Blocks, Route16TextPointers, Route16Script ; blocks, texts, scripts
|
||||
db SOUTH | EAST ; connections
|
||||
SOUTH_MAP_CONNECTION ROUTE_17, ROUTE_17_WIDTH, 0, 0, ROUTE_17_WIDTH, Route17Blocks, ROUTE_16_WIDTH, ROUTE_16_HEIGHT
|
||||
EAST_MAP_CONNECTION CELADON_CITY, CELADON_CITY_WIDTH, -3, 1, CELADON_CITY_HEIGHT - 3, CeladonCityBlocks, ROUTE_16_WIDTH
|
||||
EAST_MAP_CONNECTION CELADON_CITY, CELADON_CITY_WIDTH, -3, 1, ROUTE_16_HEIGHT + 6, CeladonCityBlocks, ROUTE_16_WIDTH
|
||||
dw Route16Object ; objects
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue