pokecrystal-board/stats/pokedex/entries/025.asm

13 lines
252 B
NASM
Raw Normal View History

2013-02-05 16:29:20 -08:00
; PikachuPokedexEntry: ; 0x1820ad
2014-03-05 21:46:01 -08:00
db "MOUSE@" ; species name
2013-02-05 16:29:20 -08:00
dw 104, 130; height, width
2014-03-05 21:46:01 -08:00
db "When it is anger-"
next "ed, it immediately"
next "discharges the@"
db "energy stored in"
next "the pouches in its"
next "cheeks.@"
2013-02-05 16:29:20 -08:00
; 0x182117