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/safarizonenorth.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/mapObjects/safarizonenorth.asm') diff --git a/data/mapObjects/safarizonenorth.asm b/data/mapObjects/safarizonenorth.asm index 0fb2c68f..6cbe51f6 100755 --- a/data/mapObjects/safarizonenorth.asm +++ b/data/mapObjects/safarizonenorth.asm @@ -1,5 +1,5 @@ SafariZoneNorthObject: - db 0 ; border block + db $0 ; border block db 9 ; warps warp 2, 35, 0, SAFARI_ZONE_WEST -- cgit v1.3.1-sl0p