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/undergroundpathwe.asm | |
parent | dd4f0a0064921f74fd68750848fca87ae21c4545 (diff) |
Block IDs use hex; zero connections use dec
Diffstat (limited to 'data/mapObjects/undergroundpathwe.asm')
-rwxr-xr-x | data/mapObjects/undergroundpathwe.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/mapObjects/undergroundpathwe.asm b/data/mapObjects/undergroundpathwe.asm index a6c04541..0af2ccc3 100755 --- a/data/mapObjects/undergroundpathwe.asm +++ b/data/mapObjects/undergroundpathwe.asm @@ -1,5 +1,5 @@ UndergroundPathWEObject: - db 1 ; border block + db $1 ; border block db 2 ; warps warp 2, 5, 2, PATH_ENTRANCE_ROUTE_7 |