You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
11 lines
237 B
NASM
11 lines
237 B
NASM
; TeddiursaPokedexEntry: ; 0x1d09da
|
|
db "LITTLE BEAR@" ; species name
|
|
dw 200, 190 ; height, weight
|
|
|
|
db "It always licks"
|
|
next "honey. Its palm"
|
|
next "tastes sweet"
|
|
page "because of all the"
|
|
next "honey it has"
|
|
next "absorbed.@"
|