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
239 B
NASM
11 lines
239 B
NASM
; SnubbullPokedexEntry: ; 0x1d06e0
|
|
db "FAIRY@" ; species name
|
|
dw 200, 170 ; height, weight
|
|
|
|
db "In truth, it is a"
|
|
next "cowardly #MON."
|
|
next "It growls eagerly"
|
|
page "in order to hide"
|
|
next "its fear from its"
|
|
next "opponent.@"
|