pokecrystal/stats/pokedex/entries/019.asm

13 lines
246 B
NASM
Raw Normal View History

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