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

13 lines
246 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"
page "live anywhere. It"
next "also multiplies"
next "very quickly.@"
; 0x181ea3