From 1876a18ca8df681bd7285c823abd0b031c468406 Mon Sep 17 00:00:00 2001 From: Mischa Poslawsky Date: Mon, 4 Mar 2002 13:51:10 +0100 Subject: [PATCH] wormy 0.99.304 --- wormy.z80 | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/wormy.z80 b/wormy.z80 index 0aba3e5..7473d01 100644 --- a/wormy.z80 +++ b/wormy.z80 @@ -16,8 +16,8 @@ ; ßÛÛÛß ßÛÛßß ßÛÛÛÛÛß ÛÛ ÛÛÝ ßÛÛÛÛÛÛÛÛÛß ;_______________________________________________________________________________ ; -; Version : 98% (0.98.227) -; Release Date : 2002 February 27 +; Version : 99% (0.99.34) +; Release Date : 2002 March 4 ; Author(s) : Shiar ; Email Address : wormy@shiar.org ; Web Page : www.shiar.org @@ -27,8 +27,9 @@ ; Other games by author(s) : Nemesis beta ; Additional Credits to : Matthew Shepcar : wrote original Peaworm, end'98 ; Jonah Cohen : helped writing worm -; Files : wormy.z80 (89kB) : 515ad14b922572bdc8a96e780b8b24ca -; wormy.86p (6512) : efef32a8c541b4585087f55deb31f51d +; Files : wormy.txt (9283) : 12345678901234567890123456789012 +; wormy.z80 (100k) : 515ad14b922572bdc8a96e780b8b24ca +; wormy.86g (12k) : efef32a8c541b4585087f55deb31f51d ;_______________________________________________________________________________ ;--- notes --------------------------------------------------------------------- @@ -145,6 +146,7 @@ ; X [227] fixed: ctf score increased by taking _any_ pea ; X [227] no more points in race for dieing on the second half ; X [227] no score decrease for dieing in race (no longer needed, see above) +; 99% = CURRENT ; 1% * LINK: >Somehow do a lot of testing with 2 calcs< *sigh* ; * LVL: episode #5: 10 easy sp levels (do i _have_ to?) ; * LVL: Eric's Yumworms (ep#5?) @@ -334,7 +336,7 @@ start: ;turn back NOW! .db %1010010 jr nz,$+47 dec l - .db " 98% .227",0 + .db " 99% .34",0 WormIcon: .db 8,2 .db %00000000,%00111100 @@ -407,6 +409,9 @@ int_end: ;--- search levels ------------------------------------------------------------- Start: + cal _runindicoff + cal _flushallmenus + cal _RAM_PAGE_7 ld hl,$BFFF ;VAT start ld ix,templevels @@ -672,9 +677,9 @@ levelloaded: ; | | | |_____| | \_ |______ _____ __|__ | \_| __|__ | ;_______________________________________________________________________________ +; cal _runindicoff ;this is after level selection (run from yas1 or restart) +; cal _flushallmenus ;so this stuff should already be done earlier or by yas ld (SpSave),sp - cal _runindicoff - cal _flushallmenus im 1 ld a,$D4 -- 2.30.0