mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
6ab1d028bb
Move some data into a pokemon/ subdirectory
11 lines
235 B
NASM
11 lines
235 B
NASM
; ArticunoPokedexEntry: ; 0x1cc632
|
|
db "FREEZE@" ; species name
|
|
dw 507, 1220 ; height, weight
|
|
|
|
db "Legendary bird"
|
|
next "#MON. As it"
|
|
next "flies through the"
|
|
page "sky, it cools the"
|
|
next "air, causing snow"
|
|
next "to fall.@"
|