mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
6ab1d028bb
Move some data into a pokemon/ subdirectory
11 lines
244 B
NASM
11 lines
244 B
NASM
; EeveePokedexEntry: ; 0x1cc1b2
|
|
db "EVOLUTION@" ; species name
|
|
dw 100, 140 ; height, weight
|
|
|
|
db "Its ability to"
|
|
next "evolve into many"
|
|
next "forms allows it to"
|
|
page "adapt smoothly"
|
|
next "and perfectly to"
|
|
next "any environment.@"
|