mirror of
https://github.com/thornAvery/jep-hack.git
synced 2025-09-16 18:20:50 +12:00
14 lines
305 B
NASM
14 lines
305 B
NASM
db "TINY BIRD@" ; species name
|
|
dw 100, 40 ; height, weight
|
|
|
|
db "Its gentle dispo-"
|
|
next "sition makes it"
|
|
next "an easy catch,"
|
|
|
|
page "but new TRAINERs"
|
|
next "have trouble with"
|
|
next "its SAND-ATTACK.@"
|
|
|
|
; Dual Carddass and anime ep1 reference.
|
|
; Choppily written, but very possible to work on.
|