13 lines
247 B
NASM
Raw Normal View History

2013-02-05 19:29:20 -05:00
; EkansPokedexEntry: ; 0x181fd4
db "SNAKE@" ; species name
dw 607, 150 ; height, width
2013-02-05 19:29:20 -05:00
2014-03-06 00:46:01 -05:00
db "It flutters the"
next "tip of its tongue"
next "to seek out the"
page "scent of prey,"
2014-03-06 00:46:01 -05:00
next "then swallows the"
next "prey whole.@"
2013-02-05 19:29:20 -05:00
; 0x18203d