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

13 lines
258 B
NASM

; EeveePokedexEntry: ; 0x1cc1b2
db "EVOLUTION@" ; species name
dw 100, 140; height, width
db "Its ability to"
next "evolve into many"
next "forms allows it to@"
db "adapt smoothly"
next "and perfectly to"
next "any environment.@"
; 0x1cc224