mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
9 lines
241 B
NASM
9 lines
241 B
NASM
|
; HorseaPokedexEntry: ; 0x1b9553
|
||
|
db "DRAGON@" ; species name
|
||
|
dw 104, 180; height, width
|
||
|
|
||
|
db "When they're in a", $4e, "safe location,", $4e, "they can be seen@"
|
||
|
db "playfully tangling", $4e, "their tails", $4e, "together.@"
|
||
|
; 0x1b95b8
|
||
|
|