mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
13 lines
249 B
NASM
13 lines
249 B
NASM
; EkansPokedexEntry: ; 0x181fd4
|
|
db "SNAKE@" ; species name
|
|
dw 607, 150; height, width
|
|
|
|
db "It flutters the"
|
|
next "tip of its tongue"
|
|
next "to seek out the@"
|
|
db "scent of prey,"
|
|
next "then swallows the"
|
|
next "prey whole.@"
|
|
; 0x18203d
|
|
|