pokecrystal-board/stats/pokedex/entries/056.asm

9 lines
263 B
NASM
Raw Normal View History

2013-02-05 16:29:20 -08:00
; 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