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 --- scripts/IndigoPlateauLobby.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/IndigoPlateauLobby.asm') diff --git a/scripts/IndigoPlateauLobby.asm b/scripts/IndigoPlateauLobby.asm index a9b549e3..d5c89536 100644 --- a/scripts/IndigoPlateauLobby.asm +++ b/scripts/IndigoPlateauLobby.asm @@ -11,7 +11,7 @@ IndigoPlateauLobby_Script: res 1, [hl] ret z ; Elite 4 events - ResetEventRange ELITE4_EVENTS_START, EVENT_LANCES_ROOM_LOCK_DOOR + ResetEventRange INDIGO_PLATEAU_EVENTS_START, EVENT_LANCES_ROOM_LOCK_DOOR ret IndigoPlateauLobby_TextPointers: -- cgit v1.3.1-sl0p