From 1e86625c87ec95ee7e79c3d5766083bfbce9989a Mon Sep 17 00:00:00 2001 From: "U-Fish-PC\\Daniel" Date: Fri, 16 May 2014 19:50:38 -0400 Subject: Pull most data out of main.asm --- data/credit_mons.asm | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100755 data/credit_mons.asm (limited to 'data/credit_mons.asm') 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 -- cgit v1.3.1-sl0p