13 lines
250 B
NASM
Raw Normal View History

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