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/BullForestRoute3.asm | |
| parent | 9b03aac9fe359af82e132418942ba9317e8eae75 (diff) | |
Port the improved connection macro from pokegold/pokecrystal
Diffstat (limited to 'data/maps/objects/BullForestRoute3.asm')
| -rw-r--r-- | data/maps/objects/BullForestRoute3.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/maps/objects/BullForestRoute3.asm b/data/maps/objects/BullForestRoute3.asm index 1db4c57..87a02f1 100644 --- a/data/maps/objects/BullForestRoute3.asm +++ b/data/maps/objects/BullForestRoute3.asm @@ -3,8 +3,8 @@ INCLUDE "constants.asm" SECTION "data/maps/objects/BullForestRoute3.asm", ROMX map_attributes BullForestRoute3, BULL_FOREST_ROUTE_3, NORTH | SOUTH - connection north, North, NORTH, 0, 0, 10 - connection south, BullForest, BULL_FOREST, -3, 2, 16 + connection north, North, NORTH, 0 + connection south, BullForest, BULL_FOREST, -5 BullForestRoute3_MapEvents:: dw $4000 ; unknown |
