diff options
| author | Rangi <remy.oukaour+rangi@gmail.com> | 2020-09-22 11:40:17 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi@gmail.com> | 2020-09-22 11:40:17 -0400 |
| commit | 34cbb1a9d43856e9f114f7a79e596cb56aa7e1ed (patch) | |
| tree | 3a1ba707a9bdaedc65e7fcbeed3092b30fe29fc9 /data/maps/objects/FontoRoute6.asm | |
| parent | 9b03aac9fe359af82e132418942ba9317e8eae75 (diff) | |
Port the improved connection macro from pokegold/pokecrystal
Diffstat (limited to 'data/maps/objects/FontoRoute6.asm')
| -rw-r--r-- | data/maps/objects/FontoRoute6.asm | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
