mirror of
https://github.com/thornAvery/jep-hack.git
synced 2025-10-16 12:06:28 +13:00
16 lines
424 B
NASM
16 lines
424 B
NASM
db "TADPOLE@" ; species name
|
|
dw 403, 1190 ; height, weight
|
|
|
|
db "While not easy to"
|
|
next "see, its mouth is"
|
|
next "above its belly."
|
|
|
|
page "However, it uses"
|
|
next "its spiral for"
|
|
next "Water attacks.@"
|
|
|
|
; Badly written.
|
|
; Referencing the Poliwhirl anatomical model and various products that show the mouth is above the spiral.
|
|
; No clue how to explain the use of the spiral to be honest with you
|
|
; Rework if based
|