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/Fonto.asm | |
| parent | 9b03aac9fe359af82e132418942ba9317e8eae75 (diff) | |
Port the improved connection macro from pokegold/pokecrystal
Diffstat (limited to 'data/maps/objects/Fonto.asm')
| -rw-r--r-- | data/maps/objects/Fonto.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/maps/objects/Fonto.asm b/data/maps/objects/Fonto.asm index 4e9da3c..011235b 100644 --- a/data/maps/objects/Fonto.asm +++ b/data/maps/objects/Fonto.asm @@ -3,9 +3,9 @@ INCLUDE "constants.asm" SECTION "data/maps/objects/Fonto.asm", ROMX map_attributes Fonto, FONTO, NORTH | WEST | EAST - connection north, FontoRoute2, FONTO_ROUTE_2, 0, 0, 10 - connection west, FontoRoute1, FONTO_ROUTE_1, 0, 0, 9 - connection east, FontoRoute3, FONTO_ROUTE_3, 0, 0, 9 + connection north, FontoRoute2, FONTO_ROUTE_2, 0 + connection west, FontoRoute1, FONTO_ROUTE_1, 0 + connection east, FontoRoute3, FONTO_ROUTE_3, 0 Fonto_MapEvents:: dw $4000 ; unknown |
