mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
9 lines
255 B
NASM
9 lines
255 B
NASM
|
; SwinubPokedexEntry: ; 0x1d0b8d
|
||
|
db "PIG@" ; species name
|
||
|
dw 104, 140; height, width
|
||
|
|
||
|
db "It uses the tip of", $4e, "its nose to dig", $4e, "for food. Its nose@"
|
||
|
db "is so tough that", $4e, "even frozen ground", $4e, "poses no problem.@"
|
||
|
; 0x1d0c01
|
||
|
|