mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
11 lines
248 B
NASM
11 lines
248 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.@"
|