diff --git a/README.md b/README.md index f71cdef..db31bd2 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,11 @@ -# Among-Us-Drip-C64 +# Among Us Drip C64 It's the Among Us drip meme on a Commodore 64. What else did you expect? Created by: - - IanSkinner1982 - -SID play code from https://youtu.be/LzXJifSjFpk. + - IanSkinner1982 (program and graphics) + - PipeWarp (sound) + +SID playing code from https://youtu.be/LzXJifSjFpk. diff --git a/prg.txt b/prg.bas similarity index 95% rename from prg.txt rename to prg.bas index 420f817..d63be71 100644 --- a/prg.txt +++ b/prg.bas @@ -11,7 +11,7 @@ 100 data120,169,0,32,0,16,32,3,16,173,18,208,201,112,208,249,173,1,220,201,255,240,239,169,0,141,24,212,88,96,999 250 x=2:load"sustune.dat",8,1 300 poke56,92:print"hold on you sussy baka! i'm still loading!" -305 x=3:load"sus.kla",8,1 +305 x=3:load"susground.kla",8,1 310 poke88,0:poke89,95:poke90,64:poke91,130:poke781,4:poke782,0:sys41964 320 poke88,0:poke89,219:poke90,40:poke91,134:poke781,4:poke782,0:sys41964 330 poke56576,150 diff --git a/sus.kla b/susground.kla similarity index 100% rename from sus.kla rename to susground.kla