diff options
| author | YamaArashi <shadow962@live.com> | 2016-10-01 09:08:16 -0700 |
|---|---|---|
| committer | YamaArashi <shadow962@live.com> | 2016-10-01 09:08:16 -0700 |
| commit | 1fda6f0f4b34e797d44f0d32c1e82e6a2a840424 (patch) | |
| tree | 1be46679cddf0e381cff913dad564841b84eb4d9 /data/maps/Route124 | |
| parent | 956a257b4ae75c0e7637cc076d0ce79396d40978 (diff) | |
remove zeros from connection macros
Diffstat (limited to 'data/maps/Route124')
| -rw-r--r-- | data/maps/Route124/connections.s | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/data/maps/Route124/connections.s b/data/maps/Route124/connections.s index 4270fc865..5384926b0 100644 --- a/data/maps/Route124/connections.s +++ b/data/maps/Route124/connections.s @@ -1,9 +1,9 @@ Route124_MapConnectionsList:: @ 8308B50 - connection down, 0, Route126, 0 - connection left, 10, LilycoveCity, 0 - connection right, 0, Route125, 0 - connection right, 40, MossdeepCity, 0 - connection dive, 0, Underwater1, 0 + connection down, 0, Route126 + connection left, 10, LilycoveCity + connection right, 0, Route125 + connection right, 40, MossdeepCity + connection dive, 0, Underwater1 Route124_MapConnections:: @ 8308B8C .4byte 0x5 |
