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
241 B
NASM
11 lines
241 B
NASM
; KinglerPokedexEntry: ; 0x1b8e45
|
|
db "PINCER@" ; species name
|
|
dw 403, 1320 ; height, weight
|
|
|
|
db "Its oversized claw"
|
|
next "is very powerful,"
|
|
next "but when it's not"
|
|
page "in battle, the"
|
|
next "claw just gets in"
|
|
next "the way.@"
|