Generate heal location constants automatically, move data back to a single file.

This commit is contained in:
GriffinR
2025-02-03 15:57:28 -05:00
parent 65be523af2
commit 5f9f173b6a
28 changed files with 224 additions and 278 deletions
+1
View File
@@ -3,3 +3,4 @@ map_groups.h
layouts.h
region_map_sections.h
map_event_ids.h
heal_locations.h
-28
View File
@@ -1,28 +0,0 @@
#ifndef GUARD_CONSTANTS_HEAL_LOCATIONS_H
#define GUARD_CONSTANTS_HEAL_LOCATIONS_H
enum {
HEAL_LOCATION_NONE,
HEAL_LOCATION_PALLET_TOWN,
HEAL_LOCATION_VIRIDIAN_CITY,
HEAL_LOCATION_PEWTER_CITY,
HEAL_LOCATION_CERULEAN_CITY,
HEAL_LOCATION_LAVENDER_TOWN,
HEAL_LOCATION_VERMILION_CITY,
HEAL_LOCATION_CELADON_CITY,
HEAL_LOCATION_FUCHSIA_CITY,
HEAL_LOCATION_CINNABAR_ISLAND,
HEAL_LOCATION_INDIGO_PLATEAU,
HEAL_LOCATION_SAFFRON_CITY,
HEAL_LOCATION_ROUTE4,
HEAL_LOCATION_ROUTE10,
HEAL_LOCATION_ONE_ISLAND,
HEAL_LOCATION_TWO_ISLAND,
HEAL_LOCATION_THREE_ISLAND,
HEAL_LOCATION_FOUR_ISLAND,
HEAL_LOCATION_FIVE_ISLAND,
HEAL_LOCATION_SEVEN_ISLAND,
HEAL_LOCATION_SIX_ISLAND,
};
#endif // GUARD_CONSTANTS_HEAL_LOCATIONS_H