blob: 17407b96226cc41fab16a0116a5567a5462ce380 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
; 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
|