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
248 B
NASM
11 lines
248 B
NASM
; LugiaPokedexEntry: ; 0x1d17e9
|
|
db "DIVING@" ; species name
|
|
dw 1701, 4760 ; height, weight
|
|
|
|
db "It has an incred-"
|
|
next "ible ability to"
|
|
next "calm raging sto-"
|
|
page "rms. It is said"
|
|
next "that LUGIA appears"
|
|
next "when storms start.@"
|