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
; WobbuffetPokedexEntry: ; 0x1d03dd
|
|
db "PATIENT@" ; species name
|
|
dw 403, 630 ; height, weight
|
|
|
|
db "In order to con-"
|
|
next "ceal its black"
|
|
next "tail, it lives in"
|
|
page "a dark cave and"
|
|
next "only moves about"
|
|
next "at night.@"
|