mirror of https://github.com/pret/pokecrystal.git
9 lines
250 B
NASM
9 lines
250 B
NASM
|
; FlaaffyPokedexEntry: ; 0x1cd5b8
|
||
|
db "WOOL@" ; species name
|
||
|
dw 207, 290; height, width
|
||
|
|
||
|
db "Because of its", $4e, "rubbery, electric-", $4e, "ity-resistant@"
|
||
|
db "skin, it can store", $4e, "lots of electric-", $4e, "ity in its fur.@"
|
||
|
; 0x1cd626
|
||
|
|