mirror of
https://github.com/thornAvery/jep-hack.git
synced 2025-09-16 10:13:24 +12:00

Every Pokemon is now integrated, aside from regional forms and evolutions of those (except Evolotto, I'll do that later). I may now rest.
11 lines
211 B
NASM
11 lines
211 B
NASM
db "AERIAL@" ; species name
|
|
dw 303, 488 ; height, weight
|
|
|
|
db "It prances among"
|
|
next "the clouds, flying"
|
|
next "up to 5 miles"
|
|
|
|
page "off the ground."
|
|
next "Aviators believe"
|
|
next "it to bring luck.@"
|