mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
6ab1d028bb
Move some data into a pokemon/ subdirectory
11 lines
242 B
NASM
11 lines
242 B
NASM
; CaterpiePokedexEntry: ; 0x181a60
|
|
db "WORM@" ; species name
|
|
dw 100, 60 ; height, weight
|
|
|
|
db "It crawls into"
|
|
next "foliage where it"
|
|
next "camouflages itself"
|
|
page "among leaves that"
|
|
next "are the same color"
|
|
next "as its body.@"
|