13 lines
261 B
NASM
Raw Normal View History

2013-02-05 19:29:20 -05:00
; DelibirdPokedexEntry: ; 0x1d0db1
db "DELIVERY@" ; species name
dw 211, 350 ; height, width
2013-02-05 19:29:20 -05:00
2014-03-06 00:46:01 -05:00
db "It always carries"
next "its food with it,"
next "wherever it goes."
page "If attacked, it"
2014-03-06 00:46:01 -05:00
next "throws its food at"
next "the opponent.@"
2013-02-05 19:29:20 -05:00
; 0x1d0e25