mirror of
https://github.com/thornAvery/jep-hack.git
synced 2026-02-06 16:15:24 +13:00
The Road To Violet City!
This commit is contained in:
parent
b60dbd5afb
commit
e85c0ac4d6
127 changed files with 1034 additions and 127 deletions
10
data/pokemon/dex_entries/aercrow.asm
Normal file
10
data/pokemon/dex_entries/aercrow.asm
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
db "SCARECROW@" ; species name
|
||||
dw 311, 191 ; height, weight
|
||||
|
||||
db "It tries to"
|
||||
next "protect crops from"
|
||||
next "MURKROW, but its"
|
||||
|
||||
page "FLAIL does little"
|
||||
next "to dissuade"
|
||||
next "their raids.@"
|
||||
10
data/pokemon/dex_entries/belledam.asm
Normal file
10
data/pokemon/dex_entries/belledam.asm
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
db "BELL@" ; species name
|
||||
dw 202, 157 ; height, weight
|
||||
|
||||
db "Its fierce eyes"
|
||||
next "belie a playful"
|
||||
next "temperment. If"
|
||||
|
||||
page "it rings the bell"
|
||||
next "on its tail, it's"
|
||||
next "about to pounce!@"
|
||||
10
data/pokemon/dex_entries/bipulla.asm
Normal file
10
data/pokemon/dex_entries/bipulla.asm
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
db "SPIRAL@" ; species name
|
||||
dw 211, 2 ; height, weight
|
||||
|
||||
db "Both heads are"
|
||||
next "constantly swirl-"
|
||||
next "ing around. For"
|
||||
|
||||
page "unknown reasons,"
|
||||
next "they always move"
|
||||
next "clockwise.@"
|
||||
10
data/pokemon/dex_entries/calflac.asm
Normal file
10
data/pokemon/dex_entries/calflac.asm
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
db "CALF@" ; species name
|
||||
dw 404, 458 ; height, weight
|
||||
|
||||
db "Formed when"
|
||||
next "BIPULLA's two"
|
||||
next "halves joined"
|
||||
|
||||
page "together. However,"
|
||||
next "they still strug-"
|
||||
next "gle to cooperate.@"
|
||||
10
data/pokemon/dex_entries/dudunsparce.asm
Normal file
10
data/pokemon/dex_entries/dudunsparce.asm
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
db "LAND SNAKE@" ; species name
|
||||
dw 1110, 864 ; height, weight
|
||||
|
||||
db "Lives in deep"
|
||||
next "burrows. If a"
|
||||
next "predator enters,"
|
||||
|
||||
page "it inflates its"
|
||||
next "segments and blows"
|
||||
next "it away with GUST."
|
||||
10
data/pokemon/dex_entries/farigiraf.asm
Normal file
10
data/pokemon/dex_entries/farigiraf.asm
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
db "LONG NECK@" ; species name
|
||||
dw 1006, 3527 ; height, weight
|
||||
|
||||
db "The tail having"
|
||||
next "consumed the head,"
|
||||
next "the two's minds"
|
||||
|
||||
page "have joined into"
|
||||
next "one wicked and"
|
||||
next "snide personality."
|
||||
10
data/pokemon/dex_entries/mismagius.asm
Normal file
10
data/pokemon/dex_entries/mismagius.asm
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
db "MAGICAL@" ; species name
|
||||
dw 211, 97 ; height, weight
|
||||
|
||||
db "It spins illusions"
|
||||
next "of what its target"
|
||||
next "desires most,"
|
||||
|
||||
page "gleefully feeding"
|
||||
next "on their"
|
||||
next "longing dreams.@"
|
||||
10
data/pokemon/dex_entries/moibelle.asm
Normal file
10
data/pokemon/dex_entries/moibelle.asm
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
db "BELL@" ; species name
|
||||
dw 101, 84 ; height, weight
|
||||
|
||||
db "It often appears"
|
||||
next "in the night in"
|
||||
next "homes, meowing for"
|
||||
|
||||
page "food. They often"
|
||||
next "join the family,"
|
||||
next "willing or not.@"
|
||||
10
data/pokemon/dex_entries/phandarin.asm
Normal file
10
data/pokemon/dex_entries/phandarin.asm
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
db "JIANG-SHI@" ; species name
|
||||
dw 202, 41 ; height, weight
|
||||
|
||||
db "No longer bound to"
|
||||
next "a straw doll, its"
|
||||
next "eerie giggling can"
|
||||
|
||||
page "be heard as it ho-"
|
||||
next "ps around looking"
|
||||
next "for life energy.@"
|
||||
10
data/pokemon/dex_entries/stromen.asm
Normal file
10
data/pokemon/dex_entries/stromen.asm
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
db "CURSE@" ; species name
|
||||
dw 8, 19 ; height, weight
|
||||
|
||||
db "It lives quietly"
|
||||
next "in places no one"
|
||||
next "goes near. Rumor"
|
||||
|
||||
page "says that calling"
|
||||
next "out its name"
|
||||
next "will curse you.@"
|
||||
10
data/pokemon/dex_entries/ursaluna.asm
Normal file
10
data/pokemon/dex_entries/ursaluna.asm
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
db "PEAT@" ; species name
|
||||
dw 710, 6393 ; height, weight
|
||||
|
||||
db "Using its amazing"
|
||||
next "sense of smell, it"
|
||||
next "can locate food"
|
||||
|
||||
page "and treasure and"
|
||||
next "dig them up with"
|
||||
next "its tough claws.@"
|
||||
Loading…
Add table
Add a link
Reference in a new issue