mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
6ab1d028bb
Move some data into a pokemon/ subdirectory
11 lines
243 B
NASM
11 lines
243 B
NASM
; HitmontopPokedexEntry: ; 0x1d12c0
|
|
db "HANDSTAND@" ; species name
|
|
dw 407, 1060 ; height, weight
|
|
|
|
db "After doing a"
|
|
next "handstand to"
|
|
next "throw off the"
|
|
page "opponent's timing,"
|
|
next "it presents its"
|
|
next "fancy kick moves.@"
|