From 3520a4c99a530c7464a7e9e5b956cfcdbe4b28d6 Mon Sep 17 00:00:00 2001 From: Rangi Date: Thu, 15 Sep 2022 18:10:45 -0400 Subject: Distinguish Elite 4 "meta" constants from event constants Fixes #390 --- constants/event_constants.asm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'constants') diff --git a/constants/event_constants.asm b/constants/event_constants.asm index 9e2ebcc6..7bcef25c 100644 --- a/constants/event_constants.asm +++ b/constants/event_constants.asm @@ -715,7 +715,8 @@ ; Indigo Plateau events const_next $8E0 - const ELITE4_EVENTS_START +DEF INDIGO_PLATEAU_EVENTS_START EQU const_value + const_skip const EVENT_BEAT_LORELEIS_ROOM_TRAINER_0 const_skip 4 const EVENT_AUTOWALKED_INTO_LORELEIS_ROOM @@ -735,7 +736,8 @@ const_skip const EVENT_BEAT_CHAMPION_RIVAL const_skip 5 - const ELITE4_CHAMPION_EVENTS_END + const_skip +DEF INDIGO_PLATEAU_EVENTS_END EQU const_value - 1 ; Victory Road 1F events const_next $910 -- cgit v1.3.1-sl0p