mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
9 lines
247 B
NASM
9 lines
247 B
NASM
|
; SnubbullPokedexEntry: ; 0x1d06e0
|
||
|
db "FAIRY@" ; species name
|
||
|
dw 200, 170; height, width
|
||
|
|
||
|
db "In truth, it is a", $4e, "cowardly #MON.", $4e, "It growls eagerly@"
|
||
|
db "in order to hide", $4e, "its fear from its", $4e, "opponent.@"
|
||
|
; 0x1d074a
|
||
|
|