mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-01-23 09:16:20 -08:00
Some people suggested this would be a good idea, and make management of the files easier. I'm inclined to agree.
11 lines
237 B
NASM
11 lines
237 B
NASM
; VoltorbPokedexEntry: ; 0x1b8eb0
|
|
db "BALL@" ; species name
|
|
dw 108, 230 ; height, weight
|
|
|
|
db "During the study"
|
|
next "of this #MON,"
|
|
next "it was discovered"
|
|
page "that its compo-"
|
|
next "nents are not"
|
|
next "found in nature.@"
|