summaryrefslogtreecommitdiff
path: root/data/wild/bug_contest_mons.asm
diff options
context:
space:
mode:
Diffstat (limited to 'data/wild/bug_contest_mons.asm')
-rw-r--r--data/wild/bug_contest_mons.asm12
1 files changed, 12 insertions, 0 deletions
diff --git a/data/wild/bug_contest_mons.asm b/data/wild/bug_contest_mons.asm
new file mode 100644
index 000000000..1b74fb3ee
--- /dev/null
+++ b/data/wild/bug_contest_mons.asm
@@ -0,0 +1,12 @@
+ ; %, species, min, max
+ db 20, CATERPIE, 7, 18
+ db 20, WEEDLE, 7, 18
+ db 10, METAPOD, 9, 18
+ db 10, KAKUNA, 9, 18
+ db 5, BUTTERFREE, 12, 15
+ db 5, BEEDRILL, 12, 15
+ db 10, VENONAT, 10, 16
+ db 10, PARAS, 10, 17
+ db 5, SCYTHER, 13, 14
+ db 5, PINSIR, 13, 14
+ db -1, VENOMOTH, 30, 40