mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
9 lines
244 B
NASM
9 lines
244 B
NASM
|
; HoundourPokedexEntry: ; 0x1d0eff
|
||
|
db "DARK@" ; species name
|
||
|
dw 200, 240; height, width
|
||
|
|
||
|
db "Around dawn, its", $4e, "ominous howl", $4e, "echoes through the@"
|
||
|
db "area to announce", $4e, "that this is its", $4e, "territory.@"
|
||
|
; 0x1d0f66
|
||
|
|