diff options
Diffstat (limited to 'data/pokemon/dex_entries/ekans.asm')
-rw-r--r-- | data/pokemon/dex_entries/ekans.asm | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/data/pokemon/dex_entries/ekans.asm b/data/pokemon/dex_entries/ekans.asm new file mode 100644 index 000000000..23faa4854 --- /dev/null +++ b/data/pokemon/dex_entries/ekans.asm @@ -0,0 +1,10 @@ +; 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.@" |