diff options
Diffstat (limited to 'data/pokedex/entries/machoke.asm')
-rw-r--r-- | data/pokedex/entries/machoke.asm | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/data/pokedex/entries/machoke.asm b/data/pokedex/entries/machoke.asm new file mode 100644 index 000000000..53523a832 --- /dev/null +++ b/data/pokedex/entries/machoke.asm @@ -0,0 +1,10 @@ +; MachokePokedexEntry: ; 0x1b80cb + db "SUPERPOWER@" ; species name + dw 411, 1550 ; height, weight + + db "This tough #MON" + next "always stays in" + next "the zone. Its" + page "muscles become" + next "thicker after" + next "every battle.@" |