From 34cbb1a9d43856e9f114f7a79e596cb56aa7e1ed Mon Sep 17 00:00:00 2001 From: Rangi Date: Tue, 22 Sep 2020 11:40:17 -0400 Subject: Port the improved connection macro from pokegold/pokecrystal --- data/maps/objects/FontoRoute6.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'data/maps/objects/FontoRoute6.asm') diff --git a/data/maps/objects/FontoRoute6.asm b/data/maps/objects/FontoRoute6.asm index c3320e7..10d7690 100644 --- a/data/maps/objects/FontoRoute6.asm +++ b/data/maps/objects/FontoRoute6.asm @@ -3,8 +3,8 @@ INCLUDE "constants.asm" SECTION "data/maps/objects/FontoRoute6.asm", ROMX map_attributes FontoRoute6, FONTO_ROUTE_6, WEST | EAST - connection west, FontoRoute5, FONTO_ROUTE_5, 0, 0, 12 - connection east, FontoRoute2, FONTO_ROUTE_2, 0, 0, 12 + connection west, FontoRoute5, FONTO_ROUTE_5, 0 + connection east, FontoRoute2, FONTO_ROUTE_2, 0 FontoRoute6_MapEvents:: dw $4000 ; unknown -- cgit v1.2.3