pokecrystal-board/stats/pokedex/entries/056.asm
2013-02-05 19:29:20 -05:00

9 lines
263 B
NASM

; MankeyPokedexEntry: ; 0x182dbd
db "PIG MONKEY@" ; species name
dw 108, 620; height, width
db "It lives in groups", $4e, "in the treetops.", $4e, "If it loses sight@"
db "of its group, it", $4e, "becomes infuriated", $4e, "by its loneliness.@"
; 0x182e39