diff options
Diffstat (limited to 'data/pokedex/entries/houndoom.asm')
-rw-r--r-- | data/pokedex/entries/houndoom.asm | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/data/pokedex/entries/houndoom.asm b/data/pokedex/entries/houndoom.asm new file mode 100644 index 000000000..6a21602f3 --- /dev/null +++ b/data/pokedex/entries/houndoom.asm @@ -0,0 +1,10 @@ +; HoundoomPokedexEntry: ; 0x1d0f66 + db "DARK@" ; species name + dw 407, 770 ; height, weight + + db "The pungent-" + next "smelling flame" + next "that shoots from" + page "its mouth results" + next "from toxins burn-" + next "ing in its body.@" |