X-Git-Url: http://git.shiar.nl/wormy.git/blobdiff_plain/18959d722238409d68bd3a979624cc80c7d5b3d9:/worm.z80..6624b13cbde902470fcebf219beb843fe07e5aed:/wormy.z80?ds=sidebyside 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