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

13 lines
267 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
2013-02-05 16:29:20 -08:00
2014-03-05 21:46:01 -08:00
db "It lives in groups"
next "in the treetops."
next "If it loses sight"
page "of its group, it"
2014-03-05 21:46:01 -08:00
next "becomes infuriated"
next "by its loneliness.@"
2013-02-05 16:29:20 -08:00
; 0x182e39