diff options
author | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-30 15:16:58 -0400 |
---|---|---|
committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-30 15:16:58 -0400 |
commit | 5f729c22b5b8bafc520f4f23f8577bcb18a8a452 (patch) | |
tree | 4c8bd9c17db53cf9c4813a167e6cab1fd3f362ce /data/mapObjects/route7gate.asm | |
parent | 31c0460e683aaf52524b086968b535fa5e5c248c (diff) |
Add missing file; route 7/8 gates and route 8 path entrance
Diffstat (limited to 'data/mapObjects/route7gate.asm')
-rwxr-xr-x | data/mapObjects/route7gate.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/mapObjects/route7gate.asm b/data/mapObjects/route7gate.asm index 8c618fc1..9e80ca39 100755 --- a/data/mapObjects/route7gate.asm +++ b/data/mapObjects/route7gate.asm @@ -4,7 +4,7 @@ Route7GateObject: ; 0x1e185 (size=42) db $4 ; warps db $3, $0, $3, $ff db $4, $0, $3, $ff - db $3, $5, $0, $ff + db $3, $5, $1, $ff db $4, $5, $1, $ff db $0 ; signs |