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/IndigoPlateau.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'data/maps/objects/IndigoPlateau.asm') diff --git a/data/maps/objects/IndigoPlateau.asm b/data/maps/objects/IndigoPlateau.asm index 63eb5381..d6b0e0db 100644 --- a/data/maps/objects/IndigoPlateau.asm +++ b/data/maps/objects/IndigoPlateau.asm @@ -2,8 +2,8 @@ IndigoPlateau_Object: db $e ; border block def_warp_events - warp_event 9, 5, INDIGO_PLATEAU_LOBBY, 0 - warp_event 10, 5, INDIGO_PLATEAU_LOBBY, 0 + warp_event 9, 5, INDIGO_PLATEAU_LOBBY, 1 + warp_event 10, 5, INDIGO_PLATEAU_LOBBY, 1 def_bg_events -- cgit v1.3.1-sl0p