mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
11 lines
255 B
NASM
11 lines
255 B
NASM
; MankeyPokedexEntry: ; 0x182dbd
|
|
db "PIG MONKEY@" ; species name
|
|
dw 108, 620 ; height, width
|
|
|
|
db "It lives in groups"
|
|
next "in the treetops."
|
|
next "If it loses sight"
|
|
page "of its group, it"
|
|
next "becomes infuriated"
|
|
next "by its loneliness.@"
|