diff options
Diffstat (limited to 'data/pokemon/dex_entries/heracross.asm')
-rw-r--r-- | data/pokemon/dex_entries/heracross.asm | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/data/pokemon/dex_entries/heracross.asm b/data/pokemon/dex_entries/heracross.asm new file mode 100644 index 000000000..ed709b526 --- /dev/null +++ b/data/pokemon/dex_entries/heracross.asm @@ -0,0 +1,10 @@ +; HeracrossPokedexEntry: ; 0x1d0907 + db "SINGLEHORN@" ; species name + dw 411, 1190 ; height, weight + + db "With its Herculean" + next "powers, it can" + next "easily throw arou-" + page "nd an object that" + next "is 100 times its" + next "own weight.@" |