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
235 B
NASM
11 lines
235 B
NASM
; KadabraPokedexEntry: ; 0x18313c
|
|
db "PSI@" ; species name
|
|
dw 403, 1250 ; height, weight
|
|
|
|
db "When it closes its"
|
|
next "eyes, twice as"
|
|
next "many alpha parti-"
|
|
page "cles come out of"
|
|
next "the surface of its"
|
|
next "body.@"
|