mirror of
https://github.com/thornAvery/jep-hack.git
synced 2026-02-06 16:15:24 +13:00
Cubburn and Palssio families
This adds the Cubburn and Palssio families; Silent Hills can start proper development from here.
This commit is contained in:
parent
4c1d1132aa
commit
bd35a6c862
77 changed files with 497 additions and 16 deletions
10
data/pokemon/dex_entries/bruinous.asm
Normal file
10
data/pokemon/dex_entries/bruinous.asm
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
db "DYNAMITE@" ; species name
|
||||
dw 603, 3420 ; height, weight
|
||||
|
||||
db "Fiercely loyal to"
|
||||
next "its TRAINER. If"
|
||||
next "given the order,"
|
||||
|
||||
page "BRUINOUS will"
|
||||
next "attack with an"
|
||||
next "explosive bite.@"
|
||||
10
data/pokemon/dex_entries/cubburn.asm
Normal file
10
data/pokemon/dex_entries/cubburn.asm
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
db "PYRO@" ; species name
|
||||
dw 108, 170 ; height, weight
|
||||
|
||||
db "If its TRAINER is"
|
||||
next "cold, CUBBURN will"
|
||||
next "wave its tail to"
|
||||
|
||||
page "warm them up. In"
|
||||
next "cold regions, it"
|
||||
next "is a popular pet.@"
|
||||
10
data/pokemon/dex_entries/donmarin.asm
Normal file
10
data/pokemon/dex_entries/donmarin.asm
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
db "LOCH BOSS@" ; species name
|
||||
dw 802, 4850 ; height, weight
|
||||
|
||||
db "Tempered and even-"
|
||||
next "handed, DONMARIN"
|
||||
next "carefully raises"
|
||||
|
||||
page "its pod. Its"
|
||||
next "punishments are"
|
||||
next "always fair.@"
|
||||
10
data/pokemon/dex_entries/flambear.asm
Normal file
10
data/pokemon/dex_entries/flambear.asm
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
db "BLAST@" ; species name
|
||||
dw 211, 420 ; height, weight
|
||||
|
||||
db "If it thinks its"
|
||||
next "TRAINER in danger,"
|
||||
next "it'll bark loudly."
|
||||
|
||||
page "Reining this in"
|
||||
next "is a true test"
|
||||
next "of skill.@"
|
||||
10
data/pokemon/dex_entries/palssio.asm
Normal file
10
data/pokemon/dex_entries/palssio.asm
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
db "PLAYFUL@" ; species name
|
||||
dw 311, 70 ; height, weight
|
||||
|
||||
db "Calm and collected,"
|
||||
next "PALSSIO's presence"
|
||||
next "soothes all around"
|
||||
|
||||
page "it. Popular with"
|
||||
next "newer and more"
|
||||
next "anxious TRAINERS.@"
|
||||
10
data/pokemon/dex_entries/pressio.asm
Normal file
10
data/pokemon/dex_entries/pressio.asm
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
db "PROUD@" ; species name
|
||||
dw 509, 70 ; height, weight
|
||||
|
||||
db "Prideful in its"
|
||||
next "growing intellect,"
|
||||
next "PRESSIO often"
|
||||
|
||||
page "picks fights with"
|
||||
next "#MON it sees"
|
||||
next "as inferior.@"
|
||||
Loading…
Add table
Add a link
Reference in a new issue