Files
pokecrystal-board/stats/pokedex/entries/225.asm
2014-03-07 21:46:33 -05:00

13 lines
261 B
NASM

; DelibirdPokedexEntry: ; 0x1d0db1
db "DELIVERY@" ; species name
dw 211, 350 ; height, width
db "It always carries"
next "its food with it,"
next "wherever it goes."
page "If attacked, it"
next "throws its food at"
next "the opponent.@"
; 0x1d0e25