mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
11 lines
240 B
NASM
11 lines
240 B
NASM
; TaurosPokedexEntry: ; 0x1b9a6f
|
|
db "WILD BULL@" ; species name
|
|
dw 407, 1950 ; height, width
|
|
|
|
db "These violent"
|
|
next "#MON fight"
|
|
next "with other mem-"
|
|
page "bers of their herd"
|
|
next "in order to prove"
|
|
next "their strength.@"
|