13 lines
248 B
NASM
Raw Normal View History

2013-02-05 19:29:20 -05:00
; HoundourPokedexEntry: ; 0x1d0eff
db "DARK@" ; species name
dw 200, 240 ; height, width
2013-02-05 19:29:20 -05:00
2014-03-06 00:46:01 -05:00
db "Around dawn, its"
next "ominous howl"
next "echoes through the"
page "area to announce"
2014-03-06 00:46:01 -05:00
next "that this is its"
next "territory.@"
2013-02-05 19:29:20 -05:00
; 0x1d0f66