mirror of
https://github.com/thornAvery/jep-hack.git
synced 2025-10-18 04:56:25 +13: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!
14 lines
604 B
NASM
14 lines
604 B
NASM
db "FLAME@" ; species name
|
|
dw 607, 1320 ; height, weight
|
|
|
|
db "Said to be a pho-"
|
|
next "enix. When its"
|
|
next "home is threaten-"
|
|
|
|
page "ed, it dive bombs"
|
|
next "its foes using"
|
|
next "SKY ATTACK.@"
|
|
; A lot of early media shows Moltres "dive bombing" foes, like the Fossil TCG card and Carddass artwork. This seems to be rooted in prototype media showing a Flying-type move called Dive Bomb, which later became Fly. Here, we use that old lore.
|
|
; It's to the point that in GSC, it's the only Sky Attack-learning Pokemon!
|
|
; https://archives.bulbagarden.net/media/upload/d/d2/Bandai_Moltres_card.jpg
|