mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
9 lines
252 B
NASM
9 lines
252 B
NASM
; EeveePokedexEntry: ; 0x1cc1b2
|
|
db "EVOLUTION@" ; species name
|
|
dw 100, 140; height, width
|
|
|
|
db "Its ability to", $4e, "evolve into many", $4e, "forms allows it to@"
|
|
db "adapt smoothly", $4e, "and perfectly to", $4e, "any environment.@"
|
|
; 0x1cc224
|
|
|