pokecrystal-board/stats/pokedex/entries/019.asm
2014-03-06 00:46:01 -05:00

13 lines
248 B
NASM

; RattataPokedexEntry: ; 0x181e3d
db "RAT@" ; species name
dw 100, 80; height, width
db "This #MON's"
next "impressive vital-"
next "ity allows it to@"
db "live anywhere. It"
next "also multiplies"
next "very quickly.@"
; 0x181ea3