diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-10-10 18:16:00 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-10-10 18:16:00 -0400 |
commit | c5ee2234e4855262614dec02f4e4ab5ef7205cb7 (patch) | |
tree | a6386d805f840649290787216ae6754894cb6b28 | |
parent | 24eafe25aac70478db299be52623c600bd58a886 (diff) |
Remove event flags left over from pokecrystal
-rw-r--r-- | constants/event_flags.asm | 8 |
1 files changed, 1 insertions, 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 |