>>42752957>try asking the pret discordI did, but only one person gave me a response and it was vague. Then the chat died a while until the topic changed.
>>42752973Yes I did change the map sizes. But I edited that into the Map_constants file.
Mostly I just want to know generally how map connections work in pokered. But this is my specific code:
Route1.asm (This connection works so I don't think its the problem):
>db EAST ; connections>EAST_MAP_CONNECTION ROUTE_1, ROUTE_2, 1, 1, Route2_Blocks, Route 2.asm (This is the one I think that's broken):
>db WEST ; connections>WEST_MAP_CONNECTION ROUTE_2, ROUTE_1, -9, 4, ROUTE_1,Additionally My route 1 map is 10 x 18 map pixels and my route 2 is 20 x 9 map pixels. In picrelated I circled the points I am trying to connect.