mirror of
https://github.com/pkali/scorch_src.git
synced 2026-05-21 06:39:46 +02:00
Compare commits
53 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d0049826f5 | |||
| 5a6b5f7dc4 | |||
| f485d120c8 | |||
| c6264013d9 | |||
| b4af765f4f | |||
| 9cdb9fe18c | |||
| 788b5db180 | |||
| c7e65f1d61 | |||
| 8c6fee0631 | |||
| 403288548c | |||
| 166d05c0e6 | |||
| 38ba45001a | |||
| 05f3f32f00 | |||
| d14f9a2999 | |||
| 18cce6377e | |||
| ee9d6b7ce9 | |||
| 42cc896ec5 | |||
| 091335dbc9 | |||
| 9c912d4cc7 | |||
| e7a35087bd | |||
| 8013246d3b | |||
| d0ac15f27b | |||
| 1dc680f5e2 | |||
| 0a82a9a96b | |||
| d9da258735 | |||
| 05a289ffea | |||
| ba780df597 | |||
| 7d9e6d2045 | |||
| b60efd0bbb | |||
| f6157ea548 | |||
| 3bbd5838ec | |||
| b101bbbce1 | |||
| 38b6af6720 | |||
| 6313ef2b77 | |||
| a154966e93 | |||
| f4213a7cf4 | |||
| 2fb40c444f | |||
| dedfd7a248 | |||
| ccd3fa5224 | |||
| 89b3834dc8 | |||
| 7a97ff622d | |||
| 1bc3b3b72f | |||
| b6dd5a9902 | |||
| 6f62d49407 | |||
| cc41bcd323 | |||
| 8086a78d79 | |||
| 22fc555f8e | |||
| a33d7d541d | |||
| fbcbab2eec | |||
| 43ae88673c | |||
| 927163f41d | |||
| cdd1b83367 | |||
| 5ba4ecd802 |
+13
-5
@@ -24,11 +24,16 @@ On the first screen, you can configure gameplay options:
|
|||||||
|
|
||||||
Select options with cursor keys or a joystick.
|
Select options with cursor keys or a joystick.
|
||||||
|
|
||||||
|
The [TAB] or [SELECT] key, and on the Atari 5200 console the [5] controller key change the color of the mountains.
|
||||||
|
|
||||||
The [RETURN] key or a joystick button moves to the next screen.
|
The [RETURN] key or a joystick button moves to the next screen.
|
||||||
|
|
||||||
## 2. Entering the name of players and selecting the level of computer-controlled players
|
## 2. Entering the name of players and selecting the level of computer-controlled players
|
||||||
|
|
||||||
The second screen is shown for each player. Here you can use the cursor keys or joystick to select whether the tank will be driven by a human (HUMAN option) or a computer (other options). At the same time, you can enter the name of the selected player from the keyboard.
|
The second screen is shown for each player. Here you can use the cursor keys or joystick to select whether the tank will be driven by a human (HUMAN option) or a computer (other options).
|
||||||
|
The [TAB] or [SELECT] key, and on the Atari 5200 console the [5] controller key allow you to choose which joystick port the player will use.
|
||||||
|
The [INVERSE] or [OPTION] key allows you to select one of the 3 available tank shapes. On the Atari 5200 console, this is achieved by cycling through joystick ports with the [5] key.
|
||||||
|
At the same time, you can enter the name of the selected player from the keyboard.
|
||||||
When the [RETURN] key is pressed or the Joystick button is pressed briefly, the screen switches to the next player until the difficulty levels for each player are selected.
|
When the [RETURN] key is pressed or the Joystick button is pressed briefly, the screen switches to the next player until the difficulty levels for each player are selected.
|
||||||
The player's name can also be entered with the joystick. After pressing and holding the button for more than 1s. you can use up/down movements to change the letter being entered, and left/right movements to change its position in the name. Releasing the button ends the name entry and returns to the level selection.
|
The player's name can also be entered with the joystick. After pressing and holding the button for more than 1s. you can use up/down movements to change the letter being entered, and left/right movements to change its position in the name. Releasing the button ends the name entry and returns to the level selection.
|
||||||
|
|
||||||
@@ -47,12 +52,14 @@ Another [RETURN] key or joystick button press switches to the next player's shop
|
|||||||
|
|
||||||
The status line shows which player is currently allowed to take a shot and a set of other information:
|
The status line shows which player is currently allowed to take a shot and a set of other information:
|
||||||
* player's tank name,
|
* player's tank name,
|
||||||
|
* active joystick number
|
||||||
* currently selected offensive weapon,
|
* currently selected offensive weapon,
|
||||||
* the player's remaining energy points and if he has an active defensive weapon that has its energy - in parentheses the energy level,
|
* the player's remaining energy points and if he has an active defensive weapon that has its energy - in parentheses the energy level,
|
||||||
* the angle and the direction of the barrel set by the player,
|
* the angle and the direction of the barrel set by the player,
|
||||||
* the shot strength set by the player (the maximum shot strength is limited by the player's energy - it can not exceed the energy * 10 . This means that you can fire weaker shots only when having a small amount of energy,
|
* the shot strength set by the player (the maximum shot strength is limited by the player's energy - it can not exceed the energy * 10 . This means that you can fire weaker shots only when having a small amount of energy,
|
||||||
* the current round number,
|
* the current round number,
|
||||||
* wind speed and direction,
|
* wind speed and direction,
|
||||||
|
* "computer" symbol if **Auto Defense** is active,
|
||||||
* in parentheses is the name of the active defensive weapon - if there is any activated by the player.
|
* in parentheses is the name of the active defensive weapon - if there is any activated by the player.
|
||||||
|
|
||||||
The keyboard controls here are simple, cursor keys or joystick: left/right - change the angle of the barrel, up/down - change the the force of the shot.
|
The keyboard controls here are simple, cursor keys or joystick: left/right - change the angle of the barrel, up/down - change the the force of the shot.
|
||||||
@@ -60,7 +67,7 @@ The keyboard controls here are simple, cursor keys or joystick: left/right - cha
|
|||||||
| A800 | 5200 | function |
|
| A800 | 5200 | function |
|
||||||
| --- | --- | --- |
|
| --- | --- | --- |
|
||||||
| [SPACE] | [0] | or joystick button pressed briefly - firing a shot. |
|
| [SPACE] | [0] | or joystick button pressed briefly - firing a shot. |
|
||||||
| [TAB] or [SELECT] | [5] | selection of offensive weapons (this option is not available directly with the joystick - you need to select Inventory) |
|
| [TAB] or [SELECT] | [5] | selection of offensive weapons (this option is not available directly with the joystick - you need to select Inventory). In the main menu it changes the mountain shading, indicated by the hill color change at the bottom of the screen. |
|
||||||
| [I] | [9] | or longer holding the joystick button - go to Inventory. It is a screen (actually two) with the same layout as the shopping menu, it also works similarly except that here you don't buy weapons, but choose one of the offensive ones to shoot or activate a defensive weapon. |
|
| [I] | [9] | or longer holding the joystick button - go to Inventory. It is a screen (actually two) with the same layout as the shopping menu, it also works similarly except that here you don't buy weapons, but choose one of the offensive ones to shoot or activate a defensive weapon. |
|
||||||
| [A] or [OPTION] | [7] | go directly to the defensive weapons activation.
|
| [A] or [OPTION] | [7] | go directly to the defensive weapons activation.
|
||||||
| [M] | [PAUSE] | disable/enable background music. |
|
| [M] | [PAUSE] | disable/enable background music. |
|
||||||
@@ -69,6 +76,7 @@ The keyboard controls here are simple, cursor keys or joystick: left/right - cha
|
|||||||
| [O] | [3] | end the current game and jump to the Game Over screen with a summary. The summary of the results does not take into account the current round of the game, but only the rounds completed earlier. This corresponds to pressing the [ESC] key with the difference that the summary and credits are displayed. |
|
| [O] | [3] | end the current game and jump to the Game Over screen with a summary. The summary of the results does not take into account the current round of the game, but only the rounds completed earlier. This corresponds to pressing the [ESC] key with the difference that the summary and credits are displayed. |
|
||||||
| [START] + [OPTION] | N/A | immediately force the end of the game (Game Over), just like [O] but without confirmation.
|
| [START] + [OPTION] | N/A | immediately force the end of the game (Game Over), just like [O] but without confirmation.
|
||||||
| [ESC] | [*] | during the entire game at any time (unless the computer is playing, then sometimes you have to wait a while) you can press the [ESC] key, which allows you to abort the game and return to the beginning (of course, there is protection against accidental pressing). |
|
| [ESC] | [*] | during the entire game at any time (unless the computer is playing, then sometimes you have to wait a while) you can press the [ESC] key, which allows you to abort the game and return to the beginning (of course, there is protection against accidental pressing). |
|
||||||
|
| [Y] | [1] | when asked to abort or terminate the game - confirmation |
|
||||||
|
|
||||||
## 5. Game mechanics - offensive weapons
|
## 5. Game mechanics - offensive weapons
|
||||||
|
|
||||||
@@ -128,7 +136,7 @@ And here are the values of maximum energy loss for individual weapons. If a weap
|
|||||||
| Missile | 136 |
|
| Missile | 136 |
|
||||||
| Baby Nuke | 200 |
|
| Baby Nuke | 200 |
|
||||||
| Nuke | 240 |
|
| Nuke | 240 |
|
||||||
| LeapFrog| 136 120 104 |
|
| LeapFrog| 136 112 112 |
|
||||||
| Funky Bomb | 168 88 (* 5) |
|
| Funky Bomb | 168 88 (* 5) |
|
||||||
| MIRV | 136 (* 5) |
|
| MIRV | 136 (* 5) |
|
||||||
| Death's Head | 240 (* 5) |
|
| Death's Head | 240 (* 5) |
|
||||||
@@ -171,7 +179,7 @@ Only these points determine the order in the summary
|
|||||||
* **Long Schlong** - a special weapon :) - Costs a lot, doesn't really help with anything (except possibly digging yourself out but only when slightly buried but it has a cool name and looks cool :) - It can be activated independently of other defensive weapons and remains active until the end of the round (it cannot be deactivated).
|
* **Long Schlong** - a special weapon :) - Costs a lot, doesn't really help with anything (except possibly digging yourself out but only when slightly buried but it has a cool name and looks cool :) - It can be activated independently of other defensive weapons and remains active until the end of the round (it cannot be deactivated).
|
||||||
* **Lazy Boy** - it is not actually a defensive weapon. It is an aiming aid. When it is activated, the tank tries to aim at the nearest enemy and automatically adjusts the power of the shot and angle. If it has too little energy, it can sometimes aim wrong (it uses a method like **Cyborg** to aim). Like **Battery**, it does not deactivate other defensive weapons when used. Note: There is no point in activating this weapon before the round, targeting will not take place because there is nothing to target yet.
|
* **Lazy Boy** - it is not actually a defensive weapon. It is an aiming aid. When it is activated, the tank tries to aim at the nearest enemy and automatically adjusts the power of the shot and angle. If it has too little energy, it can sometimes aim wrong (it uses a method like **Cyborg** to aim). Like **Battery**, it does not deactivate other defensive weapons when used. Note: There is no point in activating this weapon before the round, targeting will not take place because there is nothing to target yet.
|
||||||
* **Lazy Darwin** - works exactly like **Lazy Boy** but targets the weakest opponent.
|
* **Lazy Darwin** - works exactly like **Lazy Boy** but targets the weakest opponent.
|
||||||
* **Auto Defense** - activates the mode of automatic activation of defensive weapons. After its activation, the tank automatically activates the strongest shield it has (consuming it, of course) at any time when there is no shield (also between shots of other players). At the same time, if the tank's energy level drops below 30 units, it automatically activates **Battery** if it has it. This weapon remains active until the end of the round and is indicated by the letter "A" before the name of the active defensive weapon in the status line. It is the second defensive weapon that does not deactivate other defensive weapons when used.
|
* **Auto Defense** - activates the mode of automatic activation of defensive weapons. After its activation, the tank automatically activates the strongest shield it has (consuming it, of course) at any time when there is no shield (also between shots of other players). At the same time, if the tank's energy level drops below 30 units, it automatically activates **Battery** if it has it. This weapon remains active until the end of the round and is indicated by the "computer" symbol before the name of the active defensive weapon in the status line. It is the second defensive weapon that does not deactivate other defensive weapons when used.
|
||||||
* **Spy Hard** - Help for the forgetful :) . When activated, it shows a preview of information about the next opponents one by one. Left/Right - changes the "spied" tank. Fire/Space/Return/Esc - ends the "spying". This is the last defensive weapon, which does not deactivate other defensive weapons when used.
|
* **Spy Hard** - Help for the forgetful :) . When activated, it shows a preview of information about the next opponents one by one. Left/Right - changes the "spied" tank. Fire/Space/Return/Esc - ends the "spying". This is the last defensive weapon, which does not deactivate other defensive weapons when used.
|
||||||
|
|
||||||
None of the shields protect against **Napalm**. **Bouncy Castle** or **Mag Deflector** on a direct hit will deflect it or carry it past, but just hit very close to a tank and its shield will not save it.
|
None of the shields protect against **Napalm**. **Bouncy Castle** or **Mag Deflector** on a direct hit will deflect it or carry it past, but just hit very close to a tank and its shield will not save it.
|
||||||
@@ -184,7 +192,7 @@ And of course, activating a weapon when you already have some other weapon activ
|
|||||||
|
|
||||||
## 7. "Other" weapons:
|
## 7. "Other" weapons:
|
||||||
|
|
||||||
* **Buy me!** - this is a 'loot box', not a weapon per se. Buying it draws one of the offensive or (rarely) defensive weapons and adds it to the player's arsenal. It is a lottery in which you can lose (if you draw a weapon cheaper than the **Buy Me!** price) but also gain. You can get a weapon otherwise not affordable at all!
|
* **Best F...g Gifts** - this is a 'loot box', not a weapon per se. Buying it draws one of the offensive or (rarely) defensive weapons and adds it to the player's arsenal. It is a lottery in which you can lose (if you draw a weapon cheaper than the **Best F...g Gifts** price) but also gain. You can get a weapon otherwise not affordable at all! There is a small probability of drawing by **Best F...g Gifts** itself :). You can then try to use it in battle.
|
||||||
|
|
||||||
## 8. difficulty levels of computer-controlled opponents:
|
## 8. difficulty levels of computer-controlled opponents:
|
||||||
|
|
||||||
|
|||||||
+13
-7
@@ -23,10 +23,15 @@ Na pierwszym ekranie możemy skonfigurować opcje rozgrywki:
|
|||||||
|
|
||||||
Wybór opcji klawiszami kursora lub joystickiem.
|
Wybór opcji klawiszami kursora lub joystickiem.
|
||||||
|
|
||||||
|
Klawisz [TAB] lub [SELECT], a na konsoli Atari 5200 klawisz [5] kontrolera zmieniają kolor gór.
|
||||||
|
|
||||||
Klawisz [RETURN] lub przycisk Joysticka przechodzi do następnego ekranu.
|
Klawisz [RETURN] lub przycisk Joysticka przechodzi do następnego ekranu.
|
||||||
|
|
||||||
## 2. Wprowadzanie nazwy graczy i wybór poziomu graczy sterowanych przez komputer
|
## 2. Wprowadzanie nazwy graczy i wybór poziomu graczy sterowanych przez komputer
|
||||||
Drugi ekran powtarza się dla każdego z graczy można na nim klawiszami kursora lub joystickiem wybrać czy danym czołgiem będzie kierował człowiek (opcja HUMAN) czy też komputer (pozostałe opcje). Jednocześnie z klawiatury można wprowadzić nazwę wybranego gracza.
|
Drugi ekran powtarza się dla każdego z graczy można na nim klawiszami kursora lub joystickiem wybrać czy danym czołgiem będzie kierował człowiek (opcja HUMAN) czy też komputer (pozostałe opcje).
|
||||||
|
Klawisz [TAB] lub [SELECT], a na konsoli Atari 5200 klawisz [5] kontrolera pozwalają wybrać z którego portu joysticka będzie korzystał gracz.
|
||||||
|
Klawisz [INVERSE] lub [OPTION] umożliwiają wybór jednego z 3 dostępnych kształtów czołgów. Na konsoli Atari 5200 uzyskuje się to poprzez cykliczne wybieranie kolejnych portów joysticka klawiszem [5].
|
||||||
|
Jednocześnie z klawiatury można wprowadzić nazwę wybranego gracza.
|
||||||
Po naciśnięciu klawisza [RETURN] lub krótkim naciśnięciu przycisku Joysticka ekran przechodzi na następnego gracza aż zostaną wybrane poziomy trudności dla wszystkich.
|
Po naciśnięciu klawisza [RETURN] lub krótkim naciśnięciu przycisku Joysticka ekran przechodzi na następnego gracza aż zostaną wybrane poziomy trudności dla wszystkich.
|
||||||
Nazwę gracza można wprowadzać także przy pomocy joysticka. Po wciśnięciu i przytrzymaniu przycisku ponad 1s. za pomocą ruchów góra/dół można zmienić wprowadzaną literę, a lewo/prawo jej pozycję w nazwie. Puszczenie przycisku kończy wprowadzanie nazwy i wraca do wyboru poziomu.
|
Nazwę gracza można wprowadzać także przy pomocy joysticka. Po wciśnięciu i przytrzymaniu przycisku ponad 1s. za pomocą ruchów góra/dół można zmienić wprowadzaną literę, a lewo/prawo jej pozycję w nazwie. Puszczenie przycisku kończy wprowadzanie nazwy i wraca do wyboru poziomu.
|
||||||
|
|
||||||
@@ -46,13 +51,14 @@ Klawisz [RETURN] lub przycisk joysticka przechodzi do ekranu zakupów następneg
|
|||||||
|
|
||||||
W linii statusowej widoczna jest informacja o tym który z graczy aktualnie może oddać strzał oraz zestaw innych informacji:
|
W linii statusowej widoczna jest informacja o tym który z graczy aktualnie może oddać strzał oraz zestaw innych informacji:
|
||||||
* nazwa czołgu gracza
|
* nazwa czołgu gracza
|
||||||
|
* numer aktywnego joysticka
|
||||||
* wybrana aktualnie broń ofensywna
|
* wybrana aktualnie broń ofensywna
|
||||||
* pozostała ilość punktów energii gracza i jeśli ma on aktywną broń defensywną posiadającą swój zasób energii - w nawiasie ten zasób
|
* pozostała ilość punktów energii gracza i jeśli ma on aktywną broń defensywną posiadającą swój zasób energii - w nawiasie ten zasób
|
||||||
* ustawiony przez gracza kąt nachylenia lufy i kierunek jej nachylenia
|
* ustawiony przez gracza kąt nachylenia lufy i kierunek jej nachylenia
|
||||||
* ustawiona przez gracza siła strzału (maksymalna siła strzału jest ograniczana przez energię gracza - nie może przekroczyć energii * 10 . Oznacza to, że mając małą ilość energii możemy oddać słabsze strzały
|
* ustawiona przez gracza siła strzału (maksymalna siła strzału jest ograniczana przez energię gracza - nie może przekroczyć energii * 10 . Oznacza to, że mając małą ilość energii możemy oddać słabsze strzały
|
||||||
* numer aktualnej rundy rozgrywki
|
* numer aktualnej rundy rozgrywki
|
||||||
* prędkość i kierunek wiatru
|
* prędkość i kierunek wiatru
|
||||||
* symbol "A" jeśli aktywna jest **Auto Defense**
|
* symbol "komputera" jeśli aktywna jest **Auto Defense**
|
||||||
* w nawiasie nazwę aktywnej broni defensywnej - jeśli jest jakaś aktywowana przez gracza
|
* w nawiasie nazwę aktywnej broni defensywnej - jeśli jest jakaś aktywowana przez gracza
|
||||||
|
|
||||||
Tutaj klawiszologia jest prosta, klawisze kursora lub joystick: lewo/prawo - zmiana kąta nachylenia lufy, góra/dół - zmiana ustawienia siły strzału.
|
Tutaj klawiszologia jest prosta, klawisze kursora lub joystick: lewo/prawo - zmiana kąta nachylenia lufy, góra/dół - zmiana ustawienia siły strzału.
|
||||||
@@ -60,7 +66,7 @@ Tutaj klawiszologia jest prosta, klawisze kursora lub joystick: lewo/prawo - zmi
|
|||||||
| A800 | 5200 | funkcja |
|
| A800 | 5200 | funkcja |
|
||||||
| --- | --- | --- |
|
| --- | --- | --- |
|
||||||
| [SPACJA] | [0] | lub przycisk joysticka naciśnięte krótko - oddanie strzału |
|
| [SPACJA] | [0] | lub przycisk joysticka naciśnięte krótko - oddanie strzału |
|
||||||
| [TAB] lub [SELECT] | [5] | wybór broni ofensywnej (ta opcja nie jest dostępna bezpośrednio joystickiem - trzeba wybrać Inventory) |
|
| [TAB] lub [SELECT] | [5] | wybór broni ofensywnej (ta opcja nie jest dostępna bezpośrednio joystickiem - trzeba wybrać Inventory). W głównym menu zmienia cieniowanie gór, widoczne w kolorze górek na dole ekranu. |
|
||||||
| [I] | [9] | lub dłuższe przytrzymanie przycisku joysticka - przejście do Inventory (aktywacji broni). Inventory to ekran (a w zasadzie dwa) bliźniaczo podobny do ekranu zakupów. Zasady poruszania się są identyczne z tym, że tu nie kupujemy broni, ale wybieramy jedną z ofensywnych, którą będziemy strzelać lub aktywujemy broń defensywną. |
|
| [I] | [9] | lub dłuższe przytrzymanie przycisku joysticka - przejście do Inventory (aktywacji broni). Inventory to ekran (a w zasadzie dwa) bliźniaczo podobny do ekranu zakupów. Zasady poruszania się są identyczne z tym, że tu nie kupujemy broni, ale wybieramy jedną z ofensywnych, którą będziemy strzelać lub aktywujemy broń defensywną. |
|
||||||
| [A] lub [OPTION] | [7] | bezpośrednie przejście na ekran Inventory aktywacji broni defensywnych. |
|
| [A] lub [OPTION] | [7] | bezpośrednie przejście na ekran Inventory aktywacji broni defensywnych. |
|
||||||
| [M] | [PAUSE] | wyłączenie/włączenie muzyki w tle |
|
| [M] | [PAUSE] | wyłączenie/włączenie muzyki w tle |
|
||||||
@@ -69,6 +75,7 @@ Tutaj klawiszologia jest prosta, klawisze kursora lub joystick: lewo/prawo - zmi
|
|||||||
| [O] | [3] | wymuszenie zakończenia gry (Game Over). W podsumowaniu wyników nie jest brana pod uwagę przerwana właśnie runda rozgrywki, a wyłącznie rundy zakończone wcześniej. Odpowiada to wciśnięciu klawisza [ESC] z tą różnicą, że wyświetlane jest podsumowanie oraz creditsy. |
|
| [O] | [3] | wymuszenie zakończenia gry (Game Over). W podsumowaniu wyników nie jest brana pod uwagę przerwana właśnie runda rozgrywki, a wyłącznie rundy zakończone wcześniej. Odpowiada to wciśnięciu klawisza [ESC] z tą różnicą, że wyświetlane jest podsumowanie oraz creditsy. |
|
||||||
| [START] + [OPTION] | brak | natychmiastowe wymuszenie zakończenia gry (Game Over), tak jak [O] ale bez potwierdzenia. |
|
| [START] + [OPTION] | brak | natychmiastowe wymuszenie zakończenia gry (Game Over), tak jak [O] ale bez potwierdzenia. |
|
||||||
| [ESC] | [*] | w czasie całej gry w dowolnym momencie (chyba że akurat gra komputer, wtedy czasem trzeba chwilę poczekać) można nacisnąć klawisz [ESC], który umożliwia przerwanie gry i powrót na początek (oczywiście jest zabezpieczenie przed przypadkowym naciśnięciem). |
|
| [ESC] | [*] | w czasie całej gry w dowolnym momencie (chyba że akurat gra komputer, wtedy czasem trzeba chwilę poczekać) można nacisnąć klawisz [ESC], który umożliwia przerwanie gry i powrót na początek (oczywiście jest zabezpieczenie przed przypadkowym naciśnięciem). |
|
||||||
|
| [Y] | [1] | w przypadku pytania o przerwanie lub zakończenie gry - potwierdzenie decyzji |
|
||||||
|
|
||||||
## 5. Zasady gry - bronie ofensywne
|
## 5. Zasady gry - bronie ofensywne
|
||||||
|
|
||||||
@@ -128,7 +135,7 @@ A oto wartości maksymalnego ubytku energii dla poszczególnych broni. Jeśli br
|
|||||||
| Missile | 136 |
|
| Missile | 136 |
|
||||||
| Baby Nuke | 200 |
|
| Baby Nuke | 200 |
|
||||||
| Nuke | 240 |
|
| Nuke | 240 |
|
||||||
| LeapFrog| 136 120 104 |
|
| LeapFrog| 136 112 112 |
|
||||||
| Funky Bomb | 168 88 (* 5) |
|
| Funky Bomb | 168 88 (* 5) |
|
||||||
| MIRV | 136 (* 5) |
|
| MIRV | 136 (* 5) |
|
||||||
| Death's Head | 240 (* 5) |
|
| Death's Head | 240 (* 5) |
|
||||||
@@ -172,7 +179,7 @@ Tylko te punkty decydują o kolejności w podsumowaniu
|
|||||||
* **Long Schlong** - broń specjalna :) - kosztuje dużo, nie bardzo w czymkolwiek pomaga (poza ewentualnym odkopaniem się ale tylko przy niewielkim przysypaniu ale fajnie się nazywa i wygląda :) - Można ją aktywować niezależnie od innych broni defensywnych i pozostaje aktywna do końca rundy (nie da się jej dezaktywować).
|
* **Long Schlong** - broń specjalna :) - kosztuje dużo, nie bardzo w czymkolwiek pomaga (poza ewentualnym odkopaniem się ale tylko przy niewielkim przysypaniu ale fajnie się nazywa i wygląda :) - Można ją aktywować niezależnie od innych broni defensywnych i pozostaje aktywna do końca rundy (nie da się jej dezaktywować).
|
||||||
* **Lazy Boy** - nie jest to właściwie broń defensywna. Jest to wspomaganie celowania. Po jej aktywacji czołg stara się wycelować w najbliższego przeciwnika i automatycznie ustawia siłę strzału oraz kąt. W przypadku posiadania zbyt małej ilości energii może czasem wycelować źle (do celowania stosuje metodę taką jak **Cyborg**). Tak jak **Battery** nie dezaktywuje innych broni defensywnych w przypadku jej użycia. Uwaga! Nie ma sensu aktywacja tej broni przed rundą, celowanie nie odbędzie się bo nie ma jeszcze do czego celować.
|
* **Lazy Boy** - nie jest to właściwie broń defensywna. Jest to wspomaganie celowania. Po jej aktywacji czołg stara się wycelować w najbliższego przeciwnika i automatycznie ustawia siłę strzału oraz kąt. W przypadku posiadania zbyt małej ilości energii może czasem wycelować źle (do celowania stosuje metodę taką jak **Cyborg**). Tak jak **Battery** nie dezaktywuje innych broni defensywnych w przypadku jej użycia. Uwaga! Nie ma sensu aktywacja tej broni przed rundą, celowanie nie odbędzie się bo nie ma jeszcze do czego celować.
|
||||||
* **Lazy Darwin** - działa dokładnie jak **Lazy Boy** ale celuje w najsłabszego przeciwnika.
|
* **Lazy Darwin** - działa dokładnie jak **Lazy Boy** ale celuje w najsłabszego przeciwnika.
|
||||||
* **Auto Defense** - włącza tryb automatycznej aktywacji broni defensywnych. Po jej aktywowaniu czołg automatycznie aktywuje najmocniejszą posiadaną osłonę (zużywając ją oczywiście) w każdej chwili, kiedy nie ma żadnej osłony (także pomiędzy strzałami innych graczy). Jednocześnie jeżeli poziom energii czołgu spadnie poniżej 30 jednostek, automatycznie aktywuje **Battery** jeżeli ją posiada. Ta broń pozostaje aktywna do końca rundy i jest sygnalizowana literą "A" przed nazwą aktywnej broni defensywnej w linii statusowej. Jest to druga broń defensywna, która nie dezaktywuje innych broni defensywnych w przypadku jej użycia.
|
* **Auto Defense** - włącza tryb automatycznej aktywacji broni defensywnych. Po jej aktywowaniu czołg automatycznie aktywuje najmocniejszą posiadaną osłonę (zużywając ją oczywiście) w każdej chwili, kiedy nie ma żadnej osłony (także pomiędzy strzałami innych graczy). Jednocześnie jeżeli poziom energii czołgu spadnie poniżej 30 jednostek, automatycznie aktywuje **Battery** jeżeli ją posiada. Ta broń pozostaje aktywna do końca rundy i jest sygnalizowana symbolem "komputera" przed nazwą aktywnej broni defensywnej w linii statusowej. Jest to druga broń defensywna, która nie dezaktywuje innych broni defensywnych w przypadku jej użycia.
|
||||||
* **Spy Hard** - Pomoc dla zapominalskich :) . Po aktywacji pokazuje kolejno podgląd informacji o kolejnych przeciwnikach. Lewo/Prawo - zmienia "szpiegowany" czołg. Fire/Space/Return/Esc - kończy "szpiegowanie". Jest to ostatnia broń defensywna, która nie dezaktywuje innych broni defensywnych w przypadku jej użycia.
|
* **Spy Hard** - Pomoc dla zapominalskich :) . Po aktywacji pokazuje kolejno podgląd informacji o kolejnych przeciwnikach. Lewo/Prawo - zmienia "szpiegowany" czołg. Fire/Space/Return/Esc - kończy "szpiegowanie". Jest to ostatnia broń defensywna, która nie dezaktywuje innych broni defensywnych w przypadku jej użycia.
|
||||||
|
|
||||||
W związku z odmiennym działaniem broni **MIRV**, bronie defensywne **Bouncy Castle** i **Mag Deflector** wykorzystują tylko funkcję osłony przy trafieniu tą bronią. Dodatkowo głowice **MIRV** w czasie opadania nie odbijają się i nie przelatują przez ściany boczne!
|
W związku z odmiennym działaniem broni **MIRV**, bronie defensywne **Bouncy Castle** i **Mag Deflector** wykorzystują tylko funkcję osłony przy trafieniu tą bronią. Dodatkowo głowice **MIRV** w czasie opadania nie odbijają się i nie przelatują przez ściany boczne!
|
||||||
@@ -187,8 +194,7 @@ Oczywiście aktywacja broni w momencie kiedy mamy już aktywowaną jakąś inną
|
|||||||
|
|
||||||
## 7. Bronie 'inne' :) :
|
## 7. Bronie 'inne' :) :
|
||||||
|
|
||||||
* **Buy me!** - tej 'broni' nie można używać w rozgrywce. Jej zakup powoduje wylosowanie jednej z broni ofensywnych lub (rzadziej) defensywnych i dodanie jej do arsenału gracza. Jest to loteria w której można stracić (jeśli wylosuje się broń tańsza niż cena **Buy Me!** ale też zyskać. Jeśli wylosuje się broń dużo droższa możemy otrzymać do dyspozycji broń, na którą nie było nas stać!
|
* **Best F...g Gifts** - tej 'broni' nie używa śię w rozgrywce. Jej zakup powoduje wylosowanie jednej z broni ofensywnych lub (rzadziej) defensywnych i dodanie jej do arsenału gracza. Jest to loteria w której można stracić (jeśli wylosuje się broń tańsza niż cena **Best F...g Gifts** ale też zyskać. Jeśli wylosuje się broń dużo droższa możemy otrzymać do dyspozycji broń, na którą nie było nas stać! Istnieje niewielkie prawdopodobieństwo wylosowania przez **Best F...g Gifts** samej siebie :). Można wtedy spróbować użyć jej w walce.
|
||||||
|
|
||||||
|
|
||||||
## 8. Poziomy trudności przeciwników sterowanych przez komputer:
|
## 8. Poziomy trudności przeciwników sterowanych przez komputer:
|
||||||
|
|
||||||
|
|||||||
@@ -51,7 +51,41 @@ With the advent of [fujinet](https://fujinet.online/) we are thinking about maki
|
|||||||
|
|
||||||
## Changelog:
|
## Changelog:
|
||||||
|
|
||||||
###### Version 1.18
|
###### Version 1.21
|
||||||
|
2022-12-10
|
||||||
|
|
||||||
|
We couldn't resist! This is the Senior Executive Director's Cut.
|
||||||
|
By virtue of byte misering we squeezed in a few new features:
|
||||||
|
* new selectable tank shapes - change the controller enough times to get a different tank model
|
||||||
|
* lonely bad pixel after Liquid Dirt fixed
|
||||||
|
* mountain colors (or shades) possible, switch with [Tab] in the main menu
|
||||||
|
* active controller number display in the game, store, and inventory screens
|
||||||
|
* a very special terminator mode for Moron
|
||||||
|
|
||||||
|
|
||||||
|
###### Version 1.20
|
||||||
|
2022-11-23
|
||||||
|
|
||||||
|
It's the final cut. Director's Cut.
|
||||||
|
We squeezed the code and saved some bytes to add the joystick/controller selection. No more fights for the stick, up to 4 players can have fun with their own manipulators. And the fifth one can still use the keyboard :).
|
||||||
|
Our most prolific testers Arek and Alex called for a number of fixes. Thank you, guys!
|
||||||
|
* Players can select their controllers.
|
||||||
|
* Better Auto Defense symbol in the status line.
|
||||||
|
* Battery performance in AI and Auto Defense fixed.
|
||||||
|
* More accurate and faster Laser.
|
||||||
|
* Boost For Gifts includes a secret, quite powerful weapon.
|
||||||
|
* Points counting fix-up (edge cases eliminated).
|
||||||
|
* Long lists in inventory and shop were pointing to a weapon outside the screen. Fixed.
|
||||||
|
* Lazy Boys now remember the last weapon used.
|
||||||
|
* Especially for XEGS - SELECT key changes the joystick similarly to TAB.
|
||||||
|
* Rare P/M glitches fixed.
|
||||||
|
* ExplosionRange variable glitched (rarely) due to byte/word mix-up. Fixed.
|
||||||
|
* Bouncy Castle was bouncing the laser from inside. Fixed.
|
||||||
|
* Shielded tanks were autodestructing when shooting with angle 0. Fixed.
|
||||||
|
* Physics of bouncing off the walls was incorrect for some weapons. Fixed.
|
||||||
|
|
||||||
|
|
||||||
|
###### Version 1.19
|
||||||
2022-11-04
|
2022-11-04
|
||||||
|
|
||||||
This is the final round of weapon additions! Also. our beloved testers and players found a number of issues and we were extremely happy to address them.
|
This is the final round of weapon additions! Also. our beloved testers and players found a number of issues and we were extremely happy to address them.
|
||||||
@@ -69,6 +103,7 @@ This is the final round of weapon additions! Also. our beloved testers and playe
|
|||||||
* Not all traces were correctly erased after Funky Bomb, fixed again (for the 3rt time I guess).
|
* Not all traces were correctly erased after Funky Bomb, fixed again (for the 3rt time I guess).
|
||||||
* Soil sedimentation speed after Funky Bomb improved.
|
* Soil sedimentation speed after Funky Bomb improved.
|
||||||
* Pressing [ESC] when in inventory/store was quitting the game, now it quits the menu only.
|
* Pressing [ESC] when in inventory/store was quitting the game, now it quits the menu only.
|
||||||
|
* A bug in MADS optimization was causing parts of SEPPUKU message to stay on screen.
|
||||||
* BIGGEST OF ALL: the lonely pixel after Nuclear Winter was eliminated. https://github.com/pkali/scorch_src/issues/103 We have spent a disproportionately large amount of time trying to slap this bug. It is still there, but is not manifesting itself ;)
|
* BIGGEST OF ALL: the lonely pixel after Nuclear Winter was eliminated. https://github.com/pkali/scorch_src/issues/103 We have spent a disproportionately large amount of time trying to slap this bug. It is still there, but is not manifesting itself ;)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -22,8 +22,9 @@
|
|||||||
pha
|
pha
|
||||||
lda AIRoutines,y
|
lda AIRoutines,y
|
||||||
pha
|
pha
|
||||||
jsr PrepareAIShoot
|
; it's no necessary - PrepareAIShoot is next proc :)
|
||||||
rts
|
; jsr PrepareAIShoot
|
||||||
|
; rts
|
||||||
.endp
|
.endp
|
||||||
;----------------------------------------------
|
;----------------------------------------------
|
||||||
.proc PrepareAIShoot
|
.proc PrepareAIShoot
|
||||||
@@ -81,7 +82,10 @@ AIRoutines
|
|||||||
mwa #80 RandBoundaryLow
|
mwa #80 RandBoundaryLow
|
||||||
mwa #800 RandBoundaryHigh
|
mwa #800 RandBoundaryHigh
|
||||||
jsr RandomizeForce
|
jsr RandomizeForce
|
||||||
rts
|
; choose the best weapon
|
||||||
|
ldy #ind_Buy_me_________+1 ; if the cheat is active it will fire the BFG :)
|
||||||
|
jmp ChooseBestOffensive.NotFromAll
|
||||||
|
;rts
|
||||||
.endp
|
.endp
|
||||||
;----------------------------------------------
|
;----------------------------------------------
|
||||||
.proc Shooter
|
.proc Shooter
|
||||||
@@ -155,8 +159,8 @@ endo
|
|||||||
|
|
||||||
; choose the best weapon
|
; choose the best weapon
|
||||||
|
|
||||||
jsr ChooseBestOffensive
|
jmp ChooseBestOffensive
|
||||||
rts
|
;rts
|
||||||
.endp
|
.endp
|
||||||
;----------------------------------------------
|
;----------------------------------------------
|
||||||
.proc Poolshark
|
.proc Poolshark
|
||||||
@@ -197,8 +201,6 @@ forceNow
|
|||||||
jsr RandomizeForce
|
jsr RandomizeForce
|
||||||
|
|
||||||
endo
|
endo
|
||||||
;ldx TankNr ;this is possibly not necessary
|
|
||||||
|
|
||||||
; choose the best weapon
|
; choose the best weapon
|
||||||
|
|
||||||
jsr ChooseBestOffensive
|
jsr ChooseBestOffensive
|
||||||
@@ -238,6 +240,7 @@ EnoughEnergy
|
|||||||
sta (temp),y
|
sta (temp),y
|
||||||
lda #99
|
lda #99
|
||||||
sta Energy,x
|
sta Energy,x
|
||||||
|
jsr MaxForceCalculate
|
||||||
EnoughEnergy
|
EnoughEnergy
|
||||||
NoBatteries
|
NoBatteries
|
||||||
rts
|
rts
|
||||||
@@ -576,6 +579,8 @@ skipThisPlayer
|
|||||||
; returns angle and power of shoot tank X (TankNr)
|
; returns angle and power of shoot tank X (TankNr)
|
||||||
; in the appropriate variables (Angle and Force)
|
; in the appropriate variables (Angle and Force)
|
||||||
;----------------------------------------------
|
;----------------------------------------------
|
||||||
|
lda ActiveWeapon,x
|
||||||
|
pha ; store active weapon
|
||||||
mva #$ff SecondTryFlag
|
mva #$ff SecondTryFlag
|
||||||
; set initial Angle and Force values
|
; set initial Angle and Force values
|
||||||
lda OptionsTable+2 ; selected gravity
|
lda OptionsTable+2 ; selected gravity
|
||||||
@@ -695,6 +700,8 @@ NoHitInSecondLoopR
|
|||||||
inc NewAngle
|
inc NewAngle
|
||||||
EndOfSecondLoopR
|
EndOfSecondLoopR
|
||||||
EndOfAim
|
EndOfAim
|
||||||
|
pla ; and restore active weapon
|
||||||
|
sta ActiveWeapon,x
|
||||||
rts
|
rts
|
||||||
|
|
||||||
AimSecondTry
|
AimSecondTry
|
||||||
@@ -786,8 +793,7 @@ NoHitInSecondLoopL
|
|||||||
; Angle 1 deg to left and end loop
|
; Angle 1 deg to left and end loop
|
||||||
dec NewAngle
|
dec NewAngle
|
||||||
EndOfSecondLoopL
|
EndOfSecondLoopL
|
||||||
|
jmp EndOfAim
|
||||||
rts
|
|
||||||
|
|
||||||
SetStartAndFlight ; set start point (virtual barrel end :) ) and make test flight
|
SetStartAndFlight ; set start point (virtual barrel end :) ) and make test flight
|
||||||
; xtraj+1 and ytraj+1 set
|
; xtraj+1 and ytraj+1 set
|
||||||
@@ -1022,7 +1028,7 @@ SorryNoPurchase
|
|||||||
; choose the best weapon
|
; choose the best weapon
|
||||||
; X - TankNr
|
; X - TankNr
|
||||||
;----------------------------------------------
|
;----------------------------------------------
|
||||||
ldy #last_offensive_____+1 ;the last weapon to choose +1
|
ldy #ind_Dirt_Charge____+1 ;the last weapon to choose +1 (not BFG or Laser :) )
|
||||||
NotFromAll
|
NotFromAll
|
||||||
; Y - the last offensive weapon to use + 1
|
; Y - the last offensive weapon to use + 1
|
||||||
lda TanksWeaponsTableL,x
|
lda TanksWeaponsTableL,x
|
||||||
|
|||||||
+4
-4
@@ -78,7 +78,7 @@ L73 dta d"OH MAN!"
|
|||||||
L74 dta d"DOOUGH!"
|
L74 dta d"DOOUGH!"
|
||||||
L75 dta d"ANOTHER DAY, ANOTHER BOMB."
|
L75 dta d"ANOTHER DAY, ANOTHER BOMB."
|
||||||
L76 dta d"THIS IS THE END, MY ONLY FRIEND."
|
L76 dta d"THIS IS THE END, MY ONLY FRIEND."
|
||||||
L77 dta d"IT'S ALL OVER."
|
L77 dta d"VERY FUNNY."
|
||||||
L78 dta d"THE FAT LADY SANG."
|
L78 dta d"THE FAT LADY SANG."
|
||||||
L79 dta d"WHY DOES EVERYTHING HAPPEN TO ME?"
|
L79 dta d"WHY DOES EVERYTHING HAPPEN TO ME?"
|
||||||
L80 dta d"I'M GOING DOWN."
|
L80 dta d"I'M GOING DOWN."
|
||||||
@@ -89,7 +89,7 @@ L84 dta d"BIF!"
|
|||||||
L85 dta d"BAM!"
|
L85 dta d"BAM!"
|
||||||
L86 dta d"ZONK!"
|
L86 dta d"ZONK!"
|
||||||
L87 dta d"I SHOULD'VE LISTENED TO MY MOTHER..."
|
L87 dta d"I SHOULD'VE LISTENED TO MY MOTHER..."
|
||||||
L88 dta d"NO... A BUD LIGHT!"
|
L88 dta d"I WALK THROUGH THE VALLEY OF THE SHADOW..."
|
||||||
L89 dta d"WHAT WAS THAT NOISE?"
|
L89 dta d"WHAT WAS THAT NOISE?"
|
||||||
L90 dta d"MAMA SAID THERE'D BE DAYS LIKE THIS."
|
L90 dta d"MAMA SAID THERE'D BE DAYS LIKE THIS."
|
||||||
L91 dta d"ITS JUST ONE OF THOSE DAYS..."
|
L91 dta d"ITS JUST ONE OF THOSE DAYS..."
|
||||||
@@ -127,7 +127,7 @@ OffensiveTextTableH
|
|||||||
NumberOfOffensiveTexts=54
|
NumberOfOffensiveTexts=54
|
||||||
NumberOfDeffensiveTexts=60
|
NumberOfDeffensiveTexts=60
|
||||||
.endp
|
.endp
|
||||||
hoverFull dta d"MY HOVERCRAFT IS FULL OF EELS!", $ff
|
hoverFull dta d"MY HOVERCRAFT IS FULL OF EELS!"
|
||||||
hoverFullEnd
|
hoverFullEnd
|
||||||
hoverEmpty dta d"RUNNING OUT OF EELS", $ff
|
hoverEmpty dta d"RUNNING OUT OF EELS"
|
||||||
hoverEmptyEnd
|
hoverEmptyEnd
|
||||||
Binary file not shown.
Binary file not shown.
+32
-40
@@ -18,27 +18,7 @@ initialvaluesCount = *-initialvaluesstart ; MAX 128 bytes !
|
|||||||
;===================================================================================
|
;===================================================================================
|
||||||
;==========================CONSTANT TABLES, do not erase!===========================
|
;==========================CONSTANT TABLES, do not erase!===========================
|
||||||
;===================================================================================
|
;===================================================================================
|
||||||
TankColoursTable .BYTE $58,$2a,$96,$ca,$7a,$ed
|
|
||||||
;TankStatusColoursTable .BYTE $54,$24,$92,$c4,$74,$e4 ; standard order
|
|
||||||
;TanksPMOrder .BYTE 4,3,1,5,0,2 ; 0-3 = P0-P3 , 4 = M0+M1 , 5 = M2+M3
|
|
||||||
TankStatusColoursTable .BYTE $74,$c4,$24,$e4,$54,$94 ; Adam's order
|
|
||||||
TanksPMOrder .BYTE 4,3,1,5,0,2 ; 0-3 = P0-P3 , 4 = M0+M1 , 5 = M2+M3
|
|
||||||
TankShapesTable .BYTE char_tank1___________,char_tank2___________,char_tank3___________
|
|
||||||
.BYTE char_tank1___________,char_tank2___________,char_tank3___________
|
|
||||||
dliColorsBack
|
|
||||||
:10 .by $02,$00
|
|
||||||
dliColorsFore
|
|
||||||
.by $0a
|
|
||||||
CashOptionL ;(one zero less than on the screen)
|
|
||||||
.by 0,<200,<800,<1200,<2000
|
|
||||||
CashOptionH
|
|
||||||
.by 0,>200,>800,>1200,>2000
|
|
||||||
GravityTable .by 10,20,25,30,40
|
|
||||||
MaxWindTable .by 5,20,40,70,99
|
|
||||||
RoundsTable .by 10,20,30,40,50
|
|
||||||
AIForceTable .wo 375,470,630,720,820 ; starting shoot forces for different gravity
|
|
||||||
flyDelayTable .by 255,150,75,35,1
|
|
||||||
seppukuTable .by 255, 45,25,15,9
|
|
||||||
mountainsDeltaTableH .by 0,1,3,5,7
|
mountainsDeltaTableH .by 0,1,3,5,7
|
||||||
mountainsDeltaTableL .by $1f, $7f, $ff, $7f, $ff
|
mountainsDeltaTableL .by $1f, $7f, $ff, $7f, $ff
|
||||||
;------------------------------------------------
|
;------------------------------------------------
|
||||||
@@ -62,23 +42,26 @@ XtankOffsetGO_H
|
|||||||
.by 0,0,0,0,0,1
|
.by 0,0,0,0,0,1
|
||||||
;-----4x4 texts-----
|
;-----4x4 texts-----
|
||||||
LineTop
|
LineTop
|
||||||
dta d"(%%%%%%%%%%%%)", $ff
|
dta d"(%%%%%%%%%%%%)"
|
||||||
;# - vertical, () * +, % - horizontal
|
;# - vertical, () * +, % - horizontal
|
||||||
LineBottom
|
LineBottom
|
||||||
dta d"*%%%%%%%%%%%%+", $ff
|
dta d"*%%%%%%%%%%%%+"
|
||||||
LineEmpty
|
LineEmpty
|
||||||
dta d"# #", $ff
|
dta d"# #"
|
||||||
LineHeader2
|
LineHeader2
|
||||||
dta d"# RESULTS #", $ff
|
dta d"# RESULTS #"
|
||||||
LineGameOver
|
LineGameOver
|
||||||
dta d"# GAME OVER #", $ff
|
dta d"# GAME OVER #"
|
||||||
seppukuText
|
seppukuText
|
||||||
dta d"# SEPPUKU! #", $ff
|
dta d"# SEPPUKU! #"
|
||||||
areYouSureText
|
areYouSureText
|
||||||
dta d"# SURE? Y/N #", $ff
|
dta d"# SURE? Y/N #"
|
||||||
lineClear
|
lineClear
|
||||||
dta d" ", $ff
|
dta d" "
|
||||||
|
|
||||||
|
TankColoursTable .BYTE $58,$2a,$96,$ca,$7a,$ed
|
||||||
|
;TankStatusColoursTable .BYTE $54,$24,$92,$c4,$74,$e4 ; standard order
|
||||||
|
TankStatusColoursTable .BYTE $74,$c4,$24,$e4,$54,$94 ; Adam's order
|
||||||
;-----------
|
;-----------
|
||||||
pmtableL ; addressess of the P/M memory for 6 tanks
|
pmtableL ; addressess of the P/M memory for 6 tanks
|
||||||
.by <(pmgraph+$400)
|
.by <(pmgraph+$400)
|
||||||
@@ -96,7 +79,7 @@ pmtableH
|
|||||||
.by >(pmgraph+$300)
|
.by >(pmgraph+$300)
|
||||||
;-----------
|
;-----------
|
||||||
sintable
|
sintable
|
||||||
.by 0
|
.by 1
|
||||||
.by 4
|
.by 4
|
||||||
.by 8
|
.by 8
|
||||||
.by 13
|
.by 13
|
||||||
@@ -228,7 +211,12 @@ TanksNamesDefault
|
|||||||
dta d"4th.Tank"
|
dta d"4th.Tank"
|
||||||
dta d"5th.Tank"
|
dta d"5th.Tank"
|
||||||
dta d"6th.Tank"
|
dta d"6th.Tank"
|
||||||
|
;-------------------------------------------------
|
||||||
|
TankShapesTable .BYTE char_tank1___________
|
||||||
|
.BYTE char_tank2___________
|
||||||
|
.BYTE char_tank3___________
|
||||||
|
.BYTE char_tank4___________
|
||||||
|
;-------------------------------------------------
|
||||||
WeaponPriceH ; weapons prices (tables with prices of weapons)
|
WeaponPriceH ; weapons prices (tables with prices of weapons)
|
||||||
.by >price_Baby_Missile___
|
.by >price_Baby_Missile___
|
||||||
.by >price_Missile________
|
.by >price_Missile________
|
||||||
@@ -510,7 +498,7 @@ NamesOfWeapons ;the comment is an index in the tables
|
|||||||
dta d"Ton of Dirt " ; 27
|
dta d"Ton of Dirt " ; 27
|
||||||
dta d"Liquid Dirt " ; 28
|
dta d"Liquid Dirt " ; 28
|
||||||
dta d"Dirt Charge " ; 29
|
dta d"Dirt Charge " ; 29
|
||||||
dta d"Buy me! " ; 30
|
dta d"Best F...g Gifts" ; 30
|
||||||
dta d"Laser " ; 31
|
dta d"Laser " ; 31
|
||||||
;------defensives
|
;------defensives
|
||||||
dta d"White Flag " ; 32
|
dta d"White Flag " ; 32
|
||||||
@@ -573,24 +561,28 @@ keycodes ;tables for converting KeyCode to Screen Code (38 -1 characters)
|
|||||||
.by $3f,$15,$12,$3a,$2a,$38,$3d,$39
|
.by $3f,$15,$12,$3a,$2a,$38,$3d,$39
|
||||||
.by $0d,$01,$05,$00,$25,$23,$08,$0a
|
.by $0d,$01,$05,$00,$25,$23,$08,$0a
|
||||||
.by $2f,$28,$3e,$2d,$0b,$10,$2e,$16
|
.by $2f,$28,$3e,$2d,$0b,$10,$2e,$16
|
||||||
.by $2b,$17,$1f,$1e,$1a,$18,$1d,$1b
|
.by $2b,$17
|
||||||
.by $33,$35,$30,$32,$22,$21 ;,$0e <-- hyphen removed from the table, sorry hyphen lovers
|
.by $32,$1f,$1e,$1a,$18,$1d,$1b
|
||||||
|
.by $33,$35,$30,$22,$21 ;,$0e <-- hyphen removed from the table, sorry hyphen lovers
|
||||||
keycodesEnd
|
keycodesEnd
|
||||||
scrcodes
|
scrcodes
|
||||||
dta d"abcdefgh"
|
dta d"abcdefgh"
|
||||||
dta d"ijklmnop"
|
dta d"ijklmnop"
|
||||||
dta d"qrstuvwx"
|
dta d"qrstuvwx"
|
||||||
dta d"yz123456"
|
dta d"yz"
|
||||||
dta d"7890. " ; "-"
|
zero
|
||||||
|
digits ; decimal constans
|
||||||
|
dta d"0123456"
|
||||||
|
dta d"789. " ; "-"
|
||||||
|
;-------decimal constans
|
||||||
|
;zero
|
||||||
|
;digits dta d"0123456789"
|
||||||
|
|
||||||
;-----------------------------------
|
;-----------------------------------
|
||||||
gameOverSpritesTop
|
gameOverSpritesTop
|
||||||
; end of the Gover sprites by number of players
|
; end of the Gover sprites by number of players
|
||||||
; 1 2 3 4 5 6
|
; 1 2 3 4 5 6
|
||||||
.by 130+7,130+7,136+7,142+7,148+7,154+7
|
.by 130+7,130+7,136+7,142+7,148+7,154+7
|
||||||
;-------decimal constans
|
|
||||||
zero
|
|
||||||
digits dta d"0123456789"
|
|
||||||
|
|
||||||
;------credits
|
;------credits
|
||||||
CreditsStart
|
CreditsStart
|
||||||
dta d" "*
|
dta d" "*
|
||||||
|
|||||||
@@ -0,0 +1,25 @@
|
|||||||
|
; @com.wudsn.ide.asm.mainsourcefile=scorch.asm
|
||||||
|
|
||||||
|
.IF *>0 ;this is a trick that prevents compiling this file alone
|
||||||
|
|
||||||
|
;TanksPMOrder .BYTE 4,3,1,5,0,2 ; 0-3 = P0-P3 , 4 = M0+M1 , 5 = M2+M3
|
||||||
|
TanksPMOrder .BYTE 4,3,1,5,0,2 ; 0-3 = P0-P3 , 4 = M0+M1 , 5 = M2+M3
|
||||||
|
dliColorsBack
|
||||||
|
:10 .by $02,$00
|
||||||
|
dliColorsFore
|
||||||
|
.by $0a ; one mountains color
|
||||||
|
; .by $0e,$0c,$0c,$0b,$0b,$0a,$0a,$09,$09,$08 ; mountains colors array
|
||||||
|
; .by $08,$08,$07,$07,$07,$06,$06,$06,$06,$05
|
||||||
|
.by $0e,$0c,$0c,$0c,$0c,$0a,$0a,$0a,$0a,$08 ; mountains colors array new
|
||||||
|
.by $08,$08,$08,$06,$06,$06,$06,$06,$06,$04
|
||||||
|
CashOptionL ;(one zero less than on the screen)
|
||||||
|
.by 0,<200,<800,<1200,<2000
|
||||||
|
CashOptionH
|
||||||
|
.by 0,>200,>800,>1200,>2000
|
||||||
|
GravityTable .by 10,20,25,30,40
|
||||||
|
MaxWindTable .by 5,20,40,70,99
|
||||||
|
RoundsTable .by 10,20,30,40,50
|
||||||
|
AIForceTable .wo 375,470,630,720,820 ; starting shoot forces for different gravity
|
||||||
|
flyDelayTable .by 255,150,75,35,1
|
||||||
|
seppukuTable .by 255, 45,25,15,9
|
||||||
|
.endif
|
||||||
+2
-1
@@ -37,7 +37,8 @@ char_sandhog_________ = $0c
|
|||||||
char_sandhog_offset = char_sandhog_________ - char_digger__________
|
char_sandhog_offset = char_sandhog_________ - char_digger__________
|
||||||
char_tank1___________ = $20
|
char_tank1___________ = $20
|
||||||
char_tank2___________ = $24
|
char_tank2___________ = $24
|
||||||
char_tank3___________ = $28
|
char_tank3___________ = $2c
|
||||||
|
char_tank4___________ = $28 ; robotank shape
|
||||||
|
|
||||||
;Weapon prices (*10 on screen)
|
;Weapon prices (*10 on screen)
|
||||||
price_Baby_Missile___ = 0 ;_00
|
price_Baby_Missile___ = 0 ;_00
|
||||||
|
|||||||
@@ -29,9 +29,9 @@ OptionsScreenEnd
|
|||||||
|
|
||||||
;-----------------------------------------------
|
;-----------------------------------------------
|
||||||
NameScreen2
|
NameScreen2
|
||||||
dta d" Tank 01 Name:"
|
dta d" Tank 1 *1 +1 Name:"
|
||||||
NameAdr
|
NameAdr
|
||||||
dta d" "
|
dta d" "
|
||||||
NameScreen4
|
NameScreen4
|
||||||
dta d" "
|
dta d" "
|
||||||
NamesOfLevels
|
NamesOfLevels
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
.IF *>0 ;this is a trick that prevents compiling this file alone
|
.IF *>0 ;this is a trick that prevents compiling this file alone
|
||||||
;---------------------------------------------------
|
;---------------------------------------------------
|
||||||
purchaseTextBuffer
|
purchaseTextBuffer
|
||||||
dta d"Player: Cash: 0" ; ZERO TO MAKE YOU RICHER ON THE SCREEN
|
dta d"Player: * Cash: 0" ; ZERO TO MAKE YOU RICHER ON THE SCREEN
|
||||||
|
|
||||||
; DLs fragments (modified by game code)
|
; DLs fragments (modified by game code)
|
||||||
; all Purchase DL :)
|
; all Purchase DL :)
|
||||||
|
|||||||
+33
-20
@@ -32,16 +32,20 @@ NameScreen3
|
|||||||
dta d" Human/Atari (difficulty level) "
|
dta d" Human/Atari (difficulty level) "
|
||||||
NameScreen5
|
NameScreen5
|
||||||
.IF TARGET = 800
|
.IF TARGET = 800
|
||||||
dta d" "
|
dta d" "
|
||||||
dta d"TAB"*
|
dta d"TAB"*
|
||||||
dta d" - Player/Difficulty level "
|
dta d" - Port nr "
|
||||||
|
dta d"Joy"*
|
||||||
|
dta d" - Difficulty "
|
||||||
dta d" "
|
dta d" "
|
||||||
dta d"Return"*
|
dta d"Return"*
|
||||||
dta d" - Proceed "
|
dta d" - Proceed "
|
||||||
.ELIF TARGET = 5200
|
.ELIF TARGET = 5200
|
||||||
dta d" "
|
dta d" "
|
||||||
dta d"Joy"*
|
dta d"(5)"*
|
||||||
dta d" - Player/Difficulty level "
|
dta d" - Port nr "
|
||||||
|
dta d"Joy"*
|
||||||
|
dta d" - Difficulty "
|
||||||
dta d" "
|
dta d" "
|
||||||
dta d"FIRE"*
|
dta d"FIRE"*
|
||||||
dta d" - Proceed "
|
dta d" - Proceed "
|
||||||
@@ -98,7 +102,16 @@ EmptyLine
|
|||||||
dta d" "
|
dta d" "
|
||||||
;---------------------------------------------------
|
;---------------------------------------------------
|
||||||
OptionsTitle
|
OptionsTitle
|
||||||
|
.IF TARGET = 800
|
||||||
dta d" scorch "*
|
dta d" scorch "*
|
||||||
|
.ELIF TARGET = 5200
|
||||||
|
dta d" scorch supersystem "*
|
||||||
|
; dta d" scorch "*
|
||||||
|
; dta d"5"
|
||||||
|
; dta d"k"*
|
||||||
|
; dta d"2"
|
||||||
|
; dta d" "*
|
||||||
|
.ENDIF
|
||||||
DifficultyTitle
|
DifficultyTitle
|
||||||
dta d" difficulty "*
|
dta d" difficulty "*
|
||||||
PurchaseTitle
|
PurchaseTitle
|
||||||
@@ -123,36 +136,36 @@ dl ; MAIN game display list
|
|||||||
.byte $4f
|
.byte $4f
|
||||||
.word display ; 1 line
|
.word display ; 1 line
|
||||||
:76 .by $0f ;76
|
:76 .by $0f ;76
|
||||||
.by $0f+$80 ; DLI (black bar) ;2
|
.by $0f+$80,$0f ; DLI (black bar) ;3
|
||||||
.by $0f+$80 ; DLI
|
.by $0f+$80 ; DLI
|
||||||
:13 .by $0f ;13
|
:12 .by $0f ;12
|
||||||
.by $0f+$80 ; DLI (black bar) ;2
|
.by $0f+$80,$0f ; DLI (black bar) ;3
|
||||||
.by $0f+$80 ; DLI
|
.by $0f+$80 ; DLI
|
||||||
:8 .by $0f ;8
|
:7 .by $0f ;7
|
||||||
.by $4f ;1
|
.by $4f ;1
|
||||||
.wo display+$0ff0
|
.wo display+$0ff0
|
||||||
:2 .by $0f ;2
|
:2 .by $0f ;2
|
||||||
.by $0f+$80 ; DLI (black bar) ;2
|
.by $0f+$80,$0f ; DLI (black bar) ;3
|
||||||
.by $0f+$80 ; DLI
|
|
||||||
:9 .by $0f ;9
|
|
||||||
.by $0f+$80 ; DLI (black bar) ;2
|
|
||||||
.by $0f+$80 ; DLI
|
.by $0f+$80 ; DLI
|
||||||
:8 .by $0f ;8
|
:8 .by $0f ;8
|
||||||
.by $0f+$80 ; DLI (black bar) ;2
|
.by $0f+$80,$0f ; DLI (black bar) ;3
|
||||||
.by $0f+$80 ; DLI
|
.by $0f+$80 ; DLI
|
||||||
:7 .by $0f ;7
|
:7 .by $0f ;7
|
||||||
.by $0f+$80 ; DLI (black bar) ;2
|
.by $0f+$80,$0f ; DLI (black bar) ;3
|
||||||
.by $0f+$80 ; DLI
|
.by $0f+$80 ; DLI
|
||||||
:6 .by $0f ;6
|
:6 .by $0f ;6
|
||||||
.by $0f+$80 ; DLI (black bar) ;2
|
.by $0f+$80,$0f ; DLI (black bar) ;3
|
||||||
.by $0f+$80 ; DLI
|
.by $0f+$80 ; DLI
|
||||||
:5 .by $0f ;5
|
:5 .by $0f ;5
|
||||||
.by $0f+$80 ; DLI (black bar) ;2
|
.by $0f+$80,$0f ; DLI (black bar) ;3
|
||||||
.by $0f+$80 ; DLI
|
.by $0f+$80 ; DLI
|
||||||
:4 .by $0f ;4
|
:4 .by $0f ;4
|
||||||
.by $0f+$80 ; DLI (black bar) ;2
|
.by $0f+$80,$0f ; DLI (black bar) ;3
|
||||||
.by $0f+$80 ; DLI
|
.by $0f+$80 ; DLI
|
||||||
:3 .by $0f ;3
|
:3 .by $0f ;3
|
||||||
|
.by $0f+$80,$0f ; DLI (black bar) ;3
|
||||||
|
.by $0f+$80 ; DLI
|
||||||
|
:2 .by $0f ;2
|
||||||
.by $0f+$80 ; DLI (black to end);1
|
.by $0f+$80 ; DLI (black to end);1
|
||||||
:38 .byte $0f ;35 ..... = 200
|
:38 .byte $0f ;35 ..... = 200
|
||||||
.by $4f
|
.by $4f
|
||||||
@@ -174,7 +187,7 @@ OptionsDL
|
|||||||
:maxOptions-1 .by $02,$10
|
:maxOptions-1 .by $02,$10
|
||||||
:(9-maxOptions) .by $70,$10
|
:(9-maxOptions) .by $70,$10
|
||||||
.byte $80
|
.byte $80
|
||||||
.byte $70 ; to match moved sprites
|
.byte $60 ; to match moved sprites
|
||||||
.byte $4f
|
.byte $4f
|
||||||
.word (display+140*40)
|
.word (display+140*40)
|
||||||
:21 .by $0f ;76
|
:21 .by $0f ;76
|
||||||
|
|||||||
+1
-1
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
statusBuffer
|
statusBuffer
|
||||||
; 0123456789012345678901234567890123456789
|
; 0123456789012345678901234567890123456789
|
||||||
dta d"Player: "
|
dta d"Player: * "
|
||||||
dta d"Energy: Angle: Force: "
|
dta d"Energy: Angle: Force: "
|
||||||
dta d"Round: Wind: "
|
dta d"Round: Wind: "
|
||||||
|
|
||||||
|
|||||||
+10
-4
@@ -638,8 +638,10 @@ No6thTankHide
|
|||||||
jmp DoNotDrawTankNr
|
jmp DoNotDrawTankNr
|
||||||
SkipHidingPM
|
SkipHidingPM
|
||||||
|
|
||||||
|
lda TankShape,x
|
||||||
|
tax
|
||||||
ldy TankShapesTable,x
|
ldy TankShapesTable,x
|
||||||
|
ldx TankNr
|
||||||
lda AngleTable,x
|
lda AngleTable,x
|
||||||
cmp #91 ; left or right tank shape
|
cmp #91 ; left or right tank shape
|
||||||
bcs LeftTank
|
bcs LeftTank
|
||||||
@@ -1360,6 +1362,9 @@ NoClearTanks
|
|||||||
adw RangeLeft #mountaintable temp
|
adw RangeLeft #mountaintable temp
|
||||||
adw RangeLeft #mountaintable2 tempor2
|
adw RangeLeft #mountaintable2 tempor2
|
||||||
|
|
||||||
|
cpw xdraw RangeRight
|
||||||
|
jcs NothingToFall
|
||||||
|
|
||||||
NextColumn1
|
NextColumn1
|
||||||
mwa #0 ydraw
|
mwa #0 ydraw
|
||||||
NextPoint1
|
NextPoint1
|
||||||
@@ -1448,6 +1453,7 @@ ColumnIsReady
|
|||||||
jeq MainFallout2
|
jeq MainFallout2
|
||||||
; now correct heights are in the mountaintable
|
; now correct heights are in the mountaintable
|
||||||
sta color ; Pozor! :) we know - now A=1
|
sta color ; Pozor! :) we know - now A=1
|
||||||
|
NothingToFall
|
||||||
mva #sfx_silencer sfx_effect
|
mva #sfx_silencer sfx_effect
|
||||||
jsr DrawTanks
|
jsr DrawTanks
|
||||||
rts
|
rts
|
||||||
@@ -2021,7 +2027,7 @@ EndPut4x4
|
|||||||
|
|
||||||
.proc SetMainScreen
|
.proc SetMainScreen
|
||||||
; mva #0 dmactls
|
; mva #0 dmactls
|
||||||
VDLI DLIinterruptGraph ; jsr SetDLI for graphics (game) screen
|
SetDLI DLIinterruptGraph ; jsr SetDLI for graphics (game) screen
|
||||||
mwa #dl dlptrs ; issue #72 (glitches when switches)
|
mwa #dl dlptrs ; issue #72 (glitches when switches)
|
||||||
lda #%00111110
|
lda #%00111110
|
||||||
; and #$fc
|
; and #$fc
|
||||||
@@ -2203,13 +2209,13 @@ ybarrel
|
|||||||
.endp
|
.endp
|
||||||
;--------------------------------------------------
|
;--------------------------------------------------
|
||||||
.proc SetPMWidth
|
.proc SetPMWidth
|
||||||
|
lda #%01010101
|
||||||
|
sta sizem ; all missiles, double width
|
||||||
lda #$00
|
lda #$00
|
||||||
sta sizep0 ; P0-P3 widths
|
sta sizep0 ; P0-P3 widths
|
||||||
sta sizep0+1
|
sta sizep0+1
|
||||||
sta sizep0+2
|
sta sizep0+2
|
||||||
sta sizep0+3
|
sta sizep0+3
|
||||||
lda #%01010101
|
|
||||||
sta sizem ; all missiles, double width
|
|
||||||
rts
|
rts
|
||||||
.endp
|
.endp
|
||||||
|
|
||||||
|
|||||||
+186
-46
@@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
;---------------------------------------------------
|
;---------------------------------------------------
|
||||||
.macro build
|
.macro build
|
||||||
dta d"1.19" ; number of this build (4 bytes)
|
dta d"1.21" ; number of this build (4 bytes)
|
||||||
.endm
|
.endm
|
||||||
|
|
||||||
.macro RMTSong
|
.macro RMTSong
|
||||||
@@ -26,8 +26,10 @@
|
|||||||
;---------------------------------------------------
|
;---------------------------------------------------
|
||||||
icl 'definitions.asm'
|
icl 'definitions.asm'
|
||||||
;---------------------------------------------------
|
;---------------------------------------------------
|
||||||
FirstZpageVariable = $61
|
FirstZpageVariable = $60
|
||||||
.zpvar DliColorBack .byte = FirstZpageVariable
|
.zpvar DliColorBack .byte = FirstZpageVariable
|
||||||
|
.zpvar Gradient .byte
|
||||||
|
.zpvar JoystickNumber .byte
|
||||||
.zpvar xdraw .word ;= $64 ;variable X for plot
|
.zpvar xdraw .word ;= $64 ;variable X for plot
|
||||||
.zpvar ydraw .word ;variable Y for plot (like in Atari Basic - Y=0 in upper right corner of the screen)
|
.zpvar ydraw .word ;variable Y for plot (like in Atari Basic - Y=0 in upper right corner of the screen)
|
||||||
.zpvar xbyte .word
|
.zpvar xbyte .word
|
||||||
@@ -86,7 +88,7 @@ FirstZpageVariable = $61
|
|||||||
.zpvar decimal .word
|
.zpvar decimal .word
|
||||||
.zpvar NumberOfPlayers .byte ;current number of players (counted from 1)
|
.zpvar NumberOfPlayers .byte ;current number of players (counted from 1)
|
||||||
.zpvar Counter .byte ;temporary Counter for outside loops
|
.zpvar Counter .byte ;temporary Counter for outside loops
|
||||||
.zpvar ExplosionRadius .word ;because when adding in xdraw it is double byte
|
.zpvar ExplosionRadius .byte
|
||||||
.zpvar ResultY .byte
|
.zpvar ResultY .byte
|
||||||
.zpvar xcircle .word
|
.zpvar xcircle .word
|
||||||
.zpvar ycircle .word
|
.zpvar ycircle .word
|
||||||
@@ -128,7 +130,7 @@ FirstZpageVariable = $61
|
|||||||
;* RMT ZeroPage addresses in artwork/sfx/rmtplayr.a65
|
;* RMT ZeroPage addresses in artwork/sfx/rmtplayr.a65
|
||||||
|
|
||||||
displayposition = modify
|
displayposition = modify
|
||||||
LineAddress4x4 = temp
|
LineAddress4x4 = xcircle
|
||||||
|
|
||||||
;-----------------------------------------------
|
;-----------------------------------------------
|
||||||
; libraries
|
; libraries
|
||||||
@@ -170,6 +172,7 @@ FirstZpageVariable = $61
|
|||||||
_del = $fc ;$0c ;not used in 5200
|
_del = $fc ;$0c ;not used in 5200
|
||||||
_M = $0d
|
_M = $0d
|
||||||
_S = $0e
|
_S = $0e
|
||||||
|
_atari = $fd ; not used in 5200
|
||||||
_none = $0f
|
_none = $0f
|
||||||
|
|
||||||
.ende */
|
.ende */
|
||||||
@@ -269,12 +272,15 @@ FirstSTART
|
|||||||
; 5 values in RMT file
|
; 5 values in RMT file
|
||||||
; not elegant :(
|
; not elegant :(
|
||||||
mva #$06 MODUL-6+$967 ; $07 > $06
|
mva #$06 MODUL-6+$967 ; $07 > $06
|
||||||
|
;mva #$06 MODUL-6+$bc3 ; $07 > $06
|
||||||
|
;mva #$06 MODUL-6+$e69 ; $08 > $06
|
||||||
|
;mva #$06 MODUL-6+$ebc ; $08 > $06
|
||||||
|
sta MODUL-6+$bc3 ; $07 > $06
|
||||||
|
sta MODUL-6+$e69 ; $08 > $06
|
||||||
|
sta MODUL-6+$ebc ; $08 > $06
|
||||||
mva #$10 MODUL-6+$a69 ; $12 > $10
|
mva #$10 MODUL-6+$a69 ; $12 > $10
|
||||||
mva #$06 MODUL-6+$bc3 ; $07 > $06
|
|
||||||
mva #$04 MODUL-6+$bf8 ; $05 > $04
|
mva #$04 MODUL-6+$bf8 ; $05 > $04
|
||||||
mva #$08 MODUL-6+$e3d ; $0a > $08
|
mva #$08 MODUL-6+$e3d ; $0a > $08
|
||||||
mva #$06 MODUL-6+$e69 ; $08 > $06
|
|
||||||
mva #$06 MODUL-6+$ebc ; $08 > $06
|
|
||||||
NoRMT_PALchange
|
NoRMT_PALchange
|
||||||
.ELSE
|
.ELSE
|
||||||
mva #$7f SkStatSimulator
|
mva #$7f SkStatSimulator
|
||||||
@@ -329,10 +335,7 @@ MainGameLoop
|
|||||||
|
|
||||||
jsr CallPurchaseForEveryTank
|
jsr CallPurchaseForEveryTank
|
||||||
mva #0 SpyHardFlag
|
mva #0 SpyHardFlag
|
||||||
|
|
||||||
; issue #72 (glitches when switches)
|
|
||||||
jsr MakeDarkScreen
|
jsr MakeDarkScreen
|
||||||
|
|
||||||
bit escFlag
|
bit escFlag
|
||||||
bmi START
|
bmi START
|
||||||
|
|
||||||
@@ -345,13 +348,14 @@ MainGameLoop
|
|||||||
bmi START
|
bmi START
|
||||||
jvs GoGameOver
|
jvs GoGameOver
|
||||||
|
|
||||||
mva #0 TankNr ;
|
|
||||||
|
|
||||||
jsr SortSequence
|
jsr SortSequence
|
||||||
|
|
||||||
; Hide all (easier than hide last ;) ) tanks
|
mva #0 TankNr ;
|
||||||
jsr cleartanks
|
|
||||||
sta COLBAKS ; set background color to black
|
sta COLBAKS ; set background color to black
|
||||||
|
sta JoystickNumber ; set joystick port for player
|
||||||
|
|
||||||
|
; Hide all (easier than hide last ;) ) tanks
|
||||||
|
jsr cleartanks ; A=0
|
||||||
|
|
||||||
; here gains and losses should be displayed (dollars)
|
; here gains and losses should be displayed (dollars)
|
||||||
; finally we have changed our minds and money of players
|
; finally we have changed our minds and money of players
|
||||||
@@ -364,6 +368,7 @@ MainGameLoop
|
|||||||
jsr DisplayResults
|
jsr DisplayResults
|
||||||
|
|
||||||
jsr DemoModeOrKey
|
jsr DemoModeOrKey
|
||||||
|
jsr MakeDarkScreen
|
||||||
|
|
||||||
ldx NumberOfPlayers
|
ldx NumberOfPlayers
|
||||||
dex
|
dex
|
||||||
@@ -457,15 +462,11 @@ eskipzeroing
|
|||||||
lda GameIsOver
|
lda GameIsOver
|
||||||
beq NoGameOverYet
|
beq NoGameOverYet
|
||||||
GoGameOver
|
GoGameOver
|
||||||
jsr MakeDarkScreen
|
|
||||||
jsr GameOverScreen
|
jsr GameOverScreen
|
||||||
jmp START
|
jmp START
|
||||||
NoGameOverYet
|
NoGameOverYet
|
||||||
inc CurrentRoundNr
|
inc CurrentRoundNr
|
||||||
jsr MakeDarkScreen ; issue #72
|
|
||||||
; jsr RmtSongSelect ; ?????
|
|
||||||
mva #sfx_silencer sfx_effect
|
mva #sfx_silencer sfx_effect
|
||||||
jsr PMoutofscreen
|
|
||||||
|
|
||||||
jmp MainGameLoop
|
jmp MainGameLoop
|
||||||
|
|
||||||
@@ -482,8 +483,9 @@ NoGameOverYet
|
|||||||
|
|
||||||
RmtSong song_ingame
|
RmtSong song_ingame
|
||||||
|
|
||||||
jsr SetPMWidth
|
jsr SetPMWidth ; A=0
|
||||||
lda #0
|
lda #0
|
||||||
|
sta AfterBFGflag ; reset BFG flag
|
||||||
sta COLOR2 ; status line "off"
|
sta COLOR2 ; status line "off"
|
||||||
sta COLOR1
|
sta COLOR1
|
||||||
|
|
||||||
@@ -626,7 +628,7 @@ CheckNextTankAD
|
|||||||
jsr AutoDefense
|
jsr AutoDefense
|
||||||
@ dex
|
@ dex
|
||||||
bpl CheckNextTankAD
|
bpl CheckNextTankAD
|
||||||
jsr DrawTanks ; redraw tanks witch new defences
|
jsr DrawTanks ; redraw tanks with new defences
|
||||||
;
|
;
|
||||||
ldx TankSequencePointer
|
ldx TankSequencePointer
|
||||||
lda TankSequence,x
|
lda TankSequence,x
|
||||||
@@ -670,7 +672,8 @@ RoboTanks
|
|||||||
jmp AfterManualShooting
|
jmp AfterManualShooting
|
||||||
|
|
||||||
ManualShooting
|
ManualShooting
|
||||||
|
lda JoyNumber,x
|
||||||
|
sta JoystickNumber ; set joystick port for player
|
||||||
jsr WaitForKeyRelease
|
jsr WaitForKeyRelease
|
||||||
jsr BeforeFire
|
jsr BeforeFire
|
||||||
lda escFlag
|
lda escFlag
|
||||||
@@ -823,22 +826,29 @@ NoPlayerNoDeath
|
|||||||
;clear NoDeathCounter here
|
;clear NoDeathCounter here
|
||||||
sta noDeathCounter
|
sta noDeathCounter
|
||||||
|
|
||||||
|
mva #sfx_death_begin sfx_effect
|
||||||
|
|
||||||
; display defensive text here (well, defensive
|
; display defensive text here (well, defensive
|
||||||
; is not the real meaning, it should be pre-death,
|
; is not the real meaning, it should be pre-death,
|
||||||
; but I am too lazy to change names of variables)
|
; but I am too lazy to change names of variables)
|
||||||
|
|
||||||
; in X there is a number of tank that died
|
; in X there is a number of tank that died
|
||||||
|
|
||||||
|
lda #77 ; mumber of defensive text after BFG!
|
||||||
|
bit AfterBFGflag ; check BFG flag
|
||||||
|
bmi TextAfterBFG
|
||||||
|
; if BFG then no points for dead tanks ...
|
||||||
lda CurrentResult
|
lda CurrentResult
|
||||||
clc
|
clc
|
||||||
adc ResultsTable,x
|
adc ResultsTable,x
|
||||||
sta ResultsTable,x
|
sta ResultsTable,x
|
||||||
inc CurrentResult
|
;inc CurrentResult
|
||||||
|
|
||||||
mva #sfx_death_begin sfx_effect
|
|
||||||
; RandomizeDeffensiveText
|
; RandomizeDeffensiveText
|
||||||
randomize talk.NumberOfOffensiveTexts (talk.NumberOfDeffensiveTexts+talk.NumberOfOffensiveTexts-1)
|
randomize talk.NumberOfOffensiveTexts (talk.NumberOfDeffensiveTexts+talk.NumberOfOffensiveTexts-1)
|
||||||
|
TextAfterBFG
|
||||||
sta TextNumberOff
|
sta TextNumberOff
|
||||||
|
inc CurrentResult ; ... but increase result of winner (BFG)
|
||||||
ldy TankTempY
|
ldy TankTempY
|
||||||
mva #$ff plot4x4color
|
mva #$ff plot4x4color
|
||||||
jsr DisplayOffensiveTextNr
|
jsr DisplayOffensiveTextNr
|
||||||
@@ -1087,6 +1097,7 @@ deletePtr = temp
|
|||||||
; clean variables
|
; clean variables
|
||||||
lda #0
|
lda #0
|
||||||
sta escFlag
|
sta escFlag
|
||||||
|
sta JoystickNumber
|
||||||
tay
|
tay
|
||||||
mwa #variablesStart deletePtr
|
mwa #variablesStart deletePtr
|
||||||
@ tya
|
@ tya
|
||||||
@@ -1095,6 +1106,15 @@ deletePtr = temp
|
|||||||
cpw deletePtr #variablesEnd
|
cpw deletePtr #variablesEnd
|
||||||
bne @-
|
bne @-
|
||||||
|
|
||||||
|
; ser initial shapes for each tank (tanks 0-5 has shape 0 now)
|
||||||
|
ldy #1
|
||||||
|
sty TankShape+1
|
||||||
|
sty TankShape+4
|
||||||
|
iny
|
||||||
|
sty TankShape+2
|
||||||
|
sty TankShape+5
|
||||||
|
|
||||||
|
|
||||||
mwa #1024 RandBoundaryHigh
|
mwa #1024 RandBoundaryHigh
|
||||||
mva #$ff LastWeapon
|
mva #$ff LastWeapon
|
||||||
sta HowMuchToFall
|
sta HowMuchToFall
|
||||||
@@ -1154,29 +1174,35 @@ MakeTanksVisible
|
|||||||
rts
|
rts
|
||||||
.endp
|
.endp
|
||||||
;--------------------------------------------------
|
;--------------------------------------------------
|
||||||
/* .proc DLIinterruptGraph
|
.proc DLIinterruptGraph
|
||||||
;sta dliA
|
;sta dliA
|
||||||
;sty dliY
|
;sty dliY
|
||||||
pha
|
pha
|
||||||
phy
|
phy
|
||||||
ldy dliCounter
|
ldy dliCounter
|
||||||
lda dliColorsBack,y
|
lda dliColorsBack,y
|
||||||
ldy dliColorsFore
|
bit Gradient
|
||||||
|
bmi GoGradient
|
||||||
|
ldy #$ff
|
||||||
|
GoGradient
|
||||||
|
iny
|
||||||
.IF TARGET = 800
|
.IF TARGET = 800
|
||||||
nop ; necessary on 800 because DLIs take less time, jitter visible without it
|
nop ; necessary on 800 because DLIs take less time, jitter visible without it
|
||||||
nop
|
; nop
|
||||||
.ENDIF
|
.ENDIF
|
||||||
sta COLPF1
|
sta COLPF1
|
||||||
sty COLPF2
|
lda dliColorsFore,y ; mountains colors array
|
||||||
|
; lda dliColorsFore ; one mauntain color
|
||||||
|
sta COLPF2
|
||||||
inc dliCounter
|
inc dliCounter
|
||||||
;ldy dliY
|
;ldy dliY
|
||||||
;lda dliA
|
;lda dliA
|
||||||
ply
|
ply
|
||||||
pla
|
pla
|
||||||
rti
|
rti
|
||||||
.endp */
|
.endp
|
||||||
|
|
||||||
.proc DLIinterruptGraph
|
/* .proc DLIinterruptGraph
|
||||||
pha
|
pha
|
||||||
lda dliColorsFore
|
lda dliColorsFore
|
||||||
nop
|
nop
|
||||||
@@ -1194,7 +1220,7 @@ MakeTanksVisible
|
|||||||
sta DliColorBack
|
sta DliColorBack
|
||||||
pla
|
pla
|
||||||
rti
|
rti
|
||||||
.endp
|
.endp */
|
||||||
;--------------------------------------------------
|
;--------------------------------------------------
|
||||||
.proc DLIinterruptOptions
|
.proc DLIinterruptOptions
|
||||||
;sta dliA
|
;sta dliA
|
||||||
@@ -1203,8 +1229,11 @@ MakeTanksVisible
|
|||||||
; lda dliColorsBack
|
; lda dliColorsBack
|
||||||
lda #0
|
lda #0
|
||||||
sta COLPF1
|
sta COLPF1
|
||||||
|
lda dliColorsFore+1
|
||||||
|
bit Gradient
|
||||||
|
bmi @+
|
||||||
lda dliColorsFore
|
lda dliColorsFore
|
||||||
sta COLPF2
|
@ sta COLPF2
|
||||||
pla
|
pla
|
||||||
rti
|
rti
|
||||||
.endp
|
.endp
|
||||||
@@ -1343,16 +1372,23 @@ EndOfCreditsVBI
|
|||||||
bmi @+
|
bmi @+
|
||||||
inc SkStatSimulator
|
inc SkStatSimulator
|
||||||
@
|
@
|
||||||
|
lda JoystickNumber ; select port
|
||||||
|
ora #%00000100 ; Speaker off, Pots enabled
|
||||||
|
sta CONSOL5200
|
||||||
|
|
||||||
center = 114 ;Read analog stick and make it look like a digital stick
|
center = 114 ;Read analog stick and make it look like a digital stick
|
||||||
threshold = 60
|
threshold = 60
|
||||||
|
|
||||||
lda paddl0 ;Read POT0 value (horizontal position)
|
lda JoystickNumber
|
||||||
|
asl
|
||||||
|
tax
|
||||||
|
lda paddl0,x ;Read POT0 value (horizontal position)
|
||||||
cmp #center+threshold ;Compare with right threshold
|
cmp #center+threshold ;Compare with right threshold
|
||||||
rol stick0 ;Feed carry into digital stick value
|
rol stick0 ;Feed carry into digital stick value
|
||||||
cmp #center-threshold ;Compare with left threshold
|
cmp #center-threshold ;Compare with left threshold
|
||||||
rol stick0 ;Feed carry into digital stick value
|
rol stick0 ;Feed carry into digital stick value
|
||||||
|
|
||||||
lda paddl1 ;Read POT1 value (vertical position)
|
lda paddl1,x ;Read POT1 value (vertical position)
|
||||||
cmp #center+threshold ;Compare with down threshold
|
cmp #center+threshold ;Compare with down threshold
|
||||||
rol stick0 ;Feed carry into digital stick value
|
rol stick0 ;Feed carry into digital stick value
|
||||||
cmp #center-threshold ;Compare with down threshold
|
cmp #center-threshold ;Compare with down threshold
|
||||||
@@ -1363,7 +1399,9 @@ EndOfCreditsVBI
|
|||||||
and #$0f
|
and #$0f
|
||||||
sta stick0
|
sta stick0
|
||||||
|
|
||||||
mva trig0 strig0 ;Move hardware to shadow
|
ldx JoystickNumber
|
||||||
|
lda trig0,x
|
||||||
|
sta strig0 ;Move hardware to shadow
|
||||||
|
|
||||||
mva chbas chbase
|
mva chbas chbase
|
||||||
|
|
||||||
@@ -1379,9 +1417,15 @@ EndOfCreditsVBI
|
|||||||
pla
|
pla
|
||||||
tax
|
tax
|
||||||
pla
|
pla
|
||||||
rti
|
rti
|
||||||
.ELSE
|
.ELSE
|
||||||
jmp XITVBV
|
; support for joysticks :)
|
||||||
|
ldx JoystickNumber
|
||||||
|
lda STICK0,x
|
||||||
|
sta STICK0
|
||||||
|
lda STRIG0,x
|
||||||
|
sta STRIG0
|
||||||
|
jmp XITVBV
|
||||||
.ENDIF
|
.ENDIF
|
||||||
.endp
|
.endp
|
||||||
.IF TARGET = 5200
|
.IF TARGET = 5200
|
||||||
@@ -1698,11 +1742,27 @@ checkJoyGetKey
|
|||||||
bne getkeyend
|
bne getkeyend
|
||||||
|
|
||||||
notpressedJoyGetKey
|
notpressedJoyGetKey
|
||||||
;fire
|
;fire
|
||||||
lda STRIG0
|
lda STRIG0
|
||||||
|
beq JoyButton
|
||||||
|
.IF TARGET = 800 ; Select and Option key only on A800
|
||||||
|
bne checkSelectKey
|
||||||
|
checkSelectKey
|
||||||
|
lda CONSOL
|
||||||
|
and #%00000010 ; Select
|
||||||
|
beq SelectPressed
|
||||||
|
lda CONSOL
|
||||||
|
and #%00000100 ; Option
|
||||||
|
.ENDIF
|
||||||
bne @-
|
bne @-
|
||||||
|
OptionPressed
|
||||||
|
lda #@kbcode._atari ; Option key
|
||||||
|
bne getkeyend
|
||||||
|
SelectPressed
|
||||||
|
lda #@kbcode._tab ; Select key
|
||||||
|
bne getkeyend
|
||||||
|
JoyButton
|
||||||
lda #@kbcode._ret ;Return key
|
lda #@kbcode._ret ;Return key
|
||||||
|
|
||||||
getkeyend
|
getkeyend
|
||||||
ldy #0
|
ldy #0
|
||||||
sty ATRACT ; reset atract mode
|
sty ATRACT ; reset atract mode
|
||||||
@@ -1780,6 +1840,7 @@ peopleAreHere
|
|||||||
.endp
|
.endp
|
||||||
|
|
||||||
MakeDarkScreen
|
MakeDarkScreen
|
||||||
|
jsr PMoutofScreen
|
||||||
mva #0 dmactls ; dark screen
|
mva #0 dmactls ; dark screen
|
||||||
sta dmactl
|
sta dmactl
|
||||||
; and wait one frame :)
|
; and wait one frame :)
|
||||||
@@ -1841,8 +1902,22 @@ noingame
|
|||||||
bne @-
|
bne @-
|
||||||
rts
|
rts
|
||||||
.endp
|
.endp
|
||||||
|
;--------------------------------------------------
|
||||||
|
.macro SetDLI
|
||||||
|
; SetDLI #WORD
|
||||||
|
; Initialises Display List Interrupts
|
||||||
|
LDY # <:1
|
||||||
|
LDX # >:1
|
||||||
|
jsr _SetDLIproc
|
||||||
|
.endm
|
||||||
|
.proc _SetDLIproc
|
||||||
|
LDA #$C0
|
||||||
|
STY VDSLST
|
||||||
|
STX VDSLST+1
|
||||||
|
STA NMIEN
|
||||||
|
rts
|
||||||
|
.endp
|
||||||
|
;--------------------------------------------------
|
||||||
/* ;--------------------------------------------------
|
/* ;--------------------------------------------------
|
||||||
.macro randomize floor ceiling
|
.macro randomize floor ceiling
|
||||||
;--------------------------------------------------
|
;--------------------------------------------------
|
||||||
@@ -1902,14 +1977,77 @@ noingame
|
|||||||
icl 'artwork/talk.asm'
|
icl 'artwork/talk.asm'
|
||||||
;----------------------------------------------
|
;----------------------------------------------
|
||||||
TankFont
|
TankFont
|
||||||
ins 'artwork/tanksv3.fnt',+0,352 ; 44 characters only
|
ins 'artwork/tanksv3.fnt',+0,384 ; 48 characters only
|
||||||
;----------------------------------------------
|
;----------------------------------------------
|
||||||
font4x4
|
font4x4
|
||||||
ins 'artwork/font4x4s.bmp',+62
|
ins 'artwork/font4x4s.bmp',+62
|
||||||
;----------------------------------------------
|
;----------------------------------------------
|
||||||
;RMT PLAYER and song loading shenaningans
|
;RMT PLAYER loading shenaningans
|
||||||
icl 'artwork/sfx/rmtplayr_modified.asm'
|
icl 'artwork/sfx/rmtplayr_modified.asm'
|
||||||
|
;-------------------------------------------------
|
||||||
|
.proc CheckTankCheat
|
||||||
|
ldy #$07
|
||||||
|
lda TankNr
|
||||||
|
asl
|
||||||
|
asl
|
||||||
|
asl ; 8 chars per name
|
||||||
|
tax
|
||||||
|
@
|
||||||
|
lda CheatName,y
|
||||||
|
sec
|
||||||
|
sbc tanksnames,x
|
||||||
|
cmp #$27
|
||||||
|
bne NoCheat
|
||||||
|
inx
|
||||||
|
dey
|
||||||
|
bpl @-
|
||||||
|
YesCheat
|
||||||
|
ldx TankNr
|
||||||
|
lda TanksWeaponsTableL,x
|
||||||
|
sta temp
|
||||||
|
lda TanksWeaponsTableH,x
|
||||||
|
sta temp+1
|
||||||
|
lda #99
|
||||||
|
@ iny
|
||||||
|
sta (temp),y
|
||||||
|
cpy #(last_defensive_____ - first_offensive____)
|
||||||
|
bne @-
|
||||||
|
NoCheat
|
||||||
|
rts
|
||||||
|
.endp
|
||||||
|
CheatName
|
||||||
|
dta d" 008.T"+$27
|
||||||
|
;----------------------------------------------
|
||||||
|
.proc DLIinterruptBFG
|
||||||
|
pha
|
||||||
|
lda dliCounter
|
||||||
|
bne EndofBFGDLI
|
||||||
|
lda dliColorsFore
|
||||||
|
bit random
|
||||||
|
bmi @+
|
||||||
|
lda DliColorBack
|
||||||
|
@ sta COLPF2
|
||||||
|
lda dliColorsFore
|
||||||
|
bit random
|
||||||
|
bmi @+
|
||||||
|
lda DliColorBack
|
||||||
|
@ sta COLPF1
|
||||||
|
EndofBFGDLI
|
||||||
|
inc dliCounter
|
||||||
|
pla
|
||||||
|
rti
|
||||||
|
.endp
|
||||||
|
; ------------------------
|
||||||
|
.proc BFGblink
|
||||||
|
SetDLI DLIinterruptBFG ; blinking on
|
||||||
|
ldy #50
|
||||||
|
jsr PauseYFrames
|
||||||
|
SetDLI DLIinterruptGraph ; blinking off
|
||||||
|
rts
|
||||||
|
.endp
|
||||||
|
;--------------------------------------------------
|
||||||
.IF * > MODUL-1
|
.IF * > MODUL-1
|
||||||
|
.ECHO *
|
||||||
.ERROR 'Code and data too long'
|
.ERROR 'Code and data too long'
|
||||||
.ENDIF
|
.ENDIF
|
||||||
.ECHO "Bytes left: ",$b000-*
|
.ECHO "Bytes left: ",$b000-*
|
||||||
@@ -1921,15 +2059,17 @@ MODUL
|
|||||||
ins "artwork/sfx/scorch_str9-NTSC.rmt",+6 ;include music RMT module
|
ins "artwork/sfx/scorch_str9-NTSC.rmt",+6 ;include music RMT module
|
||||||
MODULEND
|
MODULEND
|
||||||
;----------------------------------------------
|
;----------------------------------------------
|
||||||
|
icl 'constants_top.asm'
|
||||||
|
;----------------------------------------------
|
||||||
|
|
||||||
|
.ECHO "Bytes on top left: ",$bfe8-* ;ROM_SETTINGS-*
|
||||||
.IF target = 5200
|
.IF target = 5200
|
||||||
.IF * > ROM_SETTINGS-1
|
.IF * > ROM_SETTINGS-1
|
||||||
.ERROR 'Code and RMT song too long to fit in 5200'
|
.ERROR 'Code and RMT song too long to fit in 5200'
|
||||||
.ENDIF
|
.ENDIF
|
||||||
org ROM_SETTINGS ; 5200 ROM settings address $bfe8
|
org ROM_SETTINGS ; 5200 ROM settings address $bfe8
|
||||||
; "01234567890123456789"
|
; "01234567890123456789"
|
||||||
.byte " scorch 5200 v" ;20 characters title
|
.byte " scorch supersystem " ;20 characters title
|
||||||
build ; " "
|
|
||||||
.byte " "
|
|
||||||
.byte "7A" ;2 characters year .. 1900 + $7A = 2020
|
.byte "7A" ;2 characters year .. 1900 + $7A = 2020
|
||||||
.word FirstSTART
|
.word FirstSTART
|
||||||
.ELSE
|
.ELSE
|
||||||
|
|||||||
BIN
Binary file not shown.
BIN
Binary file not shown.
+112
-87
@@ -33,7 +33,7 @@
|
|||||||
mva #$ca COLOR1
|
mva #$ca COLOR1
|
||||||
mva #$00 COLBAKS ; set color of background
|
mva #$00 COLBAKS ; set color of background
|
||||||
|
|
||||||
VDLI DLIinterruptOptions ; jsr SetDLI for Options text screen
|
SetDLI DLIinterruptOptions ; jsr SetDLI for Options text screen
|
||||||
|
|
||||||
; -------- setup bottom (tanks) line
|
; -------- setup bottom (tanks) line
|
||||||
lda NumberOfPlayers
|
lda NumberOfPlayers
|
||||||
@@ -110,7 +110,14 @@ OptionsNoRight
|
|||||||
cmp #@kbcode._ret ; $c ;Return key
|
cmp #@kbcode._ret ; $c ;Return key
|
||||||
bne OptionsNoReturn
|
bne OptionsNoReturn
|
||||||
jmp OptionsFinished
|
jmp OptionsFinished
|
||||||
|
|
||||||
OptionsNoReturn
|
OptionsNoReturn
|
||||||
|
cmp #@kbcode._tab ; Tab key
|
||||||
|
bne OptionsNoTab
|
||||||
|
lda Gradient
|
||||||
|
eor #$80
|
||||||
|
sta Gradient
|
||||||
|
OptionsNoTab
|
||||||
jmp OptionsMainLoop
|
jmp OptionsMainLoop
|
||||||
|
|
||||||
OptionsFinished
|
OptionsFinished
|
||||||
@@ -242,6 +249,8 @@ invertme
|
|||||||
jsr PurchaseAI ; remember to make ActivateAI :) !!!
|
jsr PurchaseAI ; remember to make ActivateAI :) !!!
|
||||||
jmp AfterManualPurchase
|
jmp AfterManualPurchase
|
||||||
ManualPurchase
|
ManualPurchase
|
||||||
|
lda JoyNumber,x
|
||||||
|
sta JoystickNumber ; set joystick port for player
|
||||||
mva #0 isInventory
|
mva #0 isInventory
|
||||||
jsr Purchase ; purchase weapons
|
jsr Purchase ; purchase weapons
|
||||||
bit escFlag
|
bit escFlag
|
||||||
@@ -293,7 +302,7 @@ AfterManualPurchase
|
|||||||
GoToActivation
|
GoToActivation
|
||||||
mva #$ff LastWeapon
|
mva #$ff LastWeapon
|
||||||
|
|
||||||
VDLI DLIinterruptText ; jsr SetDLI for text (purchase) screen
|
SetDLI DLIinterruptText ; jsr SetDLI for text (purchase) screen
|
||||||
jsr PMoutofScreen
|
jsr PMoutofScreen
|
||||||
mwa #PurchaseDL dlptrs
|
mwa #PurchaseDL dlptrs
|
||||||
lda #@dmactl(narrow|dma) ; narrow screen width, DL on, P/M off
|
lda #@dmactl(narrow|dma) ; narrow screen width, DL on, P/M off
|
||||||
@@ -320,11 +329,16 @@ GoToActivation
|
|||||||
tax
|
tax
|
||||||
NextChar03
|
NextChar03
|
||||||
lda tanksnames,x
|
lda tanksnames,x
|
||||||
sta purchaseTextBuffer+8,y
|
sta purchaseTextBuffer+7,y
|
||||||
inx
|
inx
|
||||||
iny
|
iny
|
||||||
cpy #$08
|
cpy #$08
|
||||||
bne NextChar03
|
bne NextChar03
|
||||||
|
; displaying number of active controller port
|
||||||
|
ldy JoystickNumber
|
||||||
|
lda digits+1,y
|
||||||
|
sta purchaseTextBuffer+17
|
||||||
|
|
||||||
; and we display cash of the given player
|
; and we display cash of the given player
|
||||||
|
|
||||||
; here we must jump in after each purchase
|
; here we must jump in after each purchase
|
||||||
@@ -364,7 +378,7 @@ AfterPurchase
|
|||||||
cmp IndexesOfWeaponsL1,y
|
cmp IndexesOfWeaponsL1,y
|
||||||
beq ?weaponfound
|
beq ?weaponfound
|
||||||
iny
|
iny
|
||||||
cpy #(last_offensive_____ - first_offensive____) ; maxOffensiveWeapons
|
cpy #(last_offensive_____ - first_offensive____)+1 ; maxOffensiveWeapons
|
||||||
bne @-
|
bne @-
|
||||||
; not found apparently?
|
; not found apparently?
|
||||||
; TODO: check border case (the last weapon)
|
; TODO: check border case (the last weapon)
|
||||||
@@ -377,6 +391,7 @@ PositionDefensive
|
|||||||
?weaponFound
|
?weaponFound
|
||||||
; weapon index in Y
|
; weapon index in Y
|
||||||
sty positionOnTheList
|
sty positionOnTheList
|
||||||
|
jsr _MakeOffsetDown ; set list screen offset
|
||||||
|
|
||||||
; Here we have all we need
|
; Here we have all we need
|
||||||
; So choose the weapon for purchase ......
|
; So choose the weapon for purchase ......
|
||||||
@@ -449,18 +464,23 @@ GoDownOffensive
|
|||||||
sty PositionOnTheList
|
sty PositionOnTheList
|
||||||
beq MakeOffsetUp
|
beq MakeOffsetUp
|
||||||
MakeOffsetDown
|
MakeOffsetDown
|
||||||
|
jsr _MakeOffsetDown
|
||||||
|
EndGoDownX
|
||||||
|
jmp ChoosingItemForPurchase
|
||||||
|
|
||||||
|
_MakeOffsetDown
|
||||||
lda OffsetDL1
|
lda OffsetDL1
|
||||||
clc
|
clc
|
||||||
adc #15
|
adc #15
|
||||||
;if offset+16 is lower than the position then it must =16
|
;if offset+16 is lower than the position then it must =16
|
||||||
cmp PositionOnTheList
|
cmp PositionOnTheList
|
||||||
bcs EndGoDownX
|
bcs _EndGoDownX
|
||||||
sec
|
sec
|
||||||
lda PositionOnTheList
|
lda PositionOnTheList
|
||||||
sbc #15
|
sbc #15
|
||||||
sta OffsetDL1
|
sta OffsetDL1
|
||||||
EndGoDownX
|
_EndGoDownX
|
||||||
jmp ChoosingItemForPurchase
|
rts
|
||||||
|
|
||||||
; swapping the displayed list and setting pointer to position 0
|
; swapping the displayed list and setting pointer to position 0
|
||||||
ListChange
|
ListChange
|
||||||
@@ -476,6 +496,7 @@ ListChange
|
|||||||
beq @+
|
beq @+
|
||||||
; inventory
|
; inventory
|
||||||
jsr calcPosOffensive
|
jsr calcPosOffensive
|
||||||
|
jsr _MakeOffsetDown ; set list screen offset
|
||||||
jmp ChoosingItemForPurchase
|
jmp ChoosingItemForPurchase
|
||||||
@
|
@
|
||||||
mva #0 PositionOnTheList
|
mva #0 PositionOnTheList
|
||||||
@@ -795,11 +816,9 @@ Suprise ; get a random weapon
|
|||||||
bcc GetRandomDefensive
|
bcc GetRandomDefensive
|
||||||
GetRandomOffensive
|
GetRandomOffensive
|
||||||
randomize ind_Missile________ last_offensive_____
|
randomize ind_Missile________ last_offensive_____
|
||||||
cmp #ind_Buy_me_________
|
;cmp #ind_Buy_me_________ ; buy me do not buy buy me :)
|
||||||
beq GetRandomOffensive
|
;beq GetRandomOffensive
|
||||||
tay
|
tay
|
||||||
; lda WeaponUnits,y ; check if weapon exist
|
|
||||||
; beq GetRandomOffensive
|
|
||||||
bne NoSuprise ; Y always <> 0
|
bne NoSuprise ; Y always <> 0
|
||||||
GetRandomDefensive
|
GetRandomDefensive
|
||||||
randomize ind_Battery________ last_defensive_____
|
randomize ind_Battery________ last_defensive_____
|
||||||
@@ -950,7 +969,7 @@ DefActivationEnd
|
|||||||
cmp IndexesOfWeaponsL2,y
|
cmp IndexesOfWeaponsL2,y
|
||||||
beq ?weaponfound
|
beq ?weaponfound
|
||||||
iny
|
iny
|
||||||
cpy #(last_defensive_____ - first_defensive____) ; maxDefensiveWeapon
|
cpy #(last_defensive_____ - first_defensive____)+1 ; maxDefensiveWeapon
|
||||||
bne @-
|
bne @-
|
||||||
; not found apparently?
|
; not found apparently?
|
||||||
; TODO: check border case (the last weapon)
|
; TODO: check border case (the last weapon)
|
||||||
@@ -1078,7 +1097,7 @@ NoArrowDown
|
|||||||
mwa #NameDL dlptrs
|
mwa #NameDL dlptrs
|
||||||
lda #%00110001 ; narrow screen width, DL on, P/M off
|
lda #%00110001 ; narrow screen width, DL on, P/M off
|
||||||
sta dmactls
|
sta dmactls
|
||||||
VDLI DLIinterruptText ; jsr SetDLI for text (names) screen
|
SetDLI DLIinterruptText ; jsr SetDLI for text (names) screen
|
||||||
|
|
||||||
mva #0 TankNr
|
mva #0 TankNr
|
||||||
sta COLBAKS ; set color of background
|
sta COLBAKS ; set color of background
|
||||||
@@ -1088,6 +1107,7 @@ NoArrowDown
|
|||||||
jsr EnterPlayerName
|
jsr EnterPlayerName
|
||||||
bit escFlag
|
bit escFlag
|
||||||
spl:rts
|
spl:rts
|
||||||
|
jsr CheckTankCheat
|
||||||
inc TankNr
|
inc TankNr
|
||||||
lda TankNr
|
lda TankNr
|
||||||
cmp NumberOfPlayers
|
cmp NumberOfPlayers
|
||||||
@@ -1110,11 +1130,8 @@ NoArrowDown
|
|||||||
ldx tanknr
|
ldx tanknr
|
||||||
lda skillTable,x
|
lda skillTable,x
|
||||||
sta difficultyLevel
|
sta difficultyLevel
|
||||||
inx
|
lda digits+1,x
|
||||||
stx decimal
|
sta NameScreen2+7
|
||||||
mwa #(NameScreen2+9) displayposition
|
|
||||||
jsr displaybyte
|
|
||||||
jsr HighlightLevel ; setting choosen level of the opponent (Moron, etc)
|
|
||||||
|
|
||||||
; clear tank name editor field - not necessary
|
; clear tank name editor field - not necessary
|
||||||
; ldx #8
|
; ldx #8
|
||||||
@@ -1148,12 +1165,18 @@ LastNameChar
|
|||||||
beq @+
|
beq @+
|
||||||
iny
|
iny
|
||||||
@ sty PositionInName
|
@ sty PositionInName
|
||||||
; lda NameAdr,y
|
|
||||||
; ora #$80 ; place cursor on the end
|
|
||||||
; sta NameAdr,y
|
|
||||||
|
|
||||||
|
|
||||||
CheckKeys
|
CheckKeys
|
||||||
|
jsr HighlightLevel ; setting choosen level of the opponent (Moron, etc)
|
||||||
|
ldx TankNr
|
||||||
|
lda JoyNumber,x
|
||||||
|
tay
|
||||||
|
lda digits+1,y
|
||||||
|
sta NameScreen2+11 ; display joystick port number
|
||||||
|
lda TankShape,x
|
||||||
|
tay
|
||||||
|
lda digits+1,y
|
||||||
|
sta NameScreen2+15 ; display tank shape number
|
||||||
jsr CursorDisplay
|
jsr CursorDisplay
|
||||||
jsr getkey
|
jsr getkey
|
||||||
bit escFlag
|
bit escFlag
|
||||||
@@ -1184,7 +1207,7 @@ CheckFurtherX01 ; here we check Tab, Return and Del
|
|||||||
cmp #@kbcode._ret ; $0c ; Return
|
cmp #@kbcode._ret ; $0c ; Return
|
||||||
jeq EndOfNick
|
jeq EndOfNick
|
||||||
cmp #@kbcode._tab ; $2c ; Tab
|
cmp #@kbcode._tab ; $2c ; Tab
|
||||||
beq ChangeOfLevelUp
|
beq ChangeOfJoyUp
|
||||||
cmp #@kbcode._right ; $7 ;cursor right
|
cmp #@kbcode._right ; $7 ;cursor right
|
||||||
beq ChangeOfLevelUp
|
beq ChangeOfLevelUp
|
||||||
cmp #@kbcode._left ; $6 ;cursor left
|
cmp #@kbcode._left ; $6 ;cursor left
|
||||||
@@ -1193,6 +1216,8 @@ CheckFurtherX01 ; here we check Tab, Return and Del
|
|||||||
beq ChangeOfLevel3Up
|
beq ChangeOfLevel3Up
|
||||||
cmp #@kbcode._up ; $e ;cursor up
|
cmp #@kbcode._up ; $e ;cursor up
|
||||||
beq ChangeOfLevel3Down
|
beq ChangeOfLevel3Down
|
||||||
|
cmp #@kbcode._atari ; atari (inverse) key
|
||||||
|
jeq ChangeOfShapeUp
|
||||||
|
|
||||||
cmp #@kbcode._del ; $34 ; Backspace (del)
|
cmp #@kbcode._del ; $34 ; Backspace (del)
|
||||||
bne CheckKeys
|
bne CheckKeys
|
||||||
@@ -1212,13 +1237,24 @@ FirstChar
|
|||||||
lda #0
|
lda #0
|
||||||
sta NameAdr,x
|
sta NameAdr,x
|
||||||
jmp CheckKeys
|
jmp CheckKeys
|
||||||
|
;----
|
||||||
|
ChangeOfJoyUp
|
||||||
|
ldx TankNr
|
||||||
|
inc JoyNumber,x
|
||||||
|
lda JoyNumber,x
|
||||||
|
and #%00000011 ; max 4 joysticks
|
||||||
|
sta JoyNumber,x
|
||||||
|
.IF TARGET = 5200
|
||||||
|
beq ChangeOfShapeUp ; change tank shape
|
||||||
|
.ENDIF
|
||||||
|
jmp CheckKeys
|
||||||
|
;----
|
||||||
ChangeOfLevelUp ; change difficulty level of computer opponent
|
ChangeOfLevelUp ; change difficulty level of computer opponent
|
||||||
inc:lda DifficultyLevel
|
inc:lda DifficultyLevel
|
||||||
cmp #9 ; 9 levels are possible
|
cmp #9 ; 9 levels are possible
|
||||||
bne DoNotLoopLevelUp
|
bne DoNotLoopLevelUp
|
||||||
mva #$0 DifficultyLevel
|
mva #$0 DifficultyLevel
|
||||||
DoNotLoopLevelUp
|
DoNotLoopLevelUp
|
||||||
jsr HighlightLevel
|
|
||||||
jmp CheckKeys
|
jmp CheckKeys
|
||||||
;----
|
;----
|
||||||
ChangeOfLevelDown
|
ChangeOfLevelDown
|
||||||
@@ -1226,7 +1262,6 @@ ChangeOfLevelDown
|
|||||||
bpl DoNotLoopLevelDown
|
bpl DoNotLoopLevelDown
|
||||||
mva #$8 DifficultyLevel
|
mva #$8 DifficultyLevel
|
||||||
DoNotLoopLevelDown
|
DoNotLoopLevelDown
|
||||||
jsr HighlightLevel
|
|
||||||
jmp CheckKeys
|
jmp CheckKeys
|
||||||
;----
|
;----
|
||||||
ChangeOfLevel3Up
|
ChangeOfLevel3Up
|
||||||
@@ -1238,7 +1273,6 @@ ChangeOfLevel3Up
|
|||||||
sbb DifficultyLevel #9
|
sbb DifficultyLevel #9
|
||||||
|
|
||||||
DoNotLoopLevel3Up
|
DoNotLoopLevel3Up
|
||||||
jsr HighlightLevel
|
|
||||||
jmp CheckKeys
|
jmp CheckKeys
|
||||||
;----
|
;----
|
||||||
ChangeOfLevel3Down
|
ChangeOfLevel3Down
|
||||||
@@ -1246,9 +1280,18 @@ ChangeOfLevel3Down
|
|||||||
bpl @+
|
bpl @+
|
||||||
adb DifficultyLevel #9
|
adb DifficultyLevel #9
|
||||||
@
|
@
|
||||||
jsr HighlightLevel
|
|
||||||
jmp CheckKeys
|
jmp CheckKeys
|
||||||
;----
|
;----
|
||||||
|
ChangeOfShapeUp
|
||||||
|
ldx TankNr
|
||||||
|
inc TankShape,x
|
||||||
|
lda TankShape,x
|
||||||
|
cmp #$03
|
||||||
|
bne @+
|
||||||
|
lda #$00
|
||||||
|
sta TankShape,x
|
||||||
|
@ jmp CheckKeys
|
||||||
|
;----
|
||||||
EndOfNick
|
EndOfNick
|
||||||
; now check long press joy button (or Return...)
|
; now check long press joy button (or Return...)
|
||||||
mva #0 pressTimer ; reset
|
mva #0 pressTimer ; reset
|
||||||
@@ -1268,6 +1311,10 @@ ShortJoyPress
|
|||||||
ldx tanknr
|
ldx tanknr
|
||||||
lda DifficultyLevel
|
lda DifficultyLevel
|
||||||
sta skilltable,x
|
sta skilltable,x
|
||||||
|
beq NotRobot
|
||||||
|
lda #$03 ; shape for robotanks
|
||||||
|
sta TankShape,x
|
||||||
|
NotRobot
|
||||||
; storing name of the tank in the right space
|
; storing name of the tank in the right space
|
||||||
; (without cursor!)
|
; (without cursor!)
|
||||||
ldy #$00
|
ldy #$00
|
||||||
@@ -1489,7 +1536,7 @@ displayloop
|
|||||||
cpx #0
|
cpx #0
|
||||||
bne noleading0
|
bne noleading0
|
||||||
cpy #4
|
cpy #4
|
||||||
beq noleading0 ; if 00000 - last 0 must be
|
beq noleading0 ; if 00000 - last 0 must stay
|
||||||
cmp zero
|
cmp zero
|
||||||
bne noleading0
|
bne noleading0
|
||||||
lda #space
|
lda #space
|
||||||
@@ -1561,7 +1608,7 @@ displayloop1
|
|||||||
;parameters are:
|
;parameters are:
|
||||||
;Y - number of tank above which text is displayed
|
;Y - number of tank above which text is displayed
|
||||||
;fx - length of text
|
;fx - length of text
|
||||||
;textAddress - address of the text
|
;LineAddress4x4 - address of the text
|
||||||
|
|
||||||
;lets calculate position of the text first!
|
;lets calculate position of the text first!
|
||||||
;that's easy because we have number of tank
|
;that's easy because we have number of tank
|
||||||
@@ -1633,7 +1680,7 @@ DOTNnotLessThanZero
|
|||||||
DOTNnoOverflow
|
DOTNnoOverflow
|
||||||
;here in temp we have really good x position of text
|
;here in temp we have really good x position of text
|
||||||
|
|
||||||
mwa temp TextPositionX
|
mwa temp LineXdraw
|
||||||
|
|
||||||
;now let's get y position
|
;now let's get y position
|
||||||
;we will try to put text as low as possible
|
;we will try to put text as low as possible
|
||||||
@@ -1663,62 +1710,34 @@ DOTOldLowestValue
|
|||||||
cpy #$ff
|
cpy #$ff
|
||||||
bne DOTLowestMountainValueLoop
|
bne DOTLowestMountainValueLoop
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
sec
|
sec
|
||||||
lda temp2
|
lda temp2
|
||||||
sbc #(4+9) ;9 pixels above ground (and tanks...)
|
sbc #(4+9) ;9 pixels above ground (and tanks...)
|
||||||
sta TextPositionY
|
sta LineYdraw
|
||||||
|
|
||||||
mva #0 TextCounter
|
jmp TypeLine4x4.noLengthNoColor ; rts
|
||||||
mwa TextAddress temp
|
|
||||||
DOTNcharloop
|
|
||||||
ldy TextCounter
|
|
||||||
|
|
||||||
lda (temp),y
|
|
||||||
and #$3f ;always CAPITAL letters
|
|
||||||
|
|
||||||
sta CharCode4x4
|
|
||||||
lda TextCounter
|
|
||||||
asl
|
|
||||||
asl
|
|
||||||
clc
|
|
||||||
adc TextPositionX
|
|
||||||
sta dx
|
|
||||||
lda #0
|
|
||||||
adc TextPositionX+1
|
|
||||||
sta dx+1
|
|
||||||
lda TextPositionY
|
|
||||||
sta dy
|
|
||||||
mva #0 dy+1 ; dy is 2 bytes value
|
|
||||||
jsr PutChar4x4
|
|
||||||
|
|
||||||
inc TextCounter
|
|
||||||
lda fx
|
|
||||||
cmp TextCounter
|
|
||||||
bne DOTNcharloop
|
|
||||||
|
|
||||||
rts
|
|
||||||
.endp
|
.endp
|
||||||
|
|
||||||
;--------------------------------------------------------
|
;--------------------------------------------------------
|
||||||
.proc DisplayOffensiveTextNr ;
|
.proc DisplayOffensiveTextNr ;
|
||||||
ldx TextNumberOff
|
ldx TextNumberOff
|
||||||
lda talk.OffensiveTextTableL,x
|
lda talk.OffensiveTextTableL,x
|
||||||
sta TextAddress
|
sta LineAddress4x4
|
||||||
lda talk.OffensiveTextTableH,x
|
lda talk.OffensiveTextTableH,x
|
||||||
sta TextAddress+1
|
sta LineAddress4x4+1
|
||||||
inx ; the next text
|
inx ; the next text
|
||||||
lda talk.OffensiveTextTableH,x
|
lda talk.OffensiveTextTableH,x
|
||||||
sta temp+1
|
sta temp+1
|
||||||
lda talk.OffensiveTextTableL,x
|
lda talk.OffensiveTextTableL,x
|
||||||
sta temp ; opty possible
|
sta temp ; opty possible
|
||||||
; substract address of the next text from previous to get text length
|
; substract address of the next text from previous to get text length
|
||||||
sbw temp TextAddress temp2
|
sbw temp LineAddress4x4 temp2
|
||||||
mva temp2 fx
|
mva temp2 fx
|
||||||
|
|
||||||
jsr Display4x4AboveTank
|
;jsr Display4x4AboveTank
|
||||||
rts
|
;rts
|
||||||
|
; POZOR !!!
|
||||||
.endp
|
.endp
|
||||||
|
|
||||||
;--------------------------------------------------------
|
;--------------------------------------------------------
|
||||||
@@ -1731,7 +1750,7 @@ DOTNcharloop
|
|||||||
lda #0
|
lda #0
|
||||||
adc #>Tanksnames
|
adc #>Tanksnames
|
||||||
sta temp+1 ; TextAddress+1
|
sta temp+1 ; TextAddress+1
|
||||||
mwa temp TextAddress
|
mwa temp LineAddress4x4
|
||||||
|
|
||||||
;find length of the tank's name
|
;find length of the tank's name
|
||||||
ldy #7
|
ldy #7
|
||||||
@@ -1752,15 +1771,19 @@ end_found
|
|||||||
;-------------------------------
|
;-------------------------------
|
||||||
.proc TypeLine4x4 ;
|
.proc TypeLine4x4 ;
|
||||||
;-------------------------------
|
;-------------------------------
|
||||||
;this routine prints line ending with $ff
|
;this routine prints line of length `fx`
|
||||||
;address in LineAddress4x4 (it is the same as `temp`)
|
;address in LineAddress4x4
|
||||||
;starting from LineXdraw, LineYdraw
|
;starting from LineXdraw, LineYdraw
|
||||||
|
|
||||||
lda #$ff
|
lda #14 ; default length of 4x4 texts
|
||||||
|
sta fx
|
||||||
|
|
||||||
|
variableLength
|
||||||
|
lda #$ff ; $ff - visible characters, $00 - clearing
|
||||||
|
|
||||||
staplot4x4color
|
staplot4x4color
|
||||||
sta plot4x4color
|
sta plot4x4color
|
||||||
|
noLengthNoColor
|
||||||
|
|
||||||
ldy #0
|
ldy #0
|
||||||
sty LineCharNr
|
sty LineCharNr
|
||||||
@@ -1768,19 +1791,17 @@ staplot4x4color
|
|||||||
TypeLine4x4Loop
|
TypeLine4x4Loop
|
||||||
ldy LineCharNr
|
ldy LineCharNr
|
||||||
|
|
||||||
;mwa LineAddress4x4 temp ; LineAddress4x4 === temp
|
lda (LineAddress4x4),y
|
||||||
lda (temp),y
|
and #$3f ;always CAPITAL letters
|
||||||
cmp #$ff
|
|
||||||
beq EndOfTypeLine4x4
|
|
||||||
|
|
||||||
sta CharCode4x4
|
sta CharCode4x4
|
||||||
mwa LineXdraw dx
|
mwa LineXdraw dx
|
||||||
mva LineYdraw dy
|
mva LineYdraw dy
|
||||||
mva #0 dy+1 ; dy is 2 bytes value
|
mva #0 dy+1 ; dy is 2 bytes value
|
||||||
jsr PutChar4x4 ;type empty pixels as well!
|
jsr PutChar4x4 ;type empty pixels as well!
|
||||||
adw LineXdraw #4
|
adw LineXdraw #4
|
||||||
inc LineCharNr
|
inc:lda LineCharNr
|
||||||
jmp TypeLine4x4Loop
|
cmp fx
|
||||||
|
bne TypeLine4x4Loop
|
||||||
|
|
||||||
EndOfTypeLine4x4
|
EndOfTypeLine4x4
|
||||||
rts
|
rts
|
||||||
@@ -2005,10 +2026,6 @@ TankNameCopyLoop
|
|||||||
;it means |
|
;it means |
|
||||||
mva #$3 ResultLineBuffer+13
|
mva #$3 ResultLineBuffer+13
|
||||||
|
|
||||||
|
|
||||||
;it means end of line
|
|
||||||
mva #$ff ResultLineBuffer+14
|
|
||||||
|
|
||||||
;result line display
|
;result line display
|
||||||
mwa #ResultLineBuffer LineAddress4x4
|
mwa #ResultLineBuffer LineAddress4x4
|
||||||
mwa #((ScreenWidth/2)-(8*4)) LineXdraw
|
mwa #((ScreenWidth/2)-(8*4)) LineXdraw
|
||||||
@@ -2074,8 +2091,9 @@ FinishResultDisplay
|
|||||||
mva #0 COLOR1
|
mva #0 COLOR1
|
||||||
sta COLBAKS ; set color of background
|
sta COLBAKS ; set color of background
|
||||||
sta CreditsVScrol
|
sta CreditsVScrol
|
||||||
|
sta JoystickNumber ; set joystick port for player
|
||||||
mva #TextForegroundColor COLOR2
|
mva #TextForegroundColor COLOR2
|
||||||
VDLI DLIinterruptGameOver ; jsr SetDLI for Game Over screen
|
SetDLI DLIinterruptGameOver ; jsr SetDLI for Game Over screen
|
||||||
; make text and color lines for each tank
|
; make text and color lines for each tank
|
||||||
ldx NumberOfPlayers ;we start from the highest (best) tank
|
ldx NumberOfPlayers ;we start from the highest (best) tank
|
||||||
dex ;and it is the last one
|
dex ;and it is the last one
|
||||||
@@ -2310,6 +2328,10 @@ EndOfCredits
|
|||||||
.proc DisplayStatus
|
.proc DisplayStatus
|
||||||
;-------------------------------------------------
|
;-------------------------------------------------
|
||||||
|
|
||||||
|
; displaying number of active controller port
|
||||||
|
ldy JoystickNumber
|
||||||
|
lda digits+1,y
|
||||||
|
sta statusBuffer+17
|
||||||
;---------------------
|
;---------------------
|
||||||
;displaying symbol of the weapon
|
;displaying symbol of the weapon
|
||||||
;---------------------
|
;---------------------
|
||||||
@@ -2320,7 +2342,7 @@ EndOfCredits
|
|||||||
ldx TankNr
|
ldx TankNr
|
||||||
ldy ActiveWeapon,x
|
ldy ActiveWeapon,x
|
||||||
lda WeaponSymbols,y
|
lda WeaponSymbols,y
|
||||||
sta statusBuffer+18
|
sta statusBuffer+19
|
||||||
|
|
||||||
;---------------------
|
;---------------------
|
||||||
;displaying quantity of the given weapon
|
;displaying quantity of the given weapon
|
||||||
@@ -2328,7 +2350,7 @@ EndOfCredits
|
|||||||
lda ActiveWeapon,x
|
lda ActiveWeapon,x
|
||||||
jsr HowManyBullets
|
jsr HowManyBullets
|
||||||
sta decimal
|
sta decimal
|
||||||
mwa #statusBuffer+20 displayposition
|
mwa #statusBuffer+21 displayposition
|
||||||
jsr displaybyte
|
jsr displaybyte
|
||||||
|
|
||||||
;---------------------
|
;---------------------
|
||||||
@@ -2349,7 +2371,7 @@ EndOfCredits
|
|||||||
ldy #15
|
ldy #15
|
||||||
@
|
@
|
||||||
lda (temp),y
|
lda (temp),y
|
||||||
sta statusBuffer+23,y
|
sta statusBuffer+24,y
|
||||||
dey
|
dey
|
||||||
bpl @-
|
bpl @-
|
||||||
|
|
||||||
@@ -2357,6 +2379,9 @@ EndOfCredits
|
|||||||
;displaying name of the defence weapon (if active)
|
;displaying name of the defence weapon (if active)
|
||||||
;---------------------
|
;---------------------
|
||||||
lda AutoDefenseFlag,x ; Auto Defense symbol (space or "A" in inverse)
|
lda AutoDefenseFlag,x ; Auto Defense symbol (space or "A" in inverse)
|
||||||
|
bpl @+
|
||||||
|
lda #$5e ; Auto Defense symbol
|
||||||
|
@
|
||||||
sta statusBuffer+80+21
|
sta statusBuffer+80+21
|
||||||
lda #$08 ; (
|
lda #$08 ; (
|
||||||
sta statusBuffer+80+22
|
sta statusBuffer+80+22
|
||||||
@@ -2518,7 +2543,7 @@ AngleDisplay
|
|||||||
.proc PutTankNameOnScreen
|
.proc PutTankNameOnScreen
|
||||||
; puts name of the tank on the screen
|
; puts name of the tank on the screen
|
||||||
ldy #$00
|
ldy #$00
|
||||||
lda tanknr
|
lda TankNr
|
||||||
asl
|
asl
|
||||||
asl
|
asl
|
||||||
asl ; 8 chars per name
|
asl ; 8 chars per name
|
||||||
|
|||||||
+7
-17
@@ -39,10 +39,10 @@ mountainDeltaL .ds 1 ;.by $ff
|
|||||||
LineHeader1
|
LineHeader1
|
||||||
.ds 9 ;dta d"# ROUND: "
|
.ds 9 ;dta d"# ROUND: "
|
||||||
RoundNrDisplay
|
RoundNrDisplay
|
||||||
.ds 7 ;dta d" #", $ff
|
.ds 5 ;dta d" #", $ff
|
||||||
; 4x4 text buffer
|
; 4x4 text buffer
|
||||||
ResultLineBuffer
|
ResultLineBuffer
|
||||||
.ds 19 ;dta d" ", $ff
|
.ds 14 ;dta d" ", $ff
|
||||||
linetableL ; = PMGraph + $0300 - (screenHeight+1)*2
|
linetableL ; = PMGraph + $0300 - (screenHeight+1)*2
|
||||||
.ds (screenHeight+1)
|
.ds (screenHeight+1)
|
||||||
linetableH ; = PMGraph + $0300 - (screenHeight+1)
|
linetableH ; = PMGraph + $0300 - (screenHeight+1)
|
||||||
@@ -159,6 +159,10 @@ ytankstable ;Y positions of tanks (lower left point)
|
|||||||
.DS MaxPlayers
|
.DS MaxPlayers
|
||||||
LowResDistances ; coarse tank positions divided by 4 (to be in just one byte)
|
LowResDistances ; coarse tank positions divided by 4 (to be in just one byte)
|
||||||
.DS MaxPlayers
|
.DS MaxPlayers
|
||||||
|
JoyNumber ; Joystick port number (from 0 to 3)
|
||||||
|
.DS MaxPlayers
|
||||||
|
TankShape ; Tank shape number (from 0 to 2)
|
||||||
|
.DS MaxPlayers
|
||||||
;----------------------------------------------------
|
;----------------------------------------------------
|
||||||
TargetTankNr ; Target tank index (for AI routines)
|
TargetTankNr ; Target tank index (for AI routines)
|
||||||
.DS 1
|
.DS 1
|
||||||
@@ -279,6 +283,7 @@ UpNdown .DS 1
|
|||||||
|
|
||||||
temptankX .DS 2
|
temptankX .DS 2
|
||||||
temptankNr .DS 1
|
temptankNr .DS 1
|
||||||
|
AfterBFGflag .DS 1
|
||||||
|
|
||||||
;----------------------------------------------------
|
;----------------------------------------------------
|
||||||
;Variables from textproc.s65
|
;Variables from textproc.s65
|
||||||
@@ -360,10 +365,6 @@ mountaintable2 ;table of mountains (size=screenwidth)
|
|||||||
.DS 1 ; additional byte for fallout (sometimes 1 pixel)
|
.DS 1 ; additional byte for fallout (sometimes 1 pixel)
|
||||||
MountaintableEnd ;good for table clearing
|
MountaintableEnd ;good for table clearing
|
||||||
;----------------------------------------------------
|
;----------------------------------------------------
|
||||||
TextPositionX .DS 2
|
|
||||||
TextPositionY .DS 1
|
|
||||||
TextAddress .DS 2
|
|
||||||
TextCounter .DS 1
|
|
||||||
TextNumberOff .DS 1
|
TextNumberOff .DS 1
|
||||||
;--------------
|
;--------------
|
||||||
TankTempY
|
TankTempY
|
||||||
@@ -380,10 +381,6 @@ CurrentResult
|
|||||||
;--------------
|
;--------------
|
||||||
AngleTable ;Angle of the barrel of each tank during the round
|
AngleTable ;Angle of the barrel of each tank during the round
|
||||||
.DS MaxPlayers
|
.DS MaxPlayers
|
||||||
;NewAngle ; used in AI
|
|
||||||
.DS 1
|
|
||||||
;previousBarrelAngle
|
|
||||||
; .DS MaxPlayers
|
|
||||||
EndOfTheBarrelX
|
EndOfTheBarrelX
|
||||||
.ds 2
|
.ds 2
|
||||||
EndOfTheBarrelY
|
EndOfTheBarrelY
|
||||||
@@ -413,19 +410,12 @@ LineCharNr .DS 1
|
|||||||
;LineYdraw .DS 1
|
;LineYdraw .DS 1
|
||||||
|
|
||||||
;-----------
|
;-----------
|
||||||
ResultX
|
|
||||||
.DS 2
|
|
||||||
;ResultY .DS 1
|
|
||||||
ResultOfTankNr
|
ResultOfTankNr
|
||||||
.DS 1
|
.DS 1
|
||||||
|
|
||||||
;----------------------------------------------------
|
;----------------------------------------------------
|
||||||
;PutChar4x4
|
;PutChar4x4
|
||||||
;----------------------------------------------------
|
;----------------------------------------------------
|
||||||
LoopCounter4x4 .DS 1
|
|
||||||
y4x4 .DS 1
|
|
||||||
StoreA4x4 .DS 1
|
|
||||||
Xcounter4x4 .DS 1
|
|
||||||
nibbler4x4 .DS 1
|
nibbler4x4 .DS 1
|
||||||
CharCode4x4 .DS 1
|
CharCode4x4 .DS 1
|
||||||
;plot4x4color .DS 1 ;1-white, 0-background
|
;plot4x4color .DS 1 ;1-white, 0-background
|
||||||
|
|||||||
+93
-35
@@ -49,15 +49,29 @@ ExplosionRoutines
|
|||||||
.word tonofdirt-1 ;Ton_of_Dirt____;_27
|
.word tonofdirt-1 ;Ton_of_Dirt____;_27
|
||||||
.word liquiddirt-1 ;Liquid_Dirt____;_28
|
.word liquiddirt-1 ;Liquid_Dirt____;_28
|
||||||
.word dirtcharge-1 ;Dirt_Charge____;_29
|
.word dirtcharge-1 ;Dirt_Charge____;_29
|
||||||
.word VOID-1 ;Buy_me_________;_30
|
.word BFG-1 ;Buy_me_________;_30
|
||||||
.word laser-1 ;Laser__________;_31
|
.word laser-1 ;Laser__________;_31
|
||||||
|
|
||||||
VOID
|
VOID
|
||||||
tracer
|
tracer
|
||||||
rts
|
rts
|
||||||
.endp
|
.endp
|
||||||
; ------------------------
|
.proc BFG
|
||||||
|
mva #sfx_plasma_2_2 sfx_effect
|
||||||
|
jsr BFGblink
|
||||||
|
; Kill all :)
|
||||||
|
ldx NumberOfPlayers
|
||||||
|
dex
|
||||||
|
lda #$00
|
||||||
|
CheckNextTankBFG
|
||||||
|
cpx TankNr ; not me!
|
||||||
|
beq @+
|
||||||
|
sta Energy,x
|
||||||
|
@ dex
|
||||||
|
bpl CheckNextTankBFG
|
||||||
|
stx AfterBFGflag ; $ff
|
||||||
|
rts
|
||||||
|
.endp
|
||||||
; ------------------------
|
; ------------------------
|
||||||
.proc babymissile
|
.proc babymissile
|
||||||
mva #sfx_baby_missile sfx_effect
|
mva #sfx_baby_missile sfx_effect
|
||||||
@@ -88,11 +102,13 @@ tracer
|
|||||||
mva #17 ExplosionRadius
|
mva #17 ExplosionRadius
|
||||||
jsr xmissile
|
jsr xmissile
|
||||||
|
|
||||||
; soil must fall down now! there is no other way...
|
jsr SecondRepeat
|
||||||
|
|
||||||
|
/* ; soil must fall down now! there is no other way...
|
||||||
; hide tanks or they fall down with soil
|
; hide tanks or they fall down with soil
|
||||||
jsr SoilDown2
|
jsr SoilDown2
|
||||||
|
|
||||||
; it looks like force is divided by 4 here BUT"
|
; it looks like force is divided by 4 here BUT"
|
||||||
; in Flight routine force is multiplied by 2 and left
|
; in Flight routine force is multiplied by 2 and left
|
||||||
; so, we have Force divided by 2 here (not accurately)
|
; so, we have Force divided by 2 here (not accurately)
|
||||||
lsr Force+1
|
lsr Force+1
|
||||||
@@ -109,8 +125,9 @@ tracer
|
|||||||
mva #15 ExplosionRadius
|
mva #15 ExplosionRadius
|
||||||
jsr CalculateExplosionRange0
|
jsr CalculateExplosionRange0
|
||||||
mva #sfx_baby_missile sfx_effect
|
mva #sfx_baby_missile sfx_effect
|
||||||
jsr xmissile.NoRangeCalc
|
jsr xmissile.NoRangeCalc */
|
||||||
|
|
||||||
|
SecondRepeat
|
||||||
; soil must fall down now! there is no other way...
|
; soil must fall down now! there is no other way...
|
||||||
; hide tanks or they fall down with soil
|
; hide tanks or they fall down with soil
|
||||||
jsr SoilDown2
|
jsr SoilDown2
|
||||||
@@ -128,7 +145,7 @@ tracer
|
|||||||
jsr Flight
|
jsr Flight
|
||||||
lda HitFlag
|
lda HitFlag
|
||||||
beq EndOfLeapping
|
beq EndOfLeapping
|
||||||
mva #13 ExplosionRadius
|
mva #14 ExplosionRadius
|
||||||
jsr CalculateExplosionRange0
|
jsr CalculateExplosionRange0
|
||||||
mva #sfx_baby_missile sfx_effect
|
mva #sfx_baby_missile sfx_effect
|
||||||
jmp xmissile.NoRangeCalc
|
jmp xmissile.NoRangeCalc
|
||||||
@@ -888,9 +905,7 @@ ExplodeNow
|
|||||||
.proc checkRollDirection
|
.proc checkRollDirection
|
||||||
; check rolling direction (for roller and other rolling weapons)
|
; check rolling direction (for roller and other rolling weapons)
|
||||||
ldy #0
|
ldy #0
|
||||||
mwa #mountaintable tempXROLLER
|
adw xdraw #mountaintable tempXROLLER
|
||||||
|
|
||||||
adw tempXROLLER xdraw
|
|
||||||
lda (tempXROLLER),y
|
lda (tempXROLLER),y
|
||||||
sta ydraw
|
sta ydraw
|
||||||
sty ydraw+1
|
sty ydraw+1
|
||||||
@@ -916,20 +931,19 @@ SeekLeft
|
|||||||
.nowarn dew tempXROLLER
|
.nowarn dew tempXROLLER
|
||||||
lda (tempXROLLER),y ;fukk! beware of Y value
|
lda (tempXROLLER),y ;fukk! beware of Y value
|
||||||
cmp HeightRol
|
cmp HeightRol
|
||||||
bne HowMuchToFallLeft
|
;bne HowMuchToFallLeft
|
||||||
HowMuchToFallLeft
|
HowMuchToFallLeft
|
||||||
bcs GoRightNow
|
bcs GoRightNow
|
||||||
mva #1 HowMuchToFall
|
mva #1 HowMuchToFall
|
||||||
GoRightNow
|
GoRightNow
|
||||||
mwa #mountaintable tempXROLLER
|
adw xdraw #mountaintable tempXROLLER
|
||||||
adw tempXROLLER xdraw
|
|
||||||
SeekRight
|
SeekRight
|
||||||
cpw tempXROLLER #(mountaintable+screenwidth)
|
cpw tempXROLLER #(mountaintable+screenwidth)
|
||||||
beq HowMuchToFallKnown ; "stop" if we have on left end
|
beq HowMuchToFallKnown ; "stop" if we have on left end
|
||||||
inw tempXROLLER
|
inw tempXROLLER
|
||||||
lda (tempXROLLER),y
|
lda (tempXROLLER),y
|
||||||
cmp HeightRol
|
cmp HeightRol
|
||||||
bne HowMuchToFallRight
|
;bne HowMuchToFallRight
|
||||||
HowMuchToFallRight
|
HowMuchToFallRight
|
||||||
; check if up or down
|
; check if up or down
|
||||||
bcs HowMuchToFallKnown
|
bcs HowMuchToFallKnown
|
||||||
@@ -1040,6 +1054,7 @@ UpNotYet2
|
|||||||
lda xdraw
|
lda xdraw
|
||||||
and xdraw+1
|
and xdraw+1
|
||||||
cmp #$ff ; like cpw xdraw #$ffff
|
cmp #$ff ; like cpw xdraw #$ffff
|
||||||
|
;ora xdraw+1 ; like cpw xdraw #$0000
|
||||||
jne RollinContinuesLiquid
|
jne RollinContinuesLiquid
|
||||||
beq FillNow
|
beq FillNow
|
||||||
HowMuchToFallRight3
|
HowMuchToFallRight3
|
||||||
@@ -1051,7 +1066,7 @@ FillNow
|
|||||||
ldy #0
|
ldy #0
|
||||||
lda HowMuchToFall
|
lda HowMuchToFall
|
||||||
bmi FillHole
|
bmi FillHole
|
||||||
cmp#1
|
cmp #1
|
||||||
beq FillLeft
|
beq FillLeft
|
||||||
inw xdraw
|
inw xdraw
|
||||||
inw xdraw ; tricky but we must rollback xdraw in proper direction
|
inw xdraw ; tricky but we must rollback xdraw in proper direction
|
||||||
@@ -1063,13 +1078,14 @@ FillHole
|
|||||||
sta ydraw
|
sta ydraw
|
||||||
beq ToHighFill ; if we filled all playfield (very rare but possible)
|
beq ToHighFill ; if we filled all playfield (very rare but possible)
|
||||||
dec ydraw ; one pixel up
|
dec ydraw ; one pixel up
|
||||||
ToHighFill
|
|
||||||
lda ydraw
|
lda ydraw
|
||||||
sta (tempXROLLER),y ;mountaintable update
|
sta (tempXROLLER),y ;mountaintable update
|
||||||
mva #1 color
|
mva #1 color
|
||||||
jsr plot.MakePlot
|
jsr plot.MakePlot
|
||||||
|
ToHighFill
|
||||||
.nowarn dew FillCounter
|
.nowarn dew FillCounter
|
||||||
cpw FillCounter #0
|
lda FillCounter
|
||||||
|
ora FillCounter+1
|
||||||
jne RepeatFill
|
jne RepeatFill
|
||||||
rts
|
rts
|
||||||
.endp
|
.endp
|
||||||
@@ -1357,8 +1373,8 @@ pressedLeft
|
|||||||
INC AngleTable,x
|
INC AngleTable,x
|
||||||
lda AngleTable,x
|
lda AngleTable,x
|
||||||
cmp #180
|
cmp #180
|
||||||
jne BeforeFire
|
jcc BeforeFire
|
||||||
lda #1
|
lda #0
|
||||||
sta AngleTable,x
|
sta AngleTable,x
|
||||||
jmp BeforeFire
|
jmp BeforeFire
|
||||||
|
|
||||||
@@ -1373,7 +1389,7 @@ CTRLPressedLeft
|
|||||||
sta AngleTable,x
|
sta AngleTable,x
|
||||||
cmp #180-4
|
cmp #180-4
|
||||||
jcc BeforeFire
|
jcc BeforeFire
|
||||||
lda #1
|
lda #0
|
||||||
sta AngleTable,x
|
sta AngleTable,x
|
||||||
jmp BeforeFire
|
jmp BeforeFire
|
||||||
|
|
||||||
@@ -1396,6 +1412,7 @@ pressedTAB
|
|||||||
jmp BeforeFire
|
jmp BeforeFire
|
||||||
|
|
||||||
CTRLpressedTAB
|
CTRLpressedTAB
|
||||||
|
mva #sfx_purchase sfx_effect
|
||||||
ldx TankNr
|
ldx TankNr
|
||||||
lda ActiveWeapon,x
|
lda ActiveWeapon,x
|
||||||
cmp #first_offensive____ ; #0
|
cmp #first_offensive____ ; #0
|
||||||
@@ -1506,7 +1523,7 @@ AfterStrongShoot
|
|||||||
tay ; A=0 !
|
tay ; A=0 !
|
||||||
adw xtraj+1 #mountaintable temp
|
adw xtraj+1 #mountaintable temp
|
||||||
lda ytraj+1
|
lda ytraj+1
|
||||||
cmp (temp),y ; check collision witch mountains
|
cmp (temp),y ; check collision with mountains
|
||||||
bcs ShotUnderGround
|
bcs ShotUnderGround
|
||||||
jsr Flight
|
jsr Flight
|
||||||
mva #1 color
|
mva #1 color
|
||||||
@@ -1761,6 +1778,8 @@ LaserNoWalls
|
|||||||
|
|
||||||
bit TestFlightFlag
|
bit TestFlightFlag
|
||||||
bmi nowait
|
bmi nowait
|
||||||
|
bit LaserFlag ; faster laser prepare
|
||||||
|
bmi nowait
|
||||||
lda color
|
lda color
|
||||||
beq nonowait ; smoke tracer erases slowly
|
beq nonowait ; smoke tracer erases slowly
|
||||||
lda tracerflag
|
lda tracerflag
|
||||||
@@ -1777,7 +1796,7 @@ nowait
|
|||||||
; If laser fires, edges of the screen finish "flying" and laser hits.
|
; If laser fires, edges of the screen finish "flying" and laser hits.
|
||||||
lda ytraj+2
|
lda ytraj+2
|
||||||
bmi LaserHitEdge
|
bmi LaserHitEdge
|
||||||
cpw xtraj+1 #screenwidth+1
|
cpw xtraj+1 #screenwidth ;+1
|
||||||
bcc LaserNoHitEdge
|
bcc LaserNoHitEdge
|
||||||
LaserHitEdge
|
LaserHitEdge
|
||||||
mwa xdraw XHit
|
mwa xdraw XHit
|
||||||
@@ -1859,6 +1878,8 @@ EndOfFlight2
|
|||||||
beq JNoDefence
|
beq JNoDefence
|
||||||
cmp #ind_Smoke_Tracer___
|
cmp #ind_Smoke_Tracer___
|
||||||
beq JNoDefence
|
beq JNoDefence
|
||||||
|
cmp #ind_Laser__________ ; Bouncy and Mag not fire by Laser
|
||||||
|
beq JNoDefence
|
||||||
lda ActiveDefenceWeapon,x
|
lda ActiveDefenceWeapon,x
|
||||||
cmp #ind_Bouncy_Castle__ ; Auto Defence
|
cmp #ind_Bouncy_Castle__ ; Auto Defence
|
||||||
jeq BouncyCastle
|
jeq BouncyCastle
|
||||||
@@ -2216,7 +2237,7 @@ MIRVcheckCollision
|
|||||||
|
|
||||||
ldy #0
|
ldy #0
|
||||||
lda ytraj+1
|
lda ytraj+1
|
||||||
cmp (temp),y ; check collision witch mountains
|
cmp (temp),y ; check collision with mountains
|
||||||
bcs mrHit
|
bcs mrHit
|
||||||
|
|
||||||
mrSkipCollisionCheck
|
mrSkipCollisionCheck
|
||||||
@@ -2328,6 +2349,11 @@ MakeBump
|
|||||||
sbc vx+#
|
sbc vx+#
|
||||||
sta vx+#
|
sta vx+#
|
||||||
.endr
|
.endr
|
||||||
|
; and bouce feapfrog :)
|
||||||
|
sec
|
||||||
|
lda #180
|
||||||
|
sbc LeapFrogAngle
|
||||||
|
sta LeapFrogAngle ; swap angle (LeapFrogAngle)
|
||||||
inc FunkyWallFlag
|
inc FunkyWallFlag
|
||||||
rts
|
rts
|
||||||
WrapAndNone
|
WrapAndNone
|
||||||
@@ -2514,11 +2540,13 @@ StoreMaxAlt
|
|||||||
|
|
||||||
mwa #hoverFull LineAddress4x4
|
mwa #hoverFull LineAddress4x4
|
||||||
mwa #((ScreenWidth/2)-((hoverFullEnd-hoverFull)*2)) LineXdraw ; centering
|
mwa #((ScreenWidth/2)-((hoverFullEnd-hoverFull)*2)) LineXdraw ; centering
|
||||||
|
mva #hoverFullEnd-hoverFull-1 fx ; length
|
||||||
sec
|
sec
|
||||||
lda FloatingAlt
|
lda FloatingAlt
|
||||||
sbc #12
|
sbc #12
|
||||||
sta LineYdraw
|
sta LineYdraw
|
||||||
jsr TypeLine4x4
|
jsr TypeLine4x4.variableLength
|
||||||
|
|
||||||
ldx TankNr
|
ldx TankNr
|
||||||
|
|
||||||
; TankNr in X reg.
|
; TankNr in X reg.
|
||||||
@@ -2561,6 +2589,7 @@ ReachSky
|
|||||||
; display text 4x4 - fuel full (clear text)
|
; display text 4x4 - fuel full (clear text)
|
||||||
mwa #hoverFull LineAddress4x4
|
mwa #hoverFull LineAddress4x4
|
||||||
mwa #((ScreenWidth/2)-((hoverFullEnd-hoverFull)*2)) LineXdraw ; centering
|
mwa #((ScreenWidth/2)-((hoverFullEnd-hoverFull)*2)) LineXdraw ; centering
|
||||||
|
mva #(hoverFullEnd-hoverFull-1) fx ; length
|
||||||
sec
|
sec
|
||||||
lda FloatingAlt
|
lda FloatingAlt
|
||||||
sbc #12
|
sbc #12
|
||||||
@@ -2605,14 +2634,14 @@ KeyboardAndJoyCheck
|
|||||||
; display text 4x4 - low fuel
|
; display text 4x4 - low fuel
|
||||||
mwa #hoverEmpty LineAddress4x4
|
mwa #hoverEmpty LineAddress4x4
|
||||||
mwa #((ScreenWidth/2)-((hoverEmptyEnd-hoverEmpty)*2)) LineXdraw ; centering
|
mwa #((ScreenWidth/2)-((hoverEmptyEnd-hoverEmpty)*2)) LineXdraw ; centering
|
||||||
|
mva #hoverEmptyEnd-hoverEmpty-1 fx ; length
|
||||||
sec
|
sec
|
||||||
lda FloatingAlt
|
lda FloatingAlt
|
||||||
sbc #12
|
sbc #12
|
||||||
sta LineYdraw
|
sta LineYdraw
|
||||||
;lda #0
|
jsr TypeLine4x4.variableLength
|
||||||
jsr TypeLine4x4 ;.staplot4x4color
|
|
||||||
ldx TankNr
|
|
||||||
|
|
||||||
|
ldx TankNr
|
||||||
|
|
||||||
notpressed
|
notpressed
|
||||||
; let's animate "engine"
|
; let's animate "engine"
|
||||||
@@ -2724,6 +2753,7 @@ pressedSpace
|
|||||||
; display text 4x4 - low fuel (clear text)
|
; display text 4x4 - low fuel (clear text)
|
||||||
mwa #hoverEmpty LineAddress4x4
|
mwa #hoverEmpty LineAddress4x4
|
||||||
mwa #((ScreenWidth/2)-((hoverEmptyEnd-hoverEmpty)*2)) LineXdraw ; centering
|
mwa #((ScreenWidth/2)-((hoverEmptyEnd-hoverEmpty)*2)) LineXdraw ; centering
|
||||||
|
mva #hoverEmptyEnd-hoverEmpty-1 fx ; length
|
||||||
sec
|
sec
|
||||||
lda FloatingAlt
|
lda FloatingAlt
|
||||||
sbc #12
|
sbc #12
|
||||||
@@ -2905,9 +2935,17 @@ CheckCollisionWithTankLoop
|
|||||||
cmp ydraw
|
cmp ydraw
|
||||||
bcs OverTheTank
|
bcs OverTheTank
|
||||||
; with or without shield ?
|
; with or without shield ?
|
||||||
lda ShieldEnergy,x
|
|
||||||
bne CheckCollisionWithShieldedTank ; tank with shield is bigger :)
|
|
||||||
|
|
||||||
|
lda ActiveDefenceWeapon,x
|
||||||
|
cmp #ind_Mag_Deflector__ ; first shielded weapon
|
||||||
|
bcc CheckCollisionWithNotShieldedTank
|
||||||
|
cmp #ind_Bouncy_Castle__+1 ; last shielded weapon
|
||||||
|
bcc CheckCollisionWithShieldedTank ; tank with shield is bigger :)
|
||||||
|
|
||||||
|
;lda ShieldEnergy,x ; there is wrong method to check shield :)
|
||||||
|
;bne CheckCollisionWithShieldedTank ; tank with shield is bigger :)
|
||||||
|
|
||||||
|
CheckCollisionWithNotShieldedTank
|
||||||
lda xtankstableH,x
|
lda xtankstableH,x
|
||||||
cmp xdraw+1
|
cmp xdraw+1
|
||||||
bne @+
|
bne @+
|
||||||
@@ -2987,14 +3025,34 @@ CalculateExplosionRange0
|
|||||||
;calculates total horizontal range of explosion by
|
;calculates total horizontal range of explosion by
|
||||||
;"summing up" ranges of all separate explosions
|
;"summing up" ranges of all separate explosions
|
||||||
|
|
||||||
adw xdraw ExplosionRadius WeaponRangeRight
|
; WeaponRangeRight = xdraw + ExplosionRadius
|
||||||
cpw WeaponRangeRight #screenwidth-1
|
clc
|
||||||
bcc NotOutOfTheScreenRight
|
lda xdraw
|
||||||
|
adc ExplosionRadius
|
||||||
|
sta WeaponRangeRight
|
||||||
|
lda xdraw+1
|
||||||
|
adc #$00
|
||||||
|
sta WeaponRangeRight+1
|
||||||
|
; adw xdraw ExplosionRadius WeaponRangeRight ; Pozor! ExplosionRadius is one byte now
|
||||||
|
; cpw WeaponRangeRight #screenwidth-1
|
||||||
|
cmp #>(screenwidth-1)
|
||||||
|
bne @+
|
||||||
|
lda WeaponRangeRight
|
||||||
|
cmp #<(screenwidth-1)
|
||||||
|
@ bcc NotOutOfTheScreenRight
|
||||||
mwa #screenwidth-1 WeaponRangeRight
|
mwa #screenwidth-1 WeaponRangeRight
|
||||||
|
|
||||||
NotOutOfTheScreenRight
|
NotOutOfTheScreenRight
|
||||||
sbw xdraw ExplosionRadius WeaponRangeLeft
|
; WeaponRangeLeft = xdraw - ExplosionRadius
|
||||||
lda WeaponRangeLeft+1
|
sec
|
||||||
|
lda xdraw
|
||||||
|
sbc ExplosionRadius
|
||||||
|
sta WeaponRangeLeft
|
||||||
|
lda xdraw+1
|
||||||
|
sbc #$00
|
||||||
|
sta WeaponRangeLeft+1
|
||||||
|
; sbw xdraw ExplosionRadius WeaponRangeLeft ; Pozor! ExplosionRadius is one byte now
|
||||||
|
; lda WeaponRangeLeft+1
|
||||||
bpl NotOutOfTheScreenLeft
|
bpl NotOutOfTheScreenLeft
|
||||||
lda #0
|
lda #0
|
||||||
sta WeaponRangeLeft
|
sta WeaponRangeLeft
|
||||||
|
|||||||
Reference in New Issue
Block a user