pokecrystal/stats/pokedex/entries/148.asm

13 lines
252 B
NASM
Raw Normal View History

2013-02-06 00:29:20 +00:00
; DragonairPokedexEntry: ; 0x1cc7dc
2014-03-06 05:46:01 +00:00
db "DRAGON@" ; species name
2013-02-06 00:29:20 +00:00
dw 1301, 360; height, width
2014-03-06 05:46:01 +00:00
db "It is called the"
next "divine #MON."
next "When its entire@"
db "body brightens"
next "slightly, the"
next "weather changes.@"
2013-02-06 00:29:20 +00:00
; 0x1cc843