summaryrefslogtreecommitdiff
path: root/include/constants/spawn_points.h
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@users.noreply.github.com>2019-05-16 14:59:02 -0400
committerGitHub <noreply@github.com>2019-05-16 14:59:02 -0400
commitfa52c7fc159a749cb97f4a78d7cf39781b55c62f (patch)
tree8a88de09420ad7f53eb2154ba49f04d3d93c4e0b /include/constants/spawn_points.h
parent683c9edf348c8a7730e72eb4a21a934e158a58c0 (diff)
parent4156dd6b5789e613e4c25ec2cfe9867ec491f85a (diff)
Merge pull request #56 from pret/document_map_vars
Document map vars, 1
Diffstat (limited to 'include/constants/spawn_points.h')
-rw-r--r--include/constants/spawn_points.h26
1 files changed, 26 insertions, 0 deletions
diff --git a/include/constants/spawn_points.h b/include/constants/spawn_points.h
new file mode 100644
index 000000000..eea133bd1
--- /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 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