From 247608c3b33ba0865d8504e69e0139ba52c2f82b Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Thu, 16 May 2019 13:51:22 -0400 Subject: Disassemble spawn points array --- include/constants/spawn_points.h | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 include/constants/spawn_points.h (limited to 'include/constants/spawn_points.h') diff --git a/include/constants/spawn_points.h b/include/constants/spawn_points.h new file mode 100644 index 000000000..9ab89f26d --- /dev/null +++ b/include/constants/spawn_points.h @@ -0,0 +1,26 @@ +#ifndef GUARD_CONSTANTS_SPAWN_POINTS_H +#define GUARD_CONSTANTS_SPAWN_POINTS_H + +#define SPAWN_PALLET_TOWN 0 +#define SPAWN_VIRIDIAN_CITY 1 +#define SPAWN_PEWTER_CITY 2 +#define SPAWN_CERULEAN_CITY 3 +#define SPAWN_LAVENDER_TOWN 4 +#define SPAWN_VERMILION_CITY 5 +#define SPAWN_CELADON_CITY 6 +#define SPAWN_FUCHSIA_CITY 7 +#define SPAWN_CINNABAR_ISLAND 8 +#define SPAWN_INDIGO_PLATEAU 9 +#define SPAWN_SAFFRON_CITY 10 +#define SPAWN_ROUTE4 11 +#define SPAWN_ROUTE10 12 +#define SPAWN_ONE_ISLAND 13 +#define SPAWN_TWO_ISLAND 14 +#define SPAWN_THREE_ISLAND 15 +#define SPAWN_FOUR_ISLAND 16 +#define SPAWN_FIVE_ISLAND 17 +#define SPAWN_SEVEN_ISLAND 18 +#define SPAWN_SIX_ISLAND 19 +#define NUM_SPAWN_POINTS 20 + +#endif //GUARD_CONSTANTS_SPAWN_POINTS_H -- cgit v1.2.3 From 4156dd6b5789e613e4c25ec2cfe9867ec491f85a Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Thu, 16 May 2019 13:57:21 -0400 Subject: setrespawn --- include/constants/spawn_points.h | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) (limited to 'include/constants/spawn_points.h') diff --git a/include/constants/spawn_points.h b/include/constants/spawn_points.h index 9ab89f26d..eea133bd1 100644 --- a/include/constants/spawn_points.h +++ b/include/constants/spawn_points.h @@ -1,26 +1,26 @@ #ifndef GUARD_CONSTANTS_SPAWN_POINTS_H #define GUARD_CONSTANTS_SPAWN_POINTS_H -#define SPAWN_PALLET_TOWN 0 -#define SPAWN_VIRIDIAN_CITY 1 -#define SPAWN_PEWTER_CITY 2 -#define SPAWN_CERULEAN_CITY 3 -#define SPAWN_LAVENDER_TOWN 4 -#define SPAWN_VERMILION_CITY 5 -#define SPAWN_CELADON_CITY 6 -#define SPAWN_FUCHSIA_CITY 7 -#define SPAWN_CINNABAR_ISLAND 8 -#define SPAWN_INDIGO_PLATEAU 9 -#define SPAWN_SAFFRON_CITY 10 -#define SPAWN_ROUTE4 11 -#define SPAWN_ROUTE10 12 -#define SPAWN_ONE_ISLAND 13 -#define SPAWN_TWO_ISLAND 14 -#define SPAWN_THREE_ISLAND 15 -#define SPAWN_FOUR_ISLAND 16 -#define SPAWN_FIVE_ISLAND 17 -#define SPAWN_SEVEN_ISLAND 18 -#define SPAWN_SIX_ISLAND 19 +#define SPAWN_PALLET_TOWN 1 +#define SPAWN_VIRIDIAN_CITY 2 +#define SPAWN_PEWTER_CITY 3 +#define SPAWN_CERULEAN_CITY 4 +#define SPAWN_LAVENDER_TOWN 5 +#define SPAWN_VERMILION_CITY 6 +#define SPAWN_CELADON_CITY 7 +#define SPAWN_FUCHSIA_CITY 8 +#define SPAWN_CINNABAR_ISLAND 9 +#define SPAWN_INDIGO_PLATEAU 10 +#define SPAWN_SAFFRON_CITY 11 +#define SPAWN_ROUTE4 12 +#define SPAWN_ROUTE10 13 +#define SPAWN_ONE_ISLAND 14 +#define SPAWN_TWO_ISLAND 15 +#define SPAWN_THREE_ISLAND 16 +#define SPAWN_FOUR_ISLAND 17 +#define SPAWN_FIVE_ISLAND 18 +#define SPAWN_SEVEN_ISLAND 19 +#define SPAWN_SIX_ISLAND 20 #define NUM_SPAWN_POINTS 20 #endif //GUARD_CONSTANTS_SPAWN_POINTS_H -- cgit v1.2.3