jep-hack/data/wild/bug_contest_mons.asm
Llinos Evans 603073234a Implement Bug Catching Contest changes
I am really not sure about Tricules and Scizor being here, it's just so early...we can give it a whirl though. The day restriction alone seems to be enough of a balancing measure.

Added Heracross since we want that increased Johto frequency.
2024-07-08 00:31:13 +01:00

19 lines
519 B
NASM

ContestMons:
; %, species, min, max
dbwbb 15, CATERPIE, 7, 18
dbwbb 15, WEEDLE, 7, 18
dbwbb 15, GENTLARVA, 7, 18
dbwbb 6, METAPOD, 9, 18
dbwbb 6, KAKUNA, 9, 18
dbwbb 6, PUPAL, 9, 18
dbwbb 3, BUTTERFREE, 12, 15
dbwbb 3, BEEDRILL, 12, 15
dbwbb 4, CARAPTHOR, 12, 15
dbwbb 9, VENONAT, 10, 16
dbwbb 10, PARAS, 10, 17
dbwbb 4, SCYTHER, 13, 14
dbwbb 4, PINSIR, 13, 14
dbwbb 1, TRICULES, 18, 20
dbwbb 1, HERACROSS, 18, 20
dbwbb 1, SCIZOR, 18, 20