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/FontoRoute4.asm | |
| parent | 9b03aac9fe359af82e132418942ba9317e8eae75 (diff) | |
Port the improved connection macro from pokegold/pokecrystal
Diffstat (limited to 'data/maps/objects/FontoRoute4.asm')
| -rw-r--r-- | data/maps/objects/FontoRoute4.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/maps/objects/FontoRoute4.asm b/data/maps/objects/FontoRoute4.asm index bed27cb..6839a6f 100644 --- a/data/maps/objects/FontoRoute4.asm +++ b/data/maps/objects/FontoRoute4.asm @@ -3,8 +3,8 @@ INCLUDE "constants.asm" SECTION "data/maps/objects/FontoRoute4.asm", ROMX map_attributes FontoRoute4, FONTO_ROUTE_4, SOUTH | WEST - connection south, Baadon, BAADON, 0, 0, 10 - connection west, FontoRoute3, FONTO_ROUTE_3, 0, 0, 9 + connection south, Baadon, BAADON, 0 + connection west, FontoRoute3, FONTO_ROUTE_3, 0 FontoRoute4_MapEvents:: dw $4000 ; unknown |
