diff options
Diffstat (limited to 'data/pokemon/dex_entries/golem.asm')
-rw-r--r-- | data/pokemon/dex_entries/golem.asm | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/data/pokemon/dex_entries/golem.asm b/data/pokemon/dex_entries/golem.asm new file mode 100644 index 000000000..dbb5a8e3d --- /dev/null +++ b/data/pokemon/dex_entries/golem.asm @@ -0,0 +1,10 @@ +; GolemPokedexEntry: ; 0x1b8481 + db "MEGATON@" ; species name + dw 407, 6620 ; height, weight + + db "Its rock-like body" + next "is so durable," + next "even high-powered" + page "dynamite blasts" + next "fail to scratch" + next "its rugged hide.@" |