diff options
Diffstat (limited to 'data/pokedex/entries/zubat.asm')
-rw-r--r-- | data/pokedex/entries/zubat.asm | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/data/pokedex/entries/zubat.asm b/data/pokedex/entries/zubat.asm new file mode 100644 index 000000000..8232f8bd6 --- /dev/null +++ b/data/pokedex/entries/zubat.asm @@ -0,0 +1,10 @@ +; ZubatPokedexEntry: ; 0x18275d + db "BAT@" ; species name + dw 207, 170 ; height, weight + + db "During the day, it" + next "gathers with" + next "others and hangs" + page "from the ceilings" + next "of old buildings" + next "and caves.@" |