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
254 B
NASM
11 lines
254 B
NASM
; FurretPokedexEntry: ; 0x1ccddd
|
|
db "LONG BODY@" ; species name
|
|
dw 511, 720 ; height, weight
|
|
|
|
db "It lives in narrow"
|
|
next "burrows that fit"
|
|
next "its slim body. The"
|
|
page "deeper the nests"
|
|
next "go, the more maze-"
|
|
next "like they become.@"
|