mirror of
https://github.com/thornAvery/jep-hack.git
synced 2025-09-16 18:20:50 +12:00
16 lines
381 B
NASM
16 lines
381 B
NASM
db "LIZARD@" ; species name
|
|
dw 200, 190 ; height, weight
|
|
|
|
db "Lives in packs"
|
|
next "within secluded"
|
|
next "mountains. If it"
|
|
|
|
page "sees food, it"
|
|
next "calls for its"
|
|
next "friends to share.@" ; Pokemon Snap
|
|
|
|
; Prototype dex entry
|
|
; The flame on its tail is a sign of its vitality.
|
|
; It won't be extinguished by rain or wind,
|
|
; but if it's not healthy, the flame fades.
|