pokecrystal-board/data/pokedex/entries/148.asm

13 lines
250 B
NASM
Raw Normal View History

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