mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
11 lines
244 B
NASM
11 lines
244 B
NASM
; HitmonchanPokedexEntry: ; 0x1b91a4
|
|
db "PUNCHING@" ; species name
|
|
dw 407, 1110 ; height, width
|
|
|
|
db "To increase the"
|
|
next "strength of all"
|
|
next "its punch moves,"
|
|
page "it spins its arms"
|
|
next "just before making"
|
|
next "contact.@"
|