diff options
| author | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-29 11:46:45 -0500 |
|---|---|---|
| committer | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-29 11:46:45 -0500 |
| commit | 2e0183fc2745c9f450a751d82569de52e8a5e6ea (patch) | |
| tree | 819a151e3760fb32b13034fe3cf0ec8c2fdd5995 /data/mapObjects/route22gate.asm | |
| parent | dd4f0a0064921f74fd68750848fca87ae21c4545 (diff) | |
Block IDs use hex; zero connections use dec
Diffstat (limited to 'data/mapObjects/route22gate.asm')
| -rwxr-xr-x | data/mapObjects/route22gate.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/mapObjects/route22gate.asm b/data/mapObjects/route22gate.asm index 6340b702..aa9512c6 100755 --- a/data/mapObjects/route22gate.asm +++ b/data/mapObjects/route22gate.asm @@ -1,5 +1,5 @@ Route22GateObject: - db 10 ; border block + db $a ; border block db 4 ; warps warp 4, 7, 0, -1 |
