pokecrystal-board/stats/pokedex/entries/019.asm

13 lines
248 B
NASM
Raw Normal View History

2013-02-05 16:29:20 -08:00
; RattataPokedexEntry: ; 0x181e3d
2014-03-05 21:46:01 -08:00
db "RAT@" ; species name
2013-02-05 16:29:20 -08:00
dw 100, 80; height, width
2014-03-05 21:46:01 -08:00
db "This #MON's"
next "impressive vital-"
next "ity allows it to@"
db "live anywhere. It"
next "also multiplies"
next "very quickly.@"
2013-02-05 16:29:20 -08:00
; 0x181ea3