jep-hack/data/wild/treemons_asleep.asm
Llinos Evans 9c824b3c5e Nihon Route 49, Folage, and Barreau
This commit adds Nihon Route 49. It has everything necessary to work, but the wild Pokemon don't seem to spawn. I've added infrastructure that should allow this to happen, and it works for Kanto, so I am presuming that some other tomfoolery is at work.

I've also added Folage and Barreau, and implemented Folage into the Headbutt Tree table. This was to give them to the Bug Catcher on the route.
2023-11-03 22:17:30 +00:00

33 lines
403 B
NASM

; Used by CheckSleepingTreeMon
AsleepTreeMonsNite:
dw CATERPIE
dw METAPOD
dw BUTTERFREE
dw WEEDLE
dw KAKUNA
dw BEEDRILL
dw SPEAROW
dw EKANS
dw EXEGGCUTE
dw LEDYBA
dw AIPOM
dw FOLAGE
dw -1 ; end
AsleepTreeMonsDay:
dw VENONAT
dw HOOTHOOT
dw NOCTOWL
dw SPINARAK
dw HERACROSS
dw -1 ; end
AsleepTreeMonsMorn:
dw VENONAT
dw HOOTHOOT
dw NOCTOWL
dw SPINARAK
dw HERACROSS
dw -1 ; end