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

9 lines
242 B
NASM
Raw Normal View History

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