mirror of
https://github.com/thornAvery/jep-hack.git
synced 2025-09-16 18:20:50 +12:00

Began the arduous process of giving old Pokemon new dex entries. Like KEP, the main aim is using media not from the mainline games, giving players new insights into the lore surrounding them. New Snap, Ranger, Carddass, TCG art, and more are all on the table. Carddass is prioritised for Gen 1 Pokemon considering its obscurity and...well, general insights into how the Pokemon act, it's pretty awesome. I've also taken to enhancing some of the existing dex entries!
11 lines
351 B
NASM
11 lines
351 B
NASM
db "LIGHT@" ; species name
|
|
dw 407, 1360 ; height, weight
|
|
|
|
db "Thought to be a"
|
|
next "spacefaring drag-"
|
|
next "on, remnants of"
|
|
|
|
page "draconic genes"
|
|
next "were found in"
|
|
next "its DNA.@" ; Referencing the Official Pokemon Fanbook, which brought in the rumours of Ampharos once being dragon-type, as well as Mega Ampharos's Pokedex entries.
|