pokecrystal/stats/pokedex/entries/107.asm

13 lines
258 B
NASM
Raw Normal View History

2013-02-06 00:29:20 +00:00
; HitmonchanPokedexEntry: ; 0x1b91a4
2014-03-06 05:46:01 +00:00
db "PUNCHING@" ; species name
2013-02-06 00:29:20 +00:00
dw 407, 1110; height, width
2014-03-06 05:46:01 +00:00
db "To increase the"
next "strength of all"
next "its punch moves,@"
db "it spins its arms"
next "just before making"
next "contact.@"
2013-02-06 00:29:20 +00:00
; 0x1b9210