mirror of
https://github.com/thornAvery/jep-hack.git
synced 2025-10-17 20:46:25 +13:00
11 lines
260 B
NASM
11 lines
260 B
NASM
db "BIRD@" ; species name
|
|
dw 411, 870 ; height, weight
|
|
|
|
db "Its whole body is"
|
|
next "muscular, especi-"
|
|
next "ally its pectorals." ; prototype dex entry detail
|
|
|
|
page "It's particularly"
|
|
next "prideful about"
|
|
next "its appearance.@" ; just a vibe idk
|