mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-01-23 09:16:20 -08:00
11 lines
246 B
NASM
11 lines
246 B
NASM
; GolbatPokedexEntry: ; 0x1827c4
|
|
db "BAT@" ; species name
|
|
dw 503, 1210 ; height, width
|
|
|
|
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.@"
|