diff options
| author | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2014-05-16 19:50:38 -0400 |
|---|---|---|
| committer | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2014-05-16 19:50:38 -0400 |
| commit | 1e86625c87ec95ee7e79c3d5766083bfbce9989a (patch) | |
| tree | 11da61f3d377283b9390a319528bf51c88f4f369 /data/credit_mons.asm | |
| parent | b0a1502e2137efd980646e53ac79799c2c278e71 (diff) | |
Pull most data out of main.asm
Diffstat (limited to 'data/credit_mons.asm')
| -rwxr-xr-x | data/credit_mons.asm | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/data/credit_mons.asm b/data/credit_mons.asm new file mode 100755 index 00000000..2927ee00 --- /dev/null +++ b/data/credit_mons.asm @@ -0,0 +1,16 @@ +CreditsMons: ; 74131 (1d:4131) + db VENUSAUR + db ARBOK + db RHYHORN + db FEAROW + db ABRA + db GRAVELER + db HITMONLEE + db TANGELA + db STARMIE + db GYARADOS + db DITTO + db OMASTAR + db VILEPLUME + db NIDOKING + db PARASECT
\ No newline at end of file |
