diff options
Diffstat (limited to 'data/pokemon/dex_entries/golduck.asm')
-rw-r--r-- | data/pokemon/dex_entries/golduck.asm | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/data/pokemon/dex_entries/golduck.asm b/data/pokemon/dex_entries/golduck.asm new file mode 100644 index 000000000..b38cfd2dc --- /dev/null +++ b/data/pokemon/dex_entries/golduck.asm @@ -0,0 +1,10 @@ +; GolduckPokedexEntry: ; 0x182d55 + db "DUCK@" ; species name + dw 507, 1690 ; height, weight + + db "It swims grace-" + next "fully along on the" + next "quiet, slow-moving" + page "rivers and lakes" + next "of which it is so" + next "fond.@" |