pokecrystal/stats/pokedex/entries/243.asm

13 lines
260 B
NASM
Raw Normal View History

2013-02-06 00:29:20 +00:00
; RaikouPokedexEntry: ; 0x1d156b
2014-03-06 05:46:01 +00:00
db "THUNDER@" ; species name
2013-02-06 00:29:20 +00:00
dw 603, 3920; height, width
2014-03-06 05:46:01 +00:00
db "This rough #MON"
next "stores energy"
next "inside its body,@"
db "then sweeps across"
next "the land, shooting"
next "off electricity.@"
2013-02-06 00:29:20 +00:00
; 0x1d15dd