mirror of
https://github.com/thornAvery/jep-hack.git
synced 2025-09-16 18:20:50 +12:00
Another 13 dex entries: the Teraleak guys
Added dex entries for the 9 new misfits added as a part of the teraleak, plus Snorlax, Scyther, Magiprey and the new Armored Mewtwo.
This commit is contained in:
parent
59d2210951
commit
90fe97fcb1
10
data/pokemon/dex_entries/alphalith.asm
Normal file
10
data/pokemon/dex_entries/alphalith.asm
Normal file
|
@ -0,0 +1,10 @@
|
|||
db "LITHIC@" ; species name
|
||||
dw 1002, 8800 ; height, weight
|
||||
|
||||
db "Seems to be drawn"
|
||||
next "to the radio waves"
|
||||
next "being given off"
|
||||
|
||||
page "by the many UNOWN"
|
||||
next "markings on its"
|
||||
next "strange pillar.@"
|
10
data/pokemon/dex_entries/dewgonga.asm
Normal file
10
data/pokemon/dex_entries/dewgonga.asm
Normal file
|
@ -0,0 +1,10 @@
|
|||
db "MONK SEAL@" ; species name
|
||||
dw 507, 2070 ; height, weight
|
||||
|
||||
db "Having adapted to"
|
||||
next "warmer oceans, its"
|
||||
next "blubber is much"
|
||||
|
||||
page "less thick than"
|
||||
next "that of most other"
|
||||
next "DEWGONG.@"
|
|
@ -1,10 +1,10 @@
|
|||
db "LAMPREY@" ; species name
|
||||
dw 211, 220 ; height, weight
|
||||
dw 303, 110 ; height, weight
|
||||
|
||||
db "It hides in desert"
|
||||
next "sands. When #MON"
|
||||
next "come close, it"
|
||||
next "sands. It latches"
|
||||
next "onto #MON that"
|
||||
|
||||
page "latches onto"
|
||||
next "them to suck"
|
||||
page "wander too close,"
|
||||
next "attempting to suck"
|
||||
next "their blood.@" ; blood is rarely said in mons so consider revising
|
||||
|
|
10
data/pokemon/dex_entries/mewtwoa.asm
Normal file
10
data/pokemon/dex_entries/mewtwoa.asm
Normal file
|
@ -0,0 +1,10 @@
|
|||
db "GENETIC@" ; species name
|
||||
dw 607, 2690 ; height, weight
|
||||
|
||||
db "The armor controls"
|
||||
next "its PSI abilities."
|
||||
next "However, years of"
|
||||
|
||||
page "constraint and ex-"
|
||||
next "periments has made"
|
||||
next "MEWTWO vengeful.@" ; not sure about this line
|
10
data/pokemon/dex_entries/nimbeon.asm
Normal file
10
data/pokemon/dex_entries/nimbeon.asm
Normal file
|
@ -0,0 +1,10 @@
|
|||
db "AERIAL@" ; species name
|
||||
dw 303, 480 ; height, weight
|
||||
|
||||
db "Often challenges"
|
||||
next "flocks of PIDGEOT"
|
||||
next "to races. Although"
|
||||
|
||||
page "it can fly faster,"
|
||||
next "it possesses less"
|
||||
next "stamina.@" ; this can definitely be rewritten when we settle on a design
|
10
data/pokemon/dex_entries/porybit.asm
Normal file
10
data/pokemon/dex_entries/porybit.asm
Normal file
|
@ -0,0 +1,10 @@
|
|||
db "PIXEL@" ; species name
|
||||
dw 100, 2 ; height, weight
|
||||
|
||||
db "Believed to be a"
|
||||
next "prototype form of"
|
||||
next "PORYGON. Its two-"
|
||||
|
||||
page "dimensional body"
|
||||
next "makes it a very"
|
||||
next "unique species.@" ; can definitely be improved somehow
|
10
data/pokemon/dex_entries/rhydona.asm
Normal file
10
data/pokemon/dex_entries/rhydona.asm
Normal file
|
@ -0,0 +1,10 @@
|
|||
db "DRILL@" ; species name
|
||||
dw 603, 2650 ; height, weight
|
||||
|
||||
db "Capable of firing"
|
||||
next "lightning bolts"
|
||||
next "from the tip of"
|
||||
|
||||
page "its horn, which is"
|
||||
next "thought to be made"
|
||||
next "of quartz.@" ; could probably be rewritten better
|
10
data/pokemon/dex_entries/rhyhorna.asm
Normal file
10
data/pokemon/dex_entries/rhyhorna.asm
Normal file
|
@ -0,0 +1,10 @@
|
|||
db "SPIKES@" ; species name
|
||||
dw 303, 2540 ; height, weight
|
||||
|
||||
db "Electricity builds"
|
||||
next "up within its body"
|
||||
next "when it starts to"
|
||||
|
||||
page "run. Touching its"
|
||||
next "horn will give you"
|
||||
next "a painful shock!@"
|
|
@ -1,10 +1,10 @@
|
|||
db "MANTIS@" ; species name
|
||||
dw 411, 1230 ; height, weight
|
||||
|
||||
db "It's very proud of"
|
||||
next "its speed. It"
|
||||
next "moves so fast that"
|
||||
db "It rarely uses its"
|
||||
next "wings for flight." ; from the illustrated book and KEP
|
||||
next "For some reason,"
|
||||
|
||||
page "its opponent does"
|
||||
next "not even know what"
|
||||
next "knocked it down.@"
|
||||
page "seeing the color"
|
||||
next "red sends it into"
|
||||
next "a blind rage.@" ; from Showdown at Dark City!
|
||||
|
|
10
data/pokemon/dex_entries/scythera.asm
Normal file
10
data/pokemon/dex_entries/scythera.asm
Normal file
|
@ -0,0 +1,10 @@
|
|||
db "ORCHID@" ; species name
|
||||
dw 403, 1070 ; height, weight
|
||||
|
||||
db "Camouflages itself"
|
||||
next "among vivid flower"
|
||||
next "beds. It waits for"
|
||||
|
||||
page "prey to approach,"
|
||||
next "then skewers them"
|
||||
next "with its lances.@"
|
10
data/pokemon/dex_entries/seela.asm
Normal file
10
data/pokemon/dex_entries/seela.asm
Normal file
|
@ -0,0 +1,10 @@
|
|||
db "MONK SEAL@" ; species name
|
||||
dw 307, 1480 ; height, weight
|
||||
|
||||
db "It spends most of"
|
||||
next "its time RESTing"
|
||||
next "on sandy beaches."
|
||||
|
||||
page "Unlike other SEEL,"
|
||||
next "it much prefers"
|
||||
next "warmer weather.@"
|
|
@ -1,10 +1,10 @@
|
|||
db "SLEEPING@" ; species name
|
||||
dw 611, 10140 ; height, weight
|
||||
|
||||
db "This #MON's"
|
||||
next "stomach is so"
|
||||
next "strong, even"
|
||||
db "Despite its size,"
|
||||
next "SNORLAX can charge"
|
||||
next "incredibly fast"
|
||||
|
||||
page "eating moldy or"
|
||||
next "rotten food will"
|
||||
next "not affect it.@"
|
||||
page "when motivated,"
|
||||
next "decimating every-"
|
||||
next "thing in its way.@" ; Carddass reference, could also work as one to Pulverizing Pancake
|
||||
|
|
10
data/pokemon/dex_entries/snorlaxa.asm
Normal file
10
data/pokemon/dex_entries/snorlaxa.asm
Normal file
|
@ -0,0 +1,10 @@
|
|||
db "AWOKEN@" ; species name
|
||||
dw 611, 10140 ; height, weight
|
||||
|
||||
db "It roams around in"
|
||||
next "search of sparring"
|
||||
next "partners. Respects"
|
||||
|
||||
page "those with enough"
|
||||
next "power to push it"
|
||||
next "to one side.@"
|
Loading…
Reference in a new issue