summaryrefslogtreecommitdiff
path: root/data/dungeon/MtThunderPeak
diff options
context:
space:
mode:
Diffstat (limited to 'data/dungeon/MtThunderPeak')
-rw-r--r--data/dungeon/MtThunderPeak/pokemon_found.inc17
-rw-r--r--data/dungeon/MtThunderPeak/pokemon_found.json59
2 files changed, 59 insertions, 17 deletions
diff --git a/data/dungeon/MtThunderPeak/pokemon_found.inc b/data/dungeon/MtThunderPeak/pokemon_found.inc
deleted file mode 100644
index b8ce32c..0000000
--- a/data/dungeon/MtThunderPeak/pokemon_found.inc
+++ /dev/null
@@ -1,17 +0,0 @@
-.global MtThunderPeak_1F_2F_Pokemon
-MtThunderPeak_1F_2F_Pokemon:
-.byte 0x3a, 0x14, 0xd0, 0x07, 0xd0, 0x07, 0x00, 0x00
-.byte 0x7d, 0x18, 0xa0, 0x0f, 0xa0, 0x0f, 0x00, 0x00
-.byte 0xb5, 0x18, 0x70, 0x17, 0x70, 0x17, 0x00, 0x00
-.byte 0xe8, 0x18, 0x40, 0x1f, 0x40, 0x1f, 0x00, 0x00
-.byte 0x4f, 0x13, 0x10, 0x27, 0x10, 0x27, 0x00, 0x00
-.byte 0x7c, 0xb5, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
-.byte 0xa5, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
-
-.global MtThunderPeak_3F_Pokemon
-MtThunderPeak_3F_Pokemon:
-.byte 0x91, 0x32, 0x10, 0x27, 0x10, 0x27, 0x00, 0x00
-.byte 0x7c, 0xb5, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
-.byte 0xa5, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
diff --git a/data/dungeon/MtThunderPeak/pokemon_found.json b/data/dungeon/MtThunderPeak/pokemon_found.json
new file mode 100644
index 0000000..22f230e
--- /dev/null
+++ b/data/dungeon/MtThunderPeak/pokemon_found.json
@@ -0,0 +1,59 @@
+{
+ "tables": [{
+ "name": "MtThunderPeak_1F_2F_Pokemon",
+ "pokemon": [{
+ "species": "SPECIES_GROWLITHE",
+ "level": 10,
+ "probability": 2000
+ },
+ {
+ "species": "SPECIES_ELECTABUZZ",
+ "level": 12,
+ "probability": 2000
+ },
+ {
+ "species": "SPECIES_AMPHAROS",
+ "level": 12,
+ "probability": 2000
+ },
+ {
+ "species": "SPECIES_GLIGAR",
+ "level": 12,
+ "probability": 2000
+ },
+ {
+ "species": "SPECIES_MANECTRIC",
+ "level": 9,
+ "probability": 2000
+ },
+ {
+ "species": "SPECIES_KECLEON",
+ "level": 90,
+ "probability": 0
+ },
+ {
+ "species": "SPECIES_DECOY",
+ "level": 1,
+ "probability": 0
+ }
+ ]
+ }, {
+ "name": "MtThunderPeak_3F_Pokemon",
+ "pokemon": [{
+ "species": "SPECIES_ZAPDOS",
+ "level": 25,
+ "probability": 10000
+ },
+ {
+ "species": "SPECIES_KECLEON",
+ "level": 90,
+ "probability": 0
+ },
+ {
+ "species": "SPECIES_DECOY",
+ "level": 1,
+ "probability": 0
+ }
+ ]
+ }]
+}