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
246 B
NASM
11 lines
246 B
NASM
; GolbatPokedexEntry: ; 0x1827c4
|
|
db "BAT@" ; species name
|
|
dw 503, 1210 ; height, weight
|
|
|
|
db "When it plunges"
|
|
next "its fangs into its"
|
|
next "prey, it instantly"
|
|
page "draws and gulps"
|
|
next "down more than ten"
|
|
next "ounces of blood.@"
|