From 2e0183fc2745c9f450a751d82569de52e8a5e6ea Mon Sep 17 00:00:00 2001 From: Remy Oukaour Date: Mon, 29 Jan 2018 11:46:45 -0500 Subject: Block IDs use hex; zero connections use dec --- data/mapObjects/safarizonewest.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/mapObjects/safarizonewest.asm') diff --git a/data/mapObjects/safarizonewest.asm b/data/mapObjects/safarizonewest.asm index acdffb7c..5d3c6d19 100755 --- a/data/mapObjects/safarizonewest.asm +++ b/data/mapObjects/safarizonewest.asm @@ -1,5 +1,5 @@ SafariZoneWestObject: - db 0 ; border block + db $0 ; border block db 8 ; warps warp 20, 0, 0, SAFARI_ZONE_NORTH -- cgit v1.3.1-sl0p