diff options
author | IIMarckus <iimarckus@gmail.com> | 2018-09-21 14:19:37 -0600 |
---|---|---|
committer | IIMarckus <iimarckus@gmail.com> | 2018-09-21 14:19:37 -0600 |
commit | dbc1aff7d2a62eebd3b544d96a329f23c2e745c0 (patch) | |
tree | 514136272e2937522108eee74a988a2f9a258ab6 /data/pokemon/dex_entries/gold/phanpy.asm | |
parent | b46da481c970bd11dd28c101f52fd900471c8aba (diff) |
Include Pokédex entries in the build.
Diffstat (limited to 'data/pokemon/dex_entries/gold/phanpy.asm')
-rw-r--r-- | data/pokemon/dex_entries/gold/phanpy.asm | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/data/pokemon/dex_entries/gold/phanpy.asm b/data/pokemon/dex_entries/gold/phanpy.asm new file mode 100644 index 00000000..00e1f8ba --- /dev/null +++ b/data/pokemon/dex_entries/gold/phanpy.asm @@ -0,0 +1,10 @@ + db "LONG NOSE@" ; species name + dw 108, 740 ; height, weight + + db "It swings its long" + next "snout around play-" + next "fully, but because" + + page "it is so strong," + next "that can be dan-" + next "gerous.@" |