Files
pokecrystal-board/stats/pokedex/entries/098.asm
2014-03-07 21:46:33 -05:00

13 lines
247 B
NASM

; KrabbyPokedexEntry: ; 0x1b8ddd
db "RIVER CRAB@" ; species name
dw 104, 140 ; height, width
db "If it is unable"
next "to find food, it"
next "will absorb"
page "nutrients by"
next "swallowing a"
next "mouthful of sand.@"
; 0x1b8e45