diff options
Diffstat (limited to 'data/pokedex/entries/houndour.asm')
-rw-r--r-- | data/pokedex/entries/houndour.asm | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/data/pokedex/entries/houndour.asm b/data/pokedex/entries/houndour.asm new file mode 100644 index 000000000..5fa89fe85 --- /dev/null +++ b/data/pokedex/entries/houndour.asm @@ -0,0 +1,10 @@ +; HoundourPokedexEntry: ; 0x1d0eff + db "DARK@" ; species name + dw 200, 240 ; height, weight + + db "Around dawn, its" + next "ominous howl" + next "echoes through the" + page "area to announce" + next "that this is its" + next "territory.@" |