wormy 0.99.304
authorMischa Poslawsky <wormy@shiar.org>
Mon, 4 Mar 2002 12:51:10 +0000 (13:51 +0100)
committerMischa Poslawsky <wormy@shiar.org>
Mon, 2 Mar 2009 21:39:18 +0000 (22:39 +0100)
wormy.z80

index 0aba3e5c163e710a33901241408092ec0724e774..7473d013ec01d4fc09369a84f27737e66ceab965 100644 (file)
--- 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 ---------------------------------------------------------------------
 ;     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