mirror of
https://github.com/thornAvery/jep-hack.git
synced 2025-09-16 18:20:50 +12:00
11 lines
219 B
NASM
11 lines
219 B
NASM
db "FIRE BEAR@" ; species name
|
|
dw 200, 220 ; height, weight
|
|
|
|
db "If its TRAINER is"
|
|
next "cold, CUBBURN will"
|
|
next "wave its tail to"
|
|
|
|
page "warm them up. In"
|
|
next "cold regions, it"
|
|
next "is a popular pet.@"
|