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/FontoRoute2.asm | |
| parent | 9b03aac9fe359af82e132418942ba9317e8eae75 (diff) | |
Port the improved connection macro from pokegold/pokecrystal
Diffstat (limited to 'data/maps/objects/FontoRoute2.asm')
| -rw-r--r-- | data/maps/objects/FontoRoute2.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/maps/objects/FontoRoute2.asm b/data/maps/objects/FontoRoute2.asm index 1c79180..fa7b2dc 100644 --- a/data/maps/objects/FontoRoute2.asm +++ b/data/maps/objects/FontoRoute2.asm @@ -3,8 +3,8 @@ INCLUDE "constants.asm" SECTION "data/maps/objects/FontoRoute2.asm", ROMX map_attributes FontoRoute2, FONTO_ROUTE_2, SOUTH | WEST - connection south, Fonto, FONTO, 0, 0, 10 - connection west, FontoRoute6, FONTO_ROUTE_6, 0, 0, 9 + connection south, Fonto, FONTO, 0 + connection west, FontoRoute6, FONTO_ROUTE_6, 0 FontoRoute2_MapEvents:: dw $4000 ; unknown |
