mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
6ab1d028bb
Move some data into a pokemon/ subdirectory
11 lines
240 B
NASM
11 lines
240 B
NASM
; TaurosPokedexEntry: ; 0x1b9a6f
|
|
db "WILD BULL@" ; species name
|
|
dw 407, 1950 ; height, weight
|
|
|
|
db "These violent"
|
|
next "#MON fight"
|
|
next "with other mem-"
|
|
page "bers of their herd"
|
|
next "in order to prove"
|
|
next "their strength.@"
|