mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-01-23 09:16:20 -08:00
e39c8afbf2
Some people suggested this would be a good idea, and make management of the files easier. I'm inclined to agree.
11 lines
236 B
NASM
11 lines
236 B
NASM
; 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.@"
|