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/Route22Gate.asm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'data/maps/objects/Route22Gate.asm') diff --git a/data/maps/objects/Route22Gate.asm b/data/maps/objects/Route22Gate.asm index 94aafc51..086616ca 100644 --- a/data/maps/objects/Route22Gate.asm +++ b/data/maps/objects/Route22Gate.asm @@ -2,10 +2,10 @@ Route22Gate_Object: db $a ; border block def_warp_events - warp_event 4, 7, LAST_MAP, 0 - warp_event 5, 7, LAST_MAP, 0 - warp_event 4, 0, LAST_MAP, 0 - warp_event 5, 0, LAST_MAP, 1 + warp_event 4, 7, LAST_MAP, 1 + warp_event 5, 7, LAST_MAP, 1 + warp_event 4, 0, LAST_MAP, 1 + warp_event 5, 0, LAST_MAP, 2 def_bg_events -- cgit v1.2.3