pokecrystal-board/data/pokedex/entries/009.asm
2014-05-31 22:57:00 -07:00

13 lines
250 B
NASM

; BlastoisePokedexEntry: ; 0x1819f9
db "SHELLFISH@" ; species name
dw 503, 1890 ; height, width
db "It firmly plants"
next "its feet on the"
next "ground before"
page "shooting water"
next "from the jets on"
next "its back.@"
; 0x181a60