9 lines
243 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
db "Legendary bird", $4e, "#MON. As it", $4e, "flies through the@"
db "sky, it cools the", $4e, "air, causing snow", $4e, "to fall.@"
; 0x1cc697