pokecrystal-board/data/pokemon/dex_entries/hitmonchan.asm
Remy Oukaour 6ab1d028bb Split items/ and trainers/ into their data/ and engine/ components
Move some data into a pokemon/ subdirectory
2017-12-14 23:00:54 -05:00

11 lines
244 B
NASM

; HitmonchanPokedexEntry: ; 0x1b91a4
db "PUNCHING@" ; species name
dw 407, 1110 ; height, weight
db "To increase the"
next "strength of all"
next "its punch moves,"
page "it spins its arms"
next "just before making"
next "contact.@"