13 lines
247 B
NASM
Raw Normal View History

2013-02-05 19:29:20 -05:00
; ArticunoPokedexEntry: ; 0x1cc632
db "FREEZE@" ; species name
dw 507, 1220 ; height, width
2013-02-05 19:29:20 -05:00
2014-03-06 00:46:01 -05:00
db "Legendary bird"
next "#MON. As it"
next "flies through the"
page "sky, it cools the"
2014-03-06 00:46:01 -05:00
next "air, causing snow"
next "to fall.@"
2013-02-05 19:29:20 -05:00
; 0x1cc697