convert source text files to unicode
[wormy.git] / wormy.z80
index 5bf22f79f92cf289ea5f6db04e10291ab8a664d7..bd08056296c32208b896f6486104fac4f2068743 100644 (file)
--- a/wormy.z80
+++ b/wormy.z80
@@ -1,19 +1,19 @@
-;___����________________________________________________________����____________
-;  ����                                                         �����
-; ���                                                            ����     ����
-;���      �����          ��������       �����     ����  ����      ���     �����
-;���     �������       �����������     �������   �������������     ��    ��� ���
-;��     ���   ���     �����    ����   ����  ��� ���  ����  ���     ���  ���� ���
-;��     ��     ��     ��  �      ��� ����      ���  ������  ���    ���  ���   ��
-;��     ��     ��     �� ��      ��� ���       ��� ���� ��� ���    ��� ����   ��
-;��     ���   ���     �� ��       �� ���       �������   ��� ��     �������   ��
-;��     ���   ���    ��� ��       �� ��        �� ���    ��� ���     �����   ���
-;���     ��� ���     ��� ��       �� ���       �� ����  ���� ���             ���
-;���      �����     ���  ���     ��� ���       ��  ��������  ���            ���
-; ���      ���      ���  ���     ��� ���       ���  ������   ���            ���
-;  ����  �������  ����    ���   ���  ����      ���            �����       ����
-;   �������� ��������     ���������   ���      ���             ���������������
-;    �����     �����       �������     ��       ���              �����������
+;___▄███________________________________________________________▄▄▄▄____________
+;  ███▀                                                         ████▌
+; ███                                                            ▀███     ▐██▄
+;▐██      ▄███▄          ▄▄████▄▄       ▄████     ▄██▄  ▄██▄      ▐██     █████
+;██▌     ███████       ▄██████████     ███████   ████████████▄     ██    ███ ███
+;██     ██▀   ▀██     ▐██▀▀    ▀███   ███▀  ██▌ ██▀  ████  ▀██     ██▌  ▐██▌ ▐██
+;██     ██     ██     ██  ▄      ██▌ ▐██▌      ▐██  ██████  ██▌    ███  ███   ██
+;██     ██     ██     ██ ██      ▐██ ███       ██▌ ███▀ ▐██ ▀██    ███ ▐███   ██
+;██     ██▌   ▐██     ██ ██       ██ ██▌       ██▌▐██▌   ██▌ ██     ██████▀   ██
+;██     ▐██   ██▌    ▐██ ██       ██ ██        ██ ▐██    ██▌ ██▌     ▀███▀   ▐██
+;██▌     ██▄ ▄██     ██▌ ██       ██ ██▌       ██ ▐██▌  ▐██▌ ██▌             ██▌
+;▐██      █████     ▐██  ██▌     ▐██ ██▌       ██  ▀██▄▄██▀  ███            ▐██
+; ███      ███      ██▌  ▐██     ██▌ ███       ██▌  ▀████▀   ▐██            ███
+;  ███▄  ▄█████▄  ▄███    ██▌   ███  ▐██▌      ██▌            ███▄▄       ▄███
+;   ███████▀ ▀███████     ▐██▄▄███▌   ███      ▐██             ██████████████▌
+;    ▀███▀     ▀██▀▀       ▀█████▀     ██       ██▌              ▀█████████▀
 ;_______________________________________________________________________________
 ;
 ; Version                  :                                      100% (1.00.36)
@@ -240,13 +240,13 @@ score       =   9
 wdelay      =   11
 lives       =   12
 head        =   13
-                    ; 15B (wormNset)
-tail        =   15  ; |also@next level
-storepos    =   17  ; |
-reserv      =   18  ; |loop (race:lap|ctf:pea)
-wleft       =   19  ; |
-wright       =   20  ; |
-name        =   21  ; |_
+                    ; 15B (wormNset)
+tail        =   15  ; also@next level
+storepos    =   17  ; 
+reserv      =   18  ; loop (race:lap|ctf:pea)
+wleft       =   19  ; 
+wright      =   20  ; │
+name        =   21  ; _
 
 wormsize    =   30 ;^mark^
 
@@ -4487,15 +4487,15 @@ _datadecs   =  %00100000 ;decrease score on death=1
 _datafood   =  %01000000 ;food present=0 (6!)
 _dataPmult  =  %10000000 ;multiple peas=1 (no _datafood) (7!)
 
-         ;            game info (see above)
-          ;           | �lives (0=unlimited)
-           ;          | | �nrworms (can be altered by user)
-            ;         | | | �level (reset to 1 at startup)
-             ;        | | | |  �speed/delay (-1=def)
-              ;       | | | |  |  �grow speed (-1=none; 0=continuous)
-               ;      | | | |  |  |  �turn speed (8=def)
-                ;     | | | |  |  |  |  �score limit (0=none)
-gamesingle  =  0 ;    | | | |  |  |  |  |
+         ;            game info (see above)
+          ;           │ ┌lives (0=unlimited)
+           ;          │ │ ┌nrworms (can be altered by user)
+            ;         │ │ │ ┌level (reset to 1 at startup)
+             ;        │ │ │ │  ┌speed/delay (-1=def)
+              ;       │ │ │ │  │  ┌grow speed (-1=none; 0=continuous)
+               ;      │ │ │ │  │  │  ┌turn speed (8=def)
+                ;     │ │ │ │  │  │  │  ┌score limit (0=none)
+gamesingle  =  0 ;    │ │ │ │  │  │  │  │
 datasingle:.db %00100110,3,1,1,-1,-1, 8, 0 ;Singleplayer (SP; 3 lives)
 gamepeas    =  1
 datapeas:  .db %00100100,1,1,1,-1,126,8, 0 ;Peaworm (SP; 1 live, 127 growth)
@@ -4546,4 +4546,4 @@ templevels:
 
   .end
 
-.end
\ No newline at end of file
+.end