mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
6ab1d028bb
Move some data into a pokemon/ subdirectory
11 lines
240 B
NASM
11 lines
240 B
NASM
; 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.@"
|