13 lines
251 B
NASM
Raw Normal View History

2013-02-05 19:29:20 -05:00
; MachokePokedexEntry: ; 0x1b80cb
2014-03-06 00:46:01 -05:00
db "SUPERPOWER@" ; species name
2013-02-05 19:29:20 -05:00
dw 411, 1550; height, width
2014-03-06 00:46:01 -05:00
db "This tough #MON"
next "always stays in"
next "the zone. Its@"
db "muscles become"
next "thicker after"
next "every battle.@"
2013-02-05 19:29:20 -05:00
; 0x1b8133