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