From 6624b13cbde902470fcebf219beb843fe07e5aed Mon Sep 17 00:00:00 2001 From: Mischa Poslawsky Date: Sun, 22 Feb 2009 16:25:41 +0100 Subject: [PATCH 1/1] rename to Wormy --- worm.txt => wormy.txt | 18 +++++++++--------- worm.z80 => wormy.z80 | 12 ++++++------ 2 files changed, 15 insertions(+), 15 deletions(-) rename worm.txt => wormy.txt (87%) rename worm.z80 => wormy.z80 (99%) diff --git a/worm.txt b/wormy.txt similarity index 87% rename from worm.txt rename to wormy.txt index ca5fe1f..993be73 100644 --- a/worm.txt +++ b/wormy.txt @@ -1,17 +1,17 @@ - ############### - Title : ### W O R M ### - ############### + ################# + Title : ### W O R M Y ### + ################# Version : 86% Release Date : hopefully before may 2000 - File(s) : worm.86p (4kB) + File(s) : wormy.86p (4kB) 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 - 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) @@ -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. -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. @@ -84,4 +84,4 @@ be included with any distribution. Matthew Shepcar - for writing the original Peaworm Jonah Cohen - wrote some parts of Worm -. \ No newline at end of file +. diff --git a/worm.z80 b/wormy.z80 similarity index 99% rename from worm.z80 rename to wormy.z80 index af6b84a..386a5bc 100644 --- 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 -- 2.30.0