From c5ee2234e4855262614dec02f4e4ab5ef7205cb7 Mon Sep 17 00:00:00 2001 From: Rangi Date: Sun, 10 Oct 2021 18:16:00 -0400 Subject: Remove event flags left over from pokecrystal --- constants/event_flags.asm | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/constants/event_flags.asm b/constants/event_flags.asm index acc15938..c1588e0f 100644 --- a/constants/event_flags.asm +++ b/constants/event_flags.asm @@ -252,13 +252,7 @@ const EVENT_VERMILION_CITY_HIDDEN_FULL_HEAL const EVENT_CELADON_CITY_HIDDEN_PP_UP const EVENT_CINNABAR_ISLAND_HIDDEN_RARE_CANDY - const EVENT_BURNED_TOWER_1F_HIDDEN_ULTRA_BALL - const EVENT_GINA_GAVE_LEAF_STONE - const EVENT_ALAN_GAVE_FIRE_STONE - const EVENT_DANA_GAVE_THUNDERSTONE - const EVENT_TULLY_GAVE_WATER_STONE - const EVENT_TIFFANY_GAVE_PINK_BOW -; Unused: next 339 events +; Unused: next 345 events const_next 600 ; Kurt Apricorn events -- cgit v1.2.3