rename to Wormy
[wormy.git] / wormy.z80
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
-; 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
-; 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)
@@ -135,7 +135,7 @@ start:
   .dw WormIcon
 
 WormMsg:
-  .db "WORM by SHIAR -- alpha 92%",0
+  .db "WORMY by SHIAR -- alpha 92%",0
 WormIcon:
   .db 9,2
   .db %10010110,%01101111
@@ -149,7 +149,7 @@ WormIcon:
   .db %11000011,%10000000
 
 levelhead  = 'w'
-levelhead2 = 92 ;worm levels header = "92"
+levelhead2 = 92 ;wormy levels header = "92"
 
 int_handler:
   ex af,af'
@@ -3099,4 +3099,4 @@ templevels:
 
   .end
 
-.end
\ No newline at end of file
+.end