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
245 B
NASM
11 lines
245 B
NASM
; ShellderPokedexEntry: ; 0x1b8a68
|
|
db "BIVALVE@" ; species name
|
|
dw 100, 90 ; height, weight
|
|
|
|
db "Clamping on to an"
|
|
next "opponent reveals"
|
|
next "its vulnerable"
|
|
page "parts, so it uses"
|
|
next "this move only as"
|
|
next "a last resort.@"
|