mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
6ab1d028bb
Move some data into a pokemon/ subdirectory
11 lines
238 B
NASM
11 lines
238 B
NASM
; DragonairPokedexEntry: ; 0x1cc7dc
|
|
db "DRAGON@" ; species name
|
|
dw 1301, 360 ; height, weight
|
|
|
|
db "It is called the"
|
|
next "divine #MON."
|
|
next "When its entire"
|
|
page "body brightens"
|
|
next "slightly, the"
|
|
next "weather changes.@"
|