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
240 B
NASM
11 lines
240 B
NASM
; PoliwagPokedexEntry: ; 0x182f91
|
|
db "TADPOLE@" ; species name
|
|
dw 200, 270 ; height, weight
|
|
|
|
db "The swirl on its"
|
|
next "belly is its"
|
|
next "insides showing"
|
|
page "through the skin."
|
|
next "It looks clearer"
|
|
next "after it eats.@"
|