rename to Wormy
authorMischa Poslawsky <wormy@shiar.org>
Sun, 22 Feb 2009 15:25:41 +0000 (16:25 +0100)
committerMischa Poslawsky <wormy@shiar.org>
Sun, 22 Feb 2009 15:28:13 +0000 (16:28 +0100)
wormy.txt [moved from worm.txt with 87% similarity]
wormy.z80 [moved from worm.z80 with 99% similarity]

similarity index 87%
rename from worm.txt
rename to wormy.txt
index ca5fe1f8d3aa01aca4f2386ee9820334bdc0482e..993be739777605f34a1a78b8c0c496a0e84fd504 100644 (file)
--- a/worm.txt
+++ b/wormy.txt
@@ -1,17 +1,17 @@
-                          ###############
-                  Title : ### W O R M ###
-                          ###############
+                          #################
+                  Title : ### W O R M ###
+                          #################
                 Version : 86%
            Release Date : hopefully before may 2000
                 Version : 86%
            Release Date : hopefully before may 2000
-                File(s) : worm.86p (4kB)
+                File(s) : wormy.86p (4kB)
                           wormlvl.86s (1kB)
                           wormlvl.86s (1kB)
-                          worm.txt
+                          wormy.txt
                  Author : Shiar
           Email Address : shiar@mailroom.com
                 ICQ UIN : #43840958
                Web Page : www.games3.net/shiar
             Description : singleplayer/multiplayer Nibbles-like game
                  Author : Shiar
           Email Address : shiar@mailroom.com
                 ICQ UIN : #43840958
                Web Page : www.games3.net/shiar
             Description : singleplayer/multiplayer Nibbles-like game
- Where to get this game : games3.net/shiar (home of Worm)
+ Where to get this game : games3.net/shiar (home of Wormy)
   Other games by author : Nemesis (beta)
   Additional Credits to : Matthew Shepcar (wrote original Peaworm)
                           Jonah Cohen (wrote some parts of Worm)
   Other games by author : Nemesis (beta)
   Additional Credits to : Matthew Shepcar (wrote original Peaworm)
                           Jonah Cohen (wrote some parts of Worm)
@@ -74,8 +74,8 @@ appreciate it if you send me a copy of your levels.
 *** CREDITS
 This game was made by SHIAR. Please contact me at shiar@mailroom.com, or
 ICQ UIN #43840958.
 *** CREDITS
 This game was made by SHIAR. Please contact me at shiar@mailroom.com, or
 ICQ UIN #43840958.
-Also visit the home of Worm at www.games3.net/shiar (come.to/shiar) for the
-latest news about Worm and other games by me.
+Also visit the home of Wormy at www.games3.net/shiar (come.to/shiar) for the
+latest news about Wormy and other games by me.
 
 You may not release an altered version of this program, and all files must
 be included with any distribution.
 
 You may not release an altered version of this program, and all files must
 be included with any distribution.
@@ -84,4 +84,4 @@ be included with any distribution.
 Matthew Shepcar - for writing the original Peaworm
 Jonah Cohen - wrote some parts of Worm
 
 Matthew Shepcar - for writing the original Peaworm
 Jonah Cohen - wrote some parts of Worm
 
-.
\ No newline at end of file
+.
similarity index 99%
rename from worm.z80
rename to wormy.z80
index af6b84aa3132cacbf22cbbb1fe8682a7dde596d3..386a5bcbd32a1b630ee7c134ebea9a5790023edb 100644 (file)
--- a/worm.z80
+++ b/wormy.z80
@@ -1,13 +1,13 @@
-; Title                      : Worm
+; Title                      : Wormy
 ; Version                    : 92%
 ; Release Date               : june 2000
 ; Version                    : 92%
 ; Release Date               : june 2000
-; Filename                   : worm.86p (5kb)
+; Filename                   : wormy.86p (5kb)
 ; Author(s)                  : Shiar
 ; Email Address              : shiar0@hotmail.com
 ; ICQ UIN                    : #43840958
 ; Web Page                   : www.shiar.org
 ; Description                : ruling Nibbles-like game 1-4 players
 ; Author(s)                  : Shiar
 ; Email Address              : shiar0@hotmail.com
 ; ICQ UIN                    : #43840958
 ; Web Page                   : www.shiar.org
 ; Description                : ruling Nibbles-like game 1-4 players
-; Where to get this game     : www.shiar.org (home of Worm)
+; Where to get this game     : www.shiar.org (home of Wormy)
 ; Other games by author(s)   : Nemesis beta
 ; Additional Credits to      : Matthew Shepcar (wrote original Peaworm, end'98)
 ;                              Jonah Cohen (helped writing worm)
 ; Other games by author(s)   : Nemesis beta
 ; Additional Credits to      : Matthew Shepcar (wrote original Peaworm, end'98)
 ;                              Jonah Cohen (helped writing worm)
@@ -135,7 +135,7 @@ start:
   .dw WormIcon
 
 WormMsg:
   .dw WormIcon
 
 WormMsg:
-  .db "WORM by SHIAR -- alpha 92%",0
+  .db "WORMY by SHIAR -- alpha 92%",0
 WormIcon:
   .db 9,2
   .db %10010110,%01101111
 WormIcon:
   .db 9,2
   .db %10010110,%01101111
@@ -149,7 +149,7 @@ WormIcon:
   .db %11000011,%10000000
 
 levelhead  = 'w'
   .db %11000011,%10000000
 
 levelhead  = 'w'
-levelhead2 = 92 ;worm levels header = "92"
+levelhead2 = 92 ;wormy levels header = "92"
 
 int_handler:
   ex af,af'
 
 int_handler:
   ex af,af'
@@ -3099,4 +3099,4 @@ templevels:
 
   .end
 
 
   .end
 
-.end
\ No newline at end of file
+.end