mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
9 lines
257 B
NASM
9 lines
257 B
NASM
|
; DelibirdPokedexEntry: ; 0x1d0db1
|
||
|
db "DELIVERY@" ; species name
|
||
|
dw 211, 350; height, width
|
||
|
|
||
|
db "It always carries", $4e, "its food with it,", $4e, "wherever it goes.@"
|
||
|
db "If attacked, it", $4e, "throws its food at", $4e, "the opponent.@"
|
||
|
; 0x1d0e25
|
||
|
|