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