From fc899e1906a9a245e94dafa7c0da2ef1697b7335 Mon Sep 17 00:00:00 2001 From: Rangi Date: Tue, 5 Oct 2021 21:02:42 -0400 Subject: `warp_event` warp IDs start at 1, like in pokegold/pokecrystal --- data/maps/objects/SafariZoneCenterRestHouse.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'data/maps/objects/SafariZoneCenterRestHouse.asm') diff --git a/data/maps/objects/SafariZoneCenterRestHouse.asm b/data/maps/objects/SafariZoneCenterRestHouse.asm index 2d000233..ff48d19c 100644 --- a/data/maps/objects/SafariZoneCenterRestHouse.asm +++ b/data/maps/objects/SafariZoneCenterRestHouse.asm @@ -2,8 +2,8 @@ SafariZoneCenterRestHouse_Object: db $a ; border block def_warp_events - warp_event 2, 7, SAFARI_ZONE_CENTER, 8 - warp_event 3, 7, SAFARI_ZONE_CENTER, 8 + warp_event 2, 7, SAFARI_ZONE_CENTER, 9 + warp_event 3, 7, SAFARI_ZONE_CENTER, 9 def_bg_events -- cgit v1.3.1-sl0p