diff options
Diffstat (limited to 'data/pokedex/entries/octillery.asm')
-rw-r--r-- | data/pokedex/entries/octillery.asm | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/data/pokedex/entries/octillery.asm b/data/pokedex/entries/octillery.asm new file mode 100644 index 000000000..902c1bf9a --- /dev/null +++ b/data/pokedex/entries/octillery.asm @@ -0,0 +1,10 @@ +; OctilleryPokedexEntry: ; 0x1d0d42 + db "JET@" ; species name + dw 211, 630 ; height, weight + + db "Its instinct is to" + next "bury itself in" + next "holes. It often" + page "steals the nesting" + next "holes of others to" + next "sleep in them.@" |