mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
9 lines
258 B
NASM
9 lines
258 B
NASM
; PichuPokedexEntry: ; 0x1cd243
|
|
db "TINY MOUSE@" ; species name
|
|
dw 100, 40; height, width
|
|
|
|
db "It is unskilled at", $4e, "storing electric", $4e, "power. Any kind of@"
|
|
db "shock causes it to", $4e, "discharge energy", $4e, "spontaneously.@"
|
|
; 0x1cd2bc
|
|
|