diff options
Diffstat (limited to 'data/pokedex/entries/voltorb.asm')
-rw-r--r-- | data/pokedex/entries/voltorb.asm | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/data/pokedex/entries/voltorb.asm b/data/pokedex/entries/voltorb.asm new file mode 100644 index 000000000..5a532e2d0 --- /dev/null +++ b/data/pokedex/entries/voltorb.asm @@ -0,0 +1,10 @@ +; VoltorbPokedexEntry: ; 0x1b8eb0 + db "BALL@" ; species name + dw 108, 230 ; height, weight + + db "During the study" + next "of this #MON," + next "it was discovered" + page "that its compo-" + next "nents are not" + next "found in nature.@" |