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
235 B
NASM
11 lines
235 B
NASM
; EkansPokedexEntry: ; 0x181fd4
|
|
db "SNAKE@" ; species name
|
|
dw 607, 150 ; height, weight
|
|
|
|
db "It flutters the"
|
|
next "tip of its tongue"
|
|
next "to seek out the"
|
|
page "scent of prey,"
|
|
next "then swallows the"
|
|
next "prey whole.@"
|