mirror of
https://github.com/pkali/scorch_src.git
synced 2026-05-21 06:39:46 +02:00
Compare commits
58 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 87bc3bfd1e | |||
| 82b4337a1b | |||
| d4e616abbb | |||
| 13e15426fc | |||
| dc9c724521 | |||
| 216d9f9ca8 | |||
| a441357948 | |||
| aa02b10bda | |||
| c4543208bf | |||
| 73db3edb45 | |||
| aa6c37eb61 | |||
| f45cbde341 | |||
| c8eb7601c2 | |||
| 3bd870e245 | |||
| dc896f81b0 | |||
| 667a0d4f20 | |||
| dbfae96022 | |||
| 1a83611f22 | |||
| 9f454d2eff | |||
| 9b8476f9c1 | |||
| da52beb2bb | |||
| ddc8c5b414 | |||
| b219c23a96 | |||
| 19820d7bf9 | |||
| 4a1c8aacda | |||
| cc07bd52f2 | |||
| 39835d5f50 | |||
| ef361d044e | |||
| 57844f2df0 | |||
| dcdf5e6fc2 | |||
| 374df312fe | |||
| 068e5af36b | |||
| 851e8dd5af | |||
| d0ceb2ec0d | |||
| 69548da681 | |||
| b57af2f9b2 | |||
| 6cb9e4fa1a | |||
| cee668d756 | |||
| 9fbc1c9c65 | |||
| 09651f163a | |||
| e70752c12d | |||
| 07a2585147 | |||
| 1a19d3069d | |||
| 0b62cd9945 | |||
| 139499689d | |||
| eeee624fe8 | |||
| 8aa83f937f | |||
| 378fae3361 | |||
| abb0bc52fb | |||
| 77317f263a | |||
| 6f2e102c6a | |||
| 86ae6d55b9 | |||
| d2b412e860 | |||
| 492b662252 | |||
| bfe777c4c6 | |||
| 36d029bb87 | |||
| c413deacb1 | |||
| 701aff0435 |
@@ -2,3 +2,5 @@
|
|||||||
*.bak
|
*.bak
|
||||||
scorch.lab
|
scorch.lab
|
||||||
scorch.lst
|
scorch.lst
|
||||||
|
textproc.lab
|
||||||
|
textproc.lst
|
||||||
|
|||||||
+133
-93
@@ -14,23 +14,25 @@ On the first screen, you can configure gameplay options:
|
|||||||
* frequency of suicides :) - if for a number of turns the game has not recorded hits (tanks are constantly shooting inaccurately), after one of such misses a tank commits suicide - here you determine how long they can "shooting for the stars" :) - if only people play the optimal setting is "norm", in the case of computer-controlled players ... you choose.
|
* frequency of suicides :) - if for a number of turns the game has not recorded hits (tanks are constantly shooting inaccurately), after one of such misses a tank commits suicide - here you determine how long they can "shooting for the stars" :) - if only people play the optimal setting is "norm", in the case of computer-controlled players ... you choose.
|
||||||
* The height (and undulation) of the mountains from almost flat (NL - Kingdom of the Netherlands), to soaring and high (NP - Federal Democratic Republic of Nepal)
|
* The height (and undulation) of the mountains from almost flat (NL - Kingdom of the Netherlands), to soaring and high (NP - Federal Democratic Republic of Nepal)
|
||||||
* the way the walls (edges of the screen) work:
|
* the way the walls (edges of the screen) work:
|
||||||
1. none - projectiles that flew off the screen do not return
|
* none - projectiles that flew off the screen do not return
|
||||||
2. wrap - the screen "wraps" and projectiles that flew to the right appear on the left side (and vice versa)
|
* wrap - the screen "wraps" and projectiles that flew to the right appear on the left side (and vice versa)
|
||||||
3. bump - the right and left walls deflect projectiles that want to fly through them
|
* bump - the right and left walls deflect projectiles that want to fly through them
|
||||||
4. boxy - just like bump, except that the "ceiling" also reflects projectiles
|
* boxy - just like bump, except that the "ceiling" also reflects projectiles
|
||||||
5. rand - at the beginning of each round, one of the above 4 ways the walls work is drawn.
|
* rand - at the beginning of each round, one of the above 4 ways the walls work is drawn.
|
||||||
|
|
||||||
Translated with www.DeepL.com/Translator (free version)
|
During gameplay, the current mode of the walls is represented by the color of the screen frame: none - black, wrap - purple, bump - blue, boxy - green.
|
||||||
Select options with cursor keys or joystick.
|
|
||||||
|
|
||||||
The [RETURN] key or Joystick button moves to the next screen.
|
Select options with cursor keys or a joystick.
|
||||||
|
|
||||||
|
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). At the same time, you can enter the name of the selected player from the keyboard.
|
||||||
When you press the [RETURN] key or the joystick button, 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.
|
||||||
|
|
||||||
If the name is not entered (because, for example, you use a joystick only), it will be supplemented with the default name.
|
If the name is not entered, it will be supplemented with the default name.
|
||||||
|
|
||||||
## 3. Shopping screen (before each round)
|
## 3. Shopping screen (before each round)
|
||||||
|
|
||||||
@@ -55,132 +57,119 @@ The status line shows which player is currently allowed to take a shot and a set
|
|||||||
|
|
||||||
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.
|
||||||
* [SPACE] or joystick button pressed briefly - firing a shot.
|
* [SPACE] or joystick button pressed briefly - firing a shot.
|
||||||
* [TAB] - selection of offensive weapons (this option is not available directly with the joystick - you need to select Inventory).
|
* [TAB] or [SELECT] - selection of offensive weapons (this option is not available directly with the joystick - you need to select Inventory).
|
||||||
* [I] 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] 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] - go directly to the defensive weapons activation.
|
* [A] or [OPTION] - go directly to the defensive weapons activation.
|
||||||
* [M] key - disable/enable background music.
|
* [M] key - disable/enable background music.
|
||||||
* [S] key - disable/enable effect sounds.
|
* [S] key - disable/enable effect sounds.
|
||||||
* [START] - speed up some game animations.
|
* [START] - speed up some game animations.
|
||||||
|
* [O] - 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] - 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).
|
||||||
* [O] - end the current game and jump to the Game Over screen with a summary.
|
|
||||||
|
|
||||||
## 5. Game mechanics
|
## 5. Game mechanics - offensive weapons
|
||||||
|
|
||||||
And here's a rundown of the description of how each weapon works, scoring rules, etc:
|
### Energy of tanks.
|
||||||
|
- At the beginning of each round, each tank has 99 ash units of energy.
|
||||||
|
- Tanks' energy is depleted in 3 ways:
|
||||||
|
* one unit after each shot is fired
|
||||||
|
* while falling (one pixel down 2 units).
|
||||||
|
* when a projectile hits the tank or next to it - and here the amount of energy subtracted depends on the distance from the center of the explosion and the type/power of the projectile.
|
||||||
|
|
||||||
### First, what we know about tank energy
|
### How energy subtraction works (and earning money!).
|
||||||
- Tanks have energy (and Ogres have layers - like an onion) - 99 units at the start of a round.
|
After each round the amount of money gained/lost is calculated this is done on the basis of two variables accumulated by each tank during the round. These variables are:
|
||||||
- Energy of tanks is depleted in 3 ways:
|
|
||||||
1. one unit after firing each shot,
|
|
||||||
2. while falling (one pixel down takes 2 units of energy),
|
|
||||||
3. when a projectile hits a tank or its proximity. The amount of energy subtracted depends on the distance from the center of the explosion and the type/power of the projectile.
|
|
||||||
|
|
||||||
### How energy subtraction works (and makes money!)
|
`gain` - energy "captured" from tanks hit (also if you hit yourself :) and here's the catch, if you have very little energy left it can be profitable to hit yourself with a powerful weapon!
|
||||||
|
|
||||||
After each round, the amount of money gained/lost is calculated. This is done on the basis of two variables accumulated by each tank during the round. These variables are:
|
`lose` - energy lost due to explosion/fall (and here it is important to count the total loss of energy even if the tank has less at the moment of hit).
|
||||||
|
|
||||||
`gain` - energy "captured" from hit tanks (also when you hit yourself :) and here's the catch, if you have very little energy left it may be profitable to hit yourself with a powerful weapon!
|
In addition, the tank that won the round has a parameter gain (captured from hit tanks energy) increased by the remaining energy at the end of the round (because it did not die and should have it - although it also happens otherwise :) )
|
||||||
|
|
||||||
`lose` - energy lost due to explosion/fall (important - the total potential loss of energy is taken into account even if the tank has less at the time of the hit).
|
|
||||||
|
|
||||||
In addition, the tank that won the round has a `gain` parameter (captured energy from tanks hit) increased by the energy remaining at the end of the round (because it did not die and should have it - although the survival of the fittest is not guaranteed :) )
|
|
||||||
|
|
||||||
Specifically:
|
Specifically:
|
||||||
|
|
||||||
### After each round:
|
### After each round:
|
||||||
`money = money + (2 * (gain + energy))`
|
`money = money + (20 * (gain+energy))`.
|
||||||
`money = money - lose`
|
|
||||||
`if money < 0 then money = 0`
|
|
||||||
|
|
||||||
(at the start of each round `gain` and `lose` have a value of 0)
|
`money = money - (10 * lose)`.
|
||||||
|
|
||||||
|
`if money <0 then money=0`.
|
||||||
|
|
||||||
|
(at the start of each round `gain` and `lose` have a value of 0).
|
||||||
|
|
||||||
During a round, if another tank is hit as a result of a shot fired by a tank, the tank firing the shot "gets the energy" taken away from the hit tank.
|
During a round, if another tank is hit as a result of a shot fired by a tank, the tank firing the shot "gets the energy" taken away from the hit tank.
|
||||||
|
### tank taking a shot:
|
||||||
|
`gain = gain + EnergyDecrease`.
|
||||||
|
### tank hit:
|
||||||
|
`lose = lose + EnergyDecrease`.
|
||||||
|
|
||||||
### For tank firing a shot:
|
Where `EnergyDecrease` is the loss of energy due to the hit.
|
||||||
|
|
||||||
`gain = gain + EnergyDecrease`
|
Of course, at the same time the hit tank loses the amount of energy stored in `EnergyDecrease`, except that here the loss cannot exceed the energy you have.
|
||||||
|
|
||||||
### Tank being hit:
|
## How a hit works.
|
||||||
|
|
||||||
`lose = lose + EnergyDecrease`
|
Each weapon that results in an explosion has its own blast radius.
|
||||||
|
|
||||||
Where `EnergyDecrease` is the loss of energy due to a hit.
|
|
||||||
|
|
||||||
Of course, at the same time, the hit tank loses the amount of energy stored in `EnergyDecrease`, except that here the loss can not exceed the energy held.
|
|
||||||
|
|
||||||
Note that the screen representation of money has an extra 0 added at the end so you actually have 10 times more cash than the above calculation shows :)
|
|
||||||
|
|
||||||
## How the hit works.
|
|
||||||
|
|
||||||
Each weapon that results in an explosion has a radius of fire (`ExplosionRadius`).
|
|
||||||
|
|
||||||
After the explosion, every tank in its range loses energy.
|
After the explosion, every tank in its range loses energy.
|
||||||
|
|
||||||
The way it works is that the distance of the hit tank from the center of the explosion is calculated, the `ExplosionRadius` reduced by this distance is multiplied by 8 and the result is `EnergyDecrease`.
|
It works in such a way that if the hit is exactly on the center point of the tank `EnergyDecrease` receives the maximum value for the weapon, and for each pixel of distance from the center of the tank this value is reduced by 8.
|
||||||
|
|
||||||
That is, in the case of hitting a tank centrally:
|
For example, if a hit with the Baby Missile weapon hits the center of the tank perfectly, it will lose exactly 88 units of energy (plus what it loses falling after the explosion).
|
||||||
`EnergyDecrease = ExplosionRadius * 8`
|
If you hit with the same weapon at a distance of 10 pixels from the center of the tank, the loss will be only 8 units.
|
||||||
and with each pixel farther from the center, 8 fewer units are lost.
|
|
||||||
|
|
||||||
I don't know if it's understandable - I do understand it :)
|
And here are the values of maximum energy loss for individual weapons. If a weapon explodes several times, each explosion is calculated independently (additional values in the table):
|
||||||
|
|
||||||
For example, if a tank is hit centrally with a Baby Missile - it is subtracted 88 units of energy (11 * 8), which also means that when this missile hits at a distance of 12 pixels from the tank - it does not lose energy at all.
|
| Offensive weapons | maximum energy loss |
|
||||||
|
|
||||||
And here are the `ExplosionRadius` values for each weapon:
|
|
||||||
|
|
||||||
| Weapon | `ExplosionRadius` |
|
|
||||||
| --- | --- |
|
| --- | --- |
|
||||||
| Baby Missile | 11 |
|
| Baby Missile | 88 |
|
||||||
| Missile | 17 |
|
| Missile | 136 |
|
||||||
| Baby Nuke | 25 |
|
| Baby Nuke | 200 |
|
||||||
| Nuke | 30 |
|
| Nuke | 240 |
|
||||||
| LeapFrog| 17 15 13 |
|
| LeapFrog| 136 120 104 |
|
||||||
| Funky Bomb | 21 11 (* 5) |
|
| Funky Bomb | 168 88 (* 5) |
|
||||||
| MIRV | 17 (* 5) |
|
| MIRV | 136 (* 5) |
|
||||||
| Death's Head | 30 (* 5) |
|
| Death's Head | 240 (* 5) |
|
||||||
| Napalm | x 40 (this weapon is different and the distance from the center is not determined, simply any tank within range of the flames loses 40 units of energy - the ExplosionRadius variable is not used) |
|
| Napalm | 40 (this weapon is different and the distance from the center is not determined, simply any tank in range of the flames loses 40 units of energy) |
|
||||||
| Hot Napalm | x 80 (the same principle as in Napalm) |
|
| Hot Napalm | 80 (the rule is the same as in Napalm) |
|
||||||
| Baby Roller | 11 |
|
| Baby Roller | 88 |
|
||||||
| Roller | 21 |
|
| Roller | 168 |
|
||||||
| Heavy Roller | 30 |
|
| Heavy Roller | 240 |
|
||||||
| Riot Charge | 31 |
|
| Riot Charge | 0 (no energy is subtracted, but a portion of the ground upward from the hit point in a 31-pixel radius is removed) |
|
||||||
| Riot Blast | 0 (in reality - 61 but with these weapons it is not taken into account when counting energy loss only the width of the ground to fall) |
|
| Riot Blast | 0 (as in Dirt Charge, but in a radius of 61 pixels) |
|
||||||
| Riot Bomb | 17 |
|
| Riot Bomb | 0 (no energy is subtracted, but the ground in a radius of 17 pixels from the hit point is destroyed - as in the case of Missile. The weapon is useful for digging out after being buried, or for undermining an opponent) |
|
||||||
| Heavy Riot Bomb | 29 |
|
| Heavy Riot Bomb | 0 (as in Riot Bomb, but the explosion radius is 29 pixels from the point of impact - as in the case of Nuke) |
|
||||||
| Baby Digger | 0 (60 - as in Riot Blast) |
|
| Baby Digger | 0 (no energy is subtracted, but a portion of the ground is undermined in a radius of 60 pixels from the point of impact) |
|
||||||
| Digger | 0 (60 - as above) |
|
| Digger | 0 (as above - greater undermining) |
|
||||||
| Heavy Digger | 0 (60 - as above) |
|
| Heavy Digger | 0 (as above - greatest undermining) |
|
||||||
| Baby Sandhog | 0 (60 - as above) |
|
| Baby Sandhog | (as above - another way of undermining) |
|
||||||
| Sandhog | 0 (60 - as above) |
|
| Sandhog | 0 (as above - larger dig) |
|
||||||
| Heavy Sandhog | 0 (60 - as above) |
|
| Heavy Sandhog | 0 (as above - largest dig) |
|
||||||
| Dirt Clod | 12 |
|
| Dirt Clod | 0 (no energy is subtracted, but a ground ball with a radius of 12 pixels from the hit point is created. The weapon is useful for burying the opponent) |
|
||||||
| Dirt Ball | 22 |
|
| Dirt Ball | 0 (as above, but the radius of the ball is 22 pixels) |
|
||||||
| Ton of Dirt | 31 |
|
| Ton of Dirt | 0 (as above, but the radius of the ball is 31 pixels) |
|
||||||
| Liquid Dirt | 0 (maybe it's worth changing?) |
|
| Liquid Dirt | 0 (floods the ground at the point of hit with liquid soil, filling in the depressions) |
|
||||||
| Dirt Charge | 0 (61 - as above) |
|
| Laser | x 100 (but here it is also different - equally 100 only in the case of a direct hit simply subtract 100 units of energy - that is, the tank always dies) |
|
||||||
| Laser | x 100 (but here it is also different - equally 100 only in the case of a direct hit, the `ExplosionRadius` variable is not used, so there is no multiplication by 8 - we simply subtract 100 units of energy - that is, the tank always dies).|
|
|
||||||
|
|
||||||
The big points received by the player are the number of tanks that died earlier than him. If any of the other tanks capitulated earlier (White Flag) is not added to those that died and does not give points.
|
|
||||||
|
|
||||||
|
Large points received by the player is the number of tanks that died earlier than him. If any of the other tanks capitulated earlier (**White Flag**) is not added to those that died and does not give points.
|
||||||
Only these points determine the order in the summary
|
Only these points determine the order in the summary
|
||||||
|
|
||||||
## 6. And now defensive weapons:
|
## 6. And now for defensive weapons:
|
||||||
|
|
||||||
* **White Flag** - causes the surrender of the player (can sometimes be useful in a hopeless situation). The advantage is that by surrendering you don't give a big point to your opponents and don't cause one of them to gain by killing us, you also limit the loss of your energy and also cash. An important note - this is the only defensive weapon that can be deactivated. All you have to do is re-enter inventory and once again select its activation.
|
* **White Flag** - causes the surrender of the player (can sometimes be useful in a hopeless situation). The advantage is that by surrendering you don't give a big point to your opponents and don't cause one of them to gain by killing us, you also limit the loss of your energy and also cash. An important note - this is the only defensive weapon that can be deactivated. All you have to do is re-enter inventory and once again select its activation.
|
||||||
* **Battery** - when activated, it recharges the tank's energy to full (99 units) and at the same time is the only defensive weapon that does not deactivate other defensive weapons when used.
|
* **Battery** - when activated, it recharges the tank's energy to full (99 units) and at the same time is the only defensive weapon that does not deactivate other defensive weapons when used.
|
||||||
* **Hovercraft** - a weapon that allows the tank to move. It has its own fuel supply in form of electric eels and in addition, it can be activated multiple times during the same turn, and after using it, you can activate another defensive weapon and fire a shot in the same turn. After using it, the tank rises above the mountains and using the cursor keys or a joystick you can move the tank to a new position. [SPACE] or the joystick button cause the tank to land in a new place. You can fly until the tank runs out of eels (presented on the status bar like the energy of a defensive weapon), if the eel fuel runs out the tank will fall down on its own. It is not possible to land on other tanks.
|
* **Hovercraft** - a weapon that allows the tank to move. It has its own fuel supply in form of electric eels and in addition, it can be activated multiple times during the same turn, and after using it, you can activate another defensive weapon and fire a shot in the same turn. After using it, the tank rises above the mountains and using the cursor keys or a joystick you can move the tank to a new position. [SPACE] or the joystick button cause the tank to land in a new place. You can fly until the tank runs out of eels (presented on the status bar like the energy of a defensive weapon), if the eel fuel runs out the tank will fall down on its own. It is not possible to land on other tanks.
|
||||||
* **Parachute** - does not protect against loss of energy due to a neighboring explosion, makes you not lose energy during ONE fall. After such a fall, it deactivates and a new parachute must be activated.
|
* **Parachute** - does not protect against loss of energy due to a neighboring explosion, makes you not lose energy during ONE fall. After such a fall, it deactivates and a new parachute must be activated.
|
||||||
* **Shield** - the simplest shield works exactly the opposite of **Parachute**, it does not protect against energy loss while falling, instead it protects against energy loss caused by ONE adjacent explosion. It protects once, no matter how strong the explosion is (whether it's just a "scratch" or a direct hit with a nuke), and deactivates immediately afterward.
|
* **Shield** - the simplest shield works exactly the opposite of **Parachute**, it does not protect against energy loss while falling, instead it protects against energy loss caused by ONE adjacent explosion. It protects once, no matter how strong the explosion is (whether tis but a scratch or a direct hit with a nuke), and deactivates immediately afterward.
|
||||||
* **Heavy Shield** - a shield with its own energy (at the start of 99 units), it works the same as **Shield** (does not protect against falling) with the exception that it has its own energy resource. When exploding, the energy of this shield is reduced first, and if it reaches 0, the shield deactivates and further reduces the tank's energy. Due to this action, a tank with this type of shield can be "killed" by undermining it, because falling reduces the energy of the tank and not the shield.
|
* **Heavy Shield** - a shield with its own energy (at the start of 99 units), it works the same as **Shield** (does not protect against falling) with the exception that it has its own energy resource. When exploding, the energy of this shield is reduced first, and if it reaches 0, the shield deactivates and further reduces the tank's energy. Due to this action, a tank with this type of shield can be "killed" by undermining it, because falling reduces the energy of the tank and not the shield.
|
||||||
* **Force Shield** - the strongest shield - works just like Heavy Shield only that it is combined with **Parachute**. What is important in this case, falling does not take energy away from the shield or the tank. It is only taken away by hits.
|
* **Force Shield** - the strongest shield - works just like Heavy Shield only that it is combined with **Parachute**. What is important in this case, falling does not take energy away from the shield or the tank. It is only taken away by hits.
|
||||||
* **Bouncy Castle** - a passive-aggressive weapon :) . It works as follows. In case of a direct hit on the tank (and cover), it causes the projectile to "bounce" in the opposite direction with the same force with which it was fired. In the absence of wind and a difference in level, the weapon then hits the tank that fired it. After such a bounce, it deactivates. As the weapon reacts in this way only to precise hits, it is also a shield that corresponds to the action of **Heavy Shield** and has 99 units at the start (you will probably have to rethink this value and give a smaller one here).
|
* **Bouncy Castle** - a passive-aggressive weapon :). It works as follows - in a case of a direct tank hit (and shield), it causes the projectile to "bounce" in the opposite direction with the same force with which it was fired. In the absence of wind and a difference in level, the weapon then hits the tank that fired it. After such a bounce, it deactivates. As the weapon reacts in this way only to precise hits, it is also works like **Heavy Shield** and has 99 units at the start (we will probably have to rethink this value and give a smaller one here).
|
||||||
* **Mag Deflector** - the second passive-aggressive weapon :) . In case of a direct hit on a tank (and shield), it causes the hit point to move randomly to the left or right side of the protected tank, but not very far, so you can get "shrapnel" with stronger weapons. As in the case of **Bouncy Castle**, it is also a shield that corresponds to the action of **Heavy Shield** and has 99 units at the start (probably here we will have also to rethink this value and give a smaller one).
|
* **Mag Deflector** - the second passive-aggressive weapon :) . In case of a direct hit on a tank (and shield), it causes the hit point to move randomly to the left or right side of the protected tank, but not very far, so you can get "shrapnel" with stronger weapons. As in the case of **Bouncy Castle**, it is also a shield that corresponds to the action of **Heavy Shield** and has 99 units at the start (probably here we will have also to rethink this value and give a smaller one).
|
||||||
* **Nuclear Winter** - adds nothing, takes nothing away :) - in fact, it is not so much a defensive weapon as a double-edged one. It floods the area with "radioactive" fallout, which is ordinary soil. If you do not have at hand any weapon that digs up the terrain, and for that a shield (preferably disposable), then after such "fallout" you will have to shoot yourself - because being underground is otherwise impossible. Alternatively, **White Flag** always remains.
|
* **Nuclear Winter** - adds nothing, takes nothing away :) - in fact, it is not so much a defensive weapon as a double-edged one. It floods the area with "radioactive" fallout, which is ordinary soil. If you do not have at hand any weapon that digs up the terrain, and for that a shield (preferably disposable), then after such "fallout" you will have to shoot yourself - because being underground is otherwise impossible. Alternatively, **White Flag** always remains.
|
||||||
* **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).
|
||||||
|
|
||||||
Due to the different operations of **MIRV** weapons, **Bouncy Castle** and **Mag Deflector** only use the shielding function when hit by these weapons.
|
Due to the different operations of **MIRV**, defensive weapons **Bouncy Castle** and **Mag Deflector** only use the shielding function when hit by these weapons. In addition, **MIRV** heads do not bounce or fly through sidewalls during descent!
|
||||||
|
|
||||||
In addition, 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 work.
|
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.
|
||||||
|
|
||||||
**White Flag**, **Hovercraft** and **Nuclear Winter** weapons, when selected, require activation, this is accomplished by "firing a shot" after the selection of that weapon. Of course, the shot of the offensive weapon is then not fired, but only the selected defensive weapon is activated.
|
**White Flag**, **Hovercraft** and **Nuclear Winter** weapons, when selected, require activation, this is accomplished by "firing a shot" after the selection of that weapon. Of course, the shot of the offensive weapon is then not fired, but only the selected defensive weapon is activated.
|
||||||
|
|
||||||
@@ -190,4 +179,55 @@ And of course, activating a weapon when you already have some other weapon activ
|
|||||||
|
|
||||||
## 7. "Other" weapons:
|
## 7. "Other" weapons:
|
||||||
|
|
||||||
* **Buy me!** - this 'weapon' cannot be used in gameplay. Buying it draws one of the offensive or (more 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!
|
* **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!
|
||||||
|
|
||||||
|
## 8. difficulty levels of computer-controlled opponents:
|
||||||
|
|
||||||
|
The game has 8 difficulty levels of computer-controlled opponents. Or actually 7 different ones and one "surprise". Each has its own way of buying defensive and offensive weapons and a different method of target selection and targeting itself, as well as weapon selection. They are arranged in the list according to increasing "skills":
|
||||||
|
|
||||||
|
* **Moron** - the dumbest of opponents (which does not mean the safest). Shoots completely at random using only one weapon - **Baby Missile**. He doesn't buy anything and doesn't know how to use defensive weapons.
|
||||||
|
|
||||||
|
* **Shooter** - This opponent does not shoot blindly. He chooses one direction for himself. Based on his own position - he shoots in the direction from which there is more space assuming that this is where the other tanks are. He starts firing from a high angle and shot after shot changes this angle to a lower and lower angle trying to fire the entire area on the chosen side. He always fires with the best weapon he has (the highest on the list of weapons he has - that is, not necessarily the best). He does not use defensive weapons even though he buys them! At the beginning of the round, he makes 1 attempt to buy defensive weapons (only from the **Battery** - **Strong Parachute** range) and 4 offensive weapons (from the **Missile** - **Heavy Roller** range).
|
||||||
|
|
||||||
|
* **Poolshark** - When attacking, he sets the nearest tank as his target, then selects the angle of the shot, and tries to select its strength by drawing it from the selected range. He always shoots with the best weapon he has. He uses defensive weapons. With a probability of 1:3, he activates the best defensive weapon he owns (the highest on the list of weapons he owns - that is, not necessarily the best) before firing. If his energy level drops below 30 units - he uses **Battery** (of course, if he bought it before), if the energy drops below 5 and he has no **Battery** he surrenders - **White Flag**. At the beginning of the round he makes 1 attemp to buy defensive weapons and 6 offensive weapons.
|
||||||
|
|
||||||
|
** **Tosser** - When attacking, he acts exactly like **Poolshark** however, he may have a "better" weapon inventory due to a different purchase tactic. He always activates the best defensive weapon he has before shooting. And just like **Poolshark** he uses **Battery** and **White Flag**. At the beginning of the round, he assesses how much money he has and depending on that, he makes (money/5100) attempts to buy defensive weapons and then checks again how much money he has left and makes (money/1250) attempts to buy offensive weapons.
|
||||||
|
|
||||||
|
** **Chooser** - Takes as a target the weakest opponent (with the least amount of energy) and aims very precisely, but before the shot the energy of the shot is modified by the parameter of luck :) , that is, despite the precise aiming it does not always hit. He shoots with the best weapon he has unless the target is close. Then he changes his weapon to **Baby Missile** to avoid hitting himself. He always activates the best defensive weapon he has before shooting and, like **Poolshark**, uses **Battery** and **White Flag**. He purchases just like **Tosser**.
|
||||||
|
|
||||||
|
* **Spoiler** - He shoots exactly like **Chooser** except that he has more luck :) , which means that even if he doesn't hit the target of his choice, it can be a more precise shot than **Chooser**. He uses defensive weapons exactly like **Chooser**. At the beginning of the round, he assesses how much money he has and depending on that, he makes (money/5100) attempts to buy defensive weapons and then checks again how much money he has left and makes (money/320) attempts to buy offensive weapons. When buying defensive weapons, he buys only strong and precise weapons - that is, weapons that won't accidentally hurt him.
|
||||||
|
|
||||||
|
** **Cyborg** - Takes aim at the weakest opponent (with the least amount of energy) but prefers human-controlled opponents. Aims very accurately and in the vast majority of cases hits on the first shot. He fires the shot with the best weapon he has unless the target is close. Then he changes his weapon to **Baby Missile** to avoid hitting himself. He uses defensive weapons exactly like **Chooser**. He shops exactly like **Spoiler**.
|
||||||
|
|
||||||
|
* **Unknown** - Before firing each shot, he randomly chooses a course of action from **Poolshark** to **Cyborg** and applies his tactics. However, the tactics of weapon purchases are always identical to **Tosser**.
|
||||||
|
|
||||||
|
Trying to buy a weapon (offensive or defensive) is as follows:
|
||||||
|
First, one of the weapons is drawn (among all possible offensive or defensive weapons). Then a check is performed to see if the drawn weapon is in the list of weapons possible for purchase by the tank. If not, no weapon is bought in this trial, and if so, its price is checked. If the tank has that much money, the weapon is bought, otherwise the trial ends without making a purchase.
|
||||||
|
|
||||||
|
Table of weapons purchased by: **Shooter**, **Poolshark**, **Tosser** and **Chooser**.
|
||||||
|
|
||||||
|
| Offensive weapons | Defensive weapons |
|
||||||
|
| --- | --- |
|
||||||
|
| Missile | Battery |
|
||||||
|
| Baby Nuke | Parachute |
|
||||||
|
| Nuke | Strong Parachute |
|
||||||
|
| LeapFrog | Mag Deflector |
|
||||||
|
| Funky Bomb | Shield |
|
||||||
|
| MIRV | Heavy Shield |
|
||||||
|
| Death's Head | Force Shield |
|
||||||
|
| Napalm | Bouncy Castle |
|
||||||
|
| Hot Napalm | |
|
||||||
|
| Baby Roller | |
|
||||||
|
| Roller | |
|
||||||
|
| Heavy Roller | |
|
||||||
|
|
||||||
|
Table of weapons purchased by: **Spoiler** and **Cyborg**.
|
||||||
|
|
||||||
|
| Offensive weapons | Defensive weapons |
|
||||||
|
| --- | --- |
|
||||||
|
| Missile | Battery |
|
||||||
|
| Baby Nuke | Strong Parachute |
|
||||||
|
| Nuke | Mag Deflector |
|
||||||
|
| Hot Napalm | Heavy Shield |
|
||||||
|
| | Force Shield |
|
||||||
|
| | Bouncy Castle |
|
||||||
|
|||||||
+111
-65
@@ -13,12 +13,13 @@ Na pierwszym ekranie możemy skonfigurować opcje rozgrywwki:
|
|||||||
* częstotliwość samobójstw :) - jeśli przez ileś tur gra nie odnotowała trafień (czołgi ciągle strzelają niecelnie) jeden z takich pudłujących czołgów popełnia samobójstwo - tu określamy jak długo mogą “strzelać w próżnię” :) - jeśli grają tylko ludzie optymalne ustawienie to “norm”, w przypadku graczy sterowanych przez komputer… wedle uznania.
|
* częstotliwość samobójstw :) - jeśli przez ileś tur gra nie odnotowała trafień (czołgi ciągle strzelają niecelnie) jeden z takich pudłujących czołgów popełnia samobójstwo - tu określamy jak długo mogą “strzelać w próżnię” :) - jeśli grają tylko ludzie optymalne ustawienie to “norm”, w przypadku graczy sterowanych przez komputer… wedle uznania.
|
||||||
* wysokość (i pofałdowanie) gór od prawie płaskich (NL - Królestwo Niderlandów), do strzelistych i wysokich (NP - Federalna Demokratyczna Republika Nepalu)
|
* wysokość (i pofałdowanie) gór od prawie płaskich (NL - Królestwo Niderlandów), do strzelistych i wysokich (NP - Federalna Demokratyczna Republika Nepalu)
|
||||||
* sposób działania ścian (krawędzi ekranu):
|
* sposób działania ścian (krawędzi ekranu):
|
||||||
1. none - pociski, które wyleciały poza ekran nie wracają
|
* none - pociski, które wyleciały poza ekran nie wracają
|
||||||
2. wrap - ekran "zawija się" i pociski, które wyleciały w prawo pojawiają się z lewej strony (i odwrotnie)
|
* wrap - ekran "zawija się" i pociski, które wyleciały w prawo pojawiają się z lewej strony (i odwrotnie)
|
||||||
3. bump - prawa i lewa ściana odbijają pociski, które chcą przez nie przelecieć
|
* bump - prawa i lewa ściana odbijają pociski, które chcą przez nie przelecieć
|
||||||
4. boxy - tak jak bump, tyle że "sufit" także odbija pociski
|
* boxy - tak jak bump, tyle że "sufit" także odbija pociski
|
||||||
5. rand - na początku każdej rundy losowany jest jeden z 4 powyższych sposobów działania ścian
|
* rand - na początku każdej rundy losowany jest jeden z 4 powyższych sposobów działania ścian
|
||||||
|
|
||||||
|
W trakcie rozgrywki aktualny sposób działania ścian reprezentowany jest przez kolor ramki ekranu: none - czarny, wrap - fioletowy, bump - niebieski, boxy - zielony.
|
||||||
|
|
||||||
Wybór opcji klawiszami kursora lub joystickiem.
|
Wybór opcji klawiszami kursora lub joystickiem.
|
||||||
|
|
||||||
@@ -26,9 +27,10 @@ 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 joysticjiem wybrać czy danym czołgiem będzie kierował człowiek (opcja HUMAN) czy też kompute (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 joysticjiem wybrać czy danym czołgiem będzie kierował człowiek (opcja HUMAN) czy też kompute (pozostałe opcje). Jednocześnie z klawiatury można wprowadzić nazwę wybranego gracza.
|
||||||
Po naciśnięciu klawisza [RETURN] lub przycisku Joysticka ekran przechodzi na następnego gracza aż zostaną wybrane poziomy trudności dla każdego z nich.
|
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 każdego z nich.
|
||||||
|
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.
|
||||||
|
|
||||||
Jeśli nazwa nie zostanie wpisana (bo np operujemy wyłącznie joystickiem), to zostanie uzupełniona nazwą domyślną.
|
Jeśli nazwa nie zostanie wpisana, to zostanie uzupełniona nazwą domyślną.
|
||||||
|
|
||||||
## 3. Ekran zakupów (przed każdą rundą)
|
## 3. Ekran zakupów (przed każdą rundą)
|
||||||
|
|
||||||
@@ -54,24 +56,24 @@ W linii statusowej widoczna jest informacja o tym który z graczy aktualnie moż
|
|||||||
|
|
||||||
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.
|
||||||
* [SPACJA] lub przycisk joysticka naciśnięte krótko - oddanie strzału
|
* [SPACJA] lub przycisk joysticka naciśnięte krótko - oddanie strzału
|
||||||
* [TAB] - wybór broni ofensywnej (ta opcja nie jest dostępna bezpośrednio joystickiem - trzeba wybrać Inventory)
|
* [TAB] lub [SELECT]- wybór broni ofensywnej (ta opcja nie jest dostępna bezpośrednio joystickiem - trzeba wybrać Inventory)
|
||||||
* Klawisz [I] 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ą.
|
* Klawisz [I] 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ą.
|
||||||
* Klawisz [A] - bezpośrednie przejście na ekran Inventory aktywacji broni defensywnych.
|
* Klawisz [A] lub [OPTION]- bezpośrednie przejście na ekran Inventory aktywacji broni defensywnych.
|
||||||
* Klawisz [M] - wyłączenie/włączenie muzyki w tle
|
* Klawisz [M] - wyłączenie/włączenie muzyki w tle
|
||||||
* Klawisz [S] - wyłączenie/włączenie dźwięków efektów.
|
* Klawisz [S] - wyłączenie/włączenie dźwięków efektów.
|
||||||
|
* [START] - przyspiesza/pomimja niektóre animacje w grze
|
||||||
* Klawisz [O] - 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.
|
* Klawisz [O] - 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] - 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).
|
||||||
|
|
||||||
## 5. Zasady gry
|
## 5. Zasady gry - bronie ofensywne
|
||||||
|
|
||||||
A tutaj zręby opisu działania poszczególnych broni, zasad punktacji itp:
|
### Energia czołgów
|
||||||
|
- Na początku każdej rundy każdy czołg ma 99 jesnostek energii.
|
||||||
### Najpierw co wiemy o energii czołgów
|
|
||||||
- Czołgi mają energię (a Ogry warstwy - jak cebula) - na starcie 99 jednostek
|
|
||||||
- Energii czołgom ubywa na 3 sposoby:
|
- Energii czołgom ubywa na 3 sposoby:
|
||||||
1. jedna jednostka po oddaniu każdego strzału
|
* jedna jednostka po oddaniu każdego strzału
|
||||||
2. w czasie spadania (jeden piksel w dół 2 jednostki)
|
* w czasie spadania (jeden piksel w dół 2 jednostki)
|
||||||
3. w chwili trafienia w czołg lub obok niego jakiegoś pocisku - i tu ilość odejmowanej energii zależy od odległości od centrum eksplozji i typu/siły rażenia pocisku.
|
* w chwili trafienia w czołg lub obok niego jakiegoś pocisku - i tu ilość odejmowanej energii zależy od odległości od centrum eksplozji i typu/siły rażenia pocisku.
|
||||||
|
|
||||||
### Jak działa odejmowanie energii (i zarabianie kasy!)
|
### Jak działa odejmowanie energii (i zarabianie kasy!)
|
||||||
Po każdej rundzie wyliczana jest ilość zdobytych/straconych pieniędzy robione jest to na podstawie dwóch zmiennych gromadzonych przez każdy z czołgów w trakcie rundy. Te zmienne to:
|
Po każdej rundzie wyliczana jest ilość zdobytych/straconych pieniędzy robione jest to na podstawie dwóch zmiennych gromadzonych przez każdy z czołgów w trakcie rundy. Te zmienne to:
|
||||||
@@ -85,9 +87,9 @@ Dodatkowo czołg który wygrał rundę ma parametr gain (przechwyconej od trafio
|
|||||||
Konkretnie:
|
Konkretnie:
|
||||||
|
|
||||||
### Po każdej rundzie:
|
### Po każdej rundzie:
|
||||||
`money = money + (2 * (gain+energy))`
|
`money = money + (20 * (gain+energy))`
|
||||||
|
|
||||||
`money = money - lose`
|
`money = money - (10 * lose)`
|
||||||
|
|
||||||
`if money <0 then money=0`
|
`if money <0 then money=0`
|
||||||
|
|
||||||
@@ -103,58 +105,50 @@ gdzie `EnergyDecrease` to utrata energii w wyniku trafienia.
|
|||||||
|
|
||||||
Oczywiście jednocześnie trafiony czołg traci ilość energii zapisaną w `EnergyDecrease`, z tym że tutaj strata nie może przekroczyć posiadanej energii.
|
Oczywiście jednocześnie trafiony czołg traci ilość energii zapisaną w `EnergyDecrease`, z tym że tutaj strata nie może przekroczyć posiadanej energii.
|
||||||
|
|
||||||
Uwaga! Ekranowa reprezentacja pieniędzy ma na końcu dopisane dodatkowe 0 więc faktyczne mamy 10 razy więcej kasy niż wynika z powyższych obliczeń :)
|
|
||||||
|
|
||||||
## Jak działa trafienie.
|
## Jak działa trafienie.
|
||||||
|
|
||||||
Każda broń, która skutkuje eksplozją, ma swój promień rażenia (`ExplosionRadius`).
|
Każda broń, która skutkuje eksplozją, ma swój promień rażenia.
|
||||||
|
|
||||||
Po eksplozji każdy czołg w jej zasięgu traci energię.
|
Po eksplozji każdy czołg w jej zasięgu traci energię.
|
||||||
|
|
||||||
Działa to tak, że obliczana jest odległość trafianego czołgu od centrum eksplozji, zmniejszony o tę odległość ExplosionRadius jest mnożony przez 8 i w wyniku otrzymujemy `EnergyDecrease`.
|
Działa to tak, że jeśli trafienie jst dokładnie w centralny punkt czołgu `EnergyDecrease` otrzymuje maksymalną wartość dla danej broni, a za każdym pikselem odległości od centrum czołgu wartość ta jest zmniejszana o 8.
|
||||||
|
|
||||||
Czyli w przypadku trafienia centralnie w czołg:
|
Przykładowo jeśli strał oddany za pomocą broni Baby Missile trafi idelanie w centum czołgu to straci on dokładnie 88 jednostek energii (plus to co straci spadając po eksplozji).
|
||||||
`EnergyDecrease = ExplosionRadius * 8`
|
W przypadku tafienia tą samą bronią w odległości 10ciu pikseli od centrum czołgu strata ta będzie wynośiła już tyko 8 jednostek.
|
||||||
|
|
||||||
a z każdym pikselem dalej od centrum ubywa o 8 jednostek mniej.
|
A oto wartości maksymalnego ubytku energii dla poszczególnych broni. Jeśli broń eksploduje kilka razy, każda z eksplozji jest obliczana niezależnie (dodatkowe wartości w tabeli):
|
||||||
|
|
||||||
Nie wiem czy to zrozumiałe - ja rozumiem :)
|
| Broń ofensywna | maksymalna wartość ubytku energii |
|
||||||
|
|
||||||
Przykładowo, jeśli czołg zostanie trafiony centralnie przy pomocy Baby Missile - odejmowane jest mu 88 jednostek energii (11 * 8), co także oznacza, że przy trafieniu tym pociskiem w odległości 12 pikseli od czołgu - nie traci on energii wcale.
|
|
||||||
|
|
||||||
A oto wartości promienia rażenia (ExplosionRadius) dla poszczególnych broni:
|
|
||||||
|
|
||||||
| Weapon | `ExplosionRadius` |
|
|
||||||
| --- | --- |
|
| --- | --- |
|
||||||
| Baby Missile | 11 |
|
| Baby Missile | 88 |
|
||||||
| Missile | 17 |
|
| Missile | 136 |
|
||||||
| Baby Nuke | 25 |
|
| Baby Nuke | 200 |
|
||||||
| Nuke | 30 |
|
| Nuke | 240 |
|
||||||
| LeapFrog| 17 15 13 |
|
| LeapFrog| 136 120 104 |
|
||||||
| Funky Bomb | 21 11 (* 5) |
|
| Funky Bomb | 168 88 (* 5) |
|
||||||
| MIRV | 17 (* 5) |
|
| MIRV | 136 (* 5) |
|
||||||
| Death's Head | 30 (* 5) |
|
| Death's Head | 240 (* 5) |
|
||||||
| Napalm | x 40 (ta broń jest inna i nie jest wyznaczana odległość od centrum, po prostu każdy czołg znajdujący się w zasięgu płomieni traci 40 jednostek energii - zmienna ExplosionRadius nie jest używana) |
|
| Napalm | 40 (ta broń jest inna i nie jest wyznaczana odległość od centrum, po prostu każdy czołg znajdujący się w zasięgu płomieni traci 40 jednostek energii) |
|
||||||
| Hot Napalm | x 80 (zasada taka jak w Napalm) |
|
| Hot Napalm | 80 (zasada taka jak w Napalm) |
|
||||||
| Baby Roller | 11 |
|
| Baby Roller | 88 |
|
||||||
| Roller | 21 |
|
| Roller | 168 |
|
||||||
| Heavy Roller | 30 |
|
| Heavy Roller | 240 |
|
||||||
| Riot Charge | 31 |
|
| Riot Charge | 0 (nie jest odejmowana energia, ale usuwana jest część gruntu w górę od punktu trafienia w promieniu 31 pikseli) |
|
||||||
| Riot Blast | 0 (tak na prawdę - 61 ale przy tych broniach nie jest brana pod uwagę przy liczeniu ubytku energii tylko szerokości gruntu do opadnięcia) |
|
| Riot Blast | 0 (jak w Dirt Charge, tyle że w promieniu 61 pikseli) |
|
||||||
| Riot Bomb | 17 |
|
| Riot Bomb | 0 (nie jest odejmowana energia, ale niszczony jest grunt w promieniu 17 pikseli od punktu trafienia - tak jak w wypadku Missile. Broń przydatna do odkopywania się po zasypaniu, bądź podkopywania przeciwnika) |
|
||||||
| Heavy Riot Bomb | 29 |
|
| Heavy Riot Bomb | 0 (jak w Riot Bomb, ale promień eksplozji to 29 pikseli od punktu trafienia - tak jak w wypadku Nuke) |
|
||||||
| Baby Digger | 0 (60 - jak w Riot Blast) |
|
| Baby Digger | 0 (nie jest odejmowana energia, ale podkopywana jest część gruntu promieniu 60 pikseli od punktu trafienia) |
|
||||||
| Digger | 0 (60 - jak wyżej) |
|
| Digger | 0 (jak wyżej - większy podkop) |
|
||||||
| Heavy Digger | 0 (60 - jak wyżej) |
|
| Heavy Digger | 0 (jak wyżej - największy podkop) |
|
||||||
| Baby Sandhog | 0 (60 - jak wyżej) |
|
| Baby Sandhog | 0 (jak wyżej - inny sposób podkopywania) |
|
||||||
| Sandhog | 0 (60 - jak wyżej) |
|
| Sandhog | 0 (jak wyżej - większy podkop) |
|
||||||
| Heavy Sandhog | 0 (60 - jak wyżej) |
|
| Heavy Sandhog | 0 (jak wyżej - największy podkop) |
|
||||||
| Dirt Clod | 12 |
|
| Dirt Clod | 0 (nie jest odejmowana energia, ale tworzona jest kula gruntu o promieniu 12 pikseli od punktu trafienia. Broń przydatna do zakopywania przeciwnika) |
|
||||||
| Dirt Ball | 22 |
|
| Dirt Ball | 0 (jak wyżej, ale promień kuli to 22 piksele) |
|
||||||
| Ton of Dirt | 31 |
|
| Ton of Dirt | 0 (jak wyżej, ale promień kuli to 31 pikseli) |
|
||||||
| Liquid Dirt | 0 (może warto to zmienić?) |
|
| Liquid Dirt | 0 (zalewa grunt w punkcie trafienia płynną glebą wypełniając zagłębienia) |
|
||||||
| Dirt Charge | 0 (61 - jak wyżej) |
|
| Dirt Charge | 0 (nie jest odejmowana energia, ale usypywany jest dodatkowy grunt w górę od punktu trafienia w promieniu 61 pikseli. Broń przydatna do zakopywania przeciwnika) |
|
||||||
| Laser | x 100 (ale tu także jest inaczej - równo 100 tylko w przypadku bezpośredniego trafienia, zmienna ExplosionRadius nie jest używana, więc nie ma mnożenia przez 8 - po prostu odejmujemy 100 jednostek energii - czyli czołg zawsze ginie).|
|
| Laser | x 100 (ale tu także jest inaczej - równo 100 tylko w przypadku bezpośredniego trafienia po prostu odejmujemy 100 jednostek energii - czyli czołg zawsze ginie).|
|
||||||
|
|
||||||
Duże punkty otrzymane przez gracza to ilość czołgów, które zginęły wcześniej niż on. Jeśli któryś z innych czołgów skapitulował wcześniej (Biała Flaga) nie jest doliczany do tych które zginęły i nie daje punktów.
|
Duże punkty otrzymane przez gracza to ilość czołgów, które zginęły wcześniej niż on. Jeśli któryś z innych czołgów skapitulował wcześniej (Biała Flaga) nie jest doliczany do tych które zginęły i nie daje punktów.
|
||||||
Tylko te punkty decydują o kolejności w podsumowaniu
|
Tylko te punkty decydują o kolejności w podsumowaniu
|
||||||
@@ -173,9 +167,9 @@ Tylko te punkty decydują o kolejności w podsumowaniu
|
|||||||
* **Nuclear Winter** - nic nie dodaje, nic nie zabiera :) - w zasadzie to broń nie tyle defensywna co obosieczna. Zasypuje teren opadem "radioaktywnym", który jest zwyczajną glebą. Jeśli nie mamy pod ręką żadnej broni odkopującej teren i do tego osłony (najlepiej jednorazowej), to po takim "opadzie" będzie trzeba strzelić do siebie - bo będąc pod ziemią inaczej się nie da. Ewentualnie pozostaje zawsze White Flag.
|
* **Nuclear Winter** - nic nie dodaje, nic nie zabiera :) - w zasadzie to broń nie tyle defensywna co obosieczna. Zasypuje teren opadem "radioaktywnym", który jest zwyczajną glebą. Jeśli nie mamy pod ręką żadnej broni odkopującej teren i do tego osłony (najlepiej jednorazowej), to po takim "opadzie" będzie trzeba strzelić do siebie - bo będąc pod ziemią inaczej się nie da. Ewentualnie pozostaje zawsze White Flag.
|
||||||
* **Long Schlong** - broń specjalna :) - kosztuje dużo, nie bardzo w czymkolwiek pomaga (poza ewentualnym odkopaniem się ale tylko przy niewielkim przysypaniu ale fanie 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 deaktywować).
|
* **Long Schlong** - broń specjalna :) - kosztuje dużo, nie bardzo w czymkolwiek pomaga (poza ewentualnym odkopaniem się ale tylko przy niewielkim przysypaniu ale fanie 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 deaktywować).
|
||||||
|
|
||||||
W związku z odmiennym działaniem broni **MIRV**, **Bouncy Castle** i **Mag Deflector** wykorzystują tylko funkcję osłony przy trafieniu tą bronią.
|
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!
|
||||||
|
|
||||||
Dodatkowo, żadna z osłon nie chroni przed Napalmem. Auto Defense czy Mag Deflector przy bezpośrednim trafieniu odbije je lub przeniesie obok, ale wystarczy trafić bardzo blisko czołgu i nie zadziała jego osłona.
|
Żadna z osłon nie chroni przed **Napalm**. **Auto Defense** czy **Mag Deflector** przy bezpośrednim trafieniu odbije je lub przeniesie obok, ale wystarczy trafić bardzo blisko czołgu i nie zadziała jego osłona.
|
||||||
|
|
||||||
Bronie **White Flag**, **Hovercraft** i **Nuclear Winter** po aktywacji wymagają uruchomienia, jest to realizowanie przez "oddanie strzału" po aktywacji tej broni. Oczywiście strzał bronią ofensywną nie jest wtedy oddawany, a jedynie uruchamiana jest wybrana broń defensywna.
|
Bronie **White Flag**, **Hovercraft** i **Nuclear Winter** po aktywacji wymagają uruchomienia, jest to realizowanie przez "oddanie strzału" po aktywacji tej broni. Oczywiście strzał bronią ofensywną nie jest wtedy oddawany, a jedynie uruchamiana jest wybrana broń defensywna.
|
||||||
|
|
||||||
@@ -186,3 +180,55 @@ 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 jesdnej z broni ofensywnych lub (żadziej) 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ć!
|
* **Buy me!** - tej 'broni' nie można używać w rozgrywce. Jej zakup powoduje wylosowanie jesdnej z broni ofensywnych lub (żadziej) 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ć!
|
||||||
|
|
||||||
|
|
||||||
|
## 8. Poziomy trudności przeciwników sterowanych przez komputer:
|
||||||
|
|
||||||
|
Gra posiada 8 poziomów trudności przeciwników sterowanych przez komputer. A właściwie 7 różnych i jeden "niespodziankę". Każdy z nich ma swój sposób kupowania broni defensywnych i ofensywnych oraz inną metodę wyboru celu i samego celowania, oraz wyboru broni. Ułożone są one na liście według wzrastających "umiejętności":
|
||||||
|
|
||||||
|
* **Moron** - najgłupszy z przeciwników (co nie znaczy że najbezpieczniejszy). Strzela całkowicie przypadkowo używając wyłącznie jednej broni - **Baby Missile**. Nie kupuje nic, nie umie stosować broni defensywnych.
|
||||||
|
|
||||||
|
* **Shooter** - Ten przeciwnik nie strzela na oślep. Wybiera sobie jeden kierunek. Na podstawie własnej pozycji - strzela w stronę z której jest więcej przestrzeni zakładając, że to tam są inne czołgi. Ostrzeliwanie zaczyna od wysokiego kąta i strzał po strzale zmienia ten kąt na coraz niższy starając się ostrzelać cały obszar po wybranej stronie. Strzał oddaje zawsze najlepszą posiadaną bronią (najwyższą na liście posiadanych broni - czyli nie koniecznie najlepszą). Nie używa broni defensywnych mimo, że je kupuje! Na początku rundy podejmuje 1 próbę zakupu broni defensywnych (tylko z zakresu **Battery** - **Strong Parachute**) i 4 ofensywnych (z zakresu **Missile** - **Heavy Roller**).
|
||||||
|
|
||||||
|
* **Poolshark** - Atakując wyznacza sobie za cel najbliższy czołg, następnie dobiera kąt strzału, a jego siłę stara się dobrać losując ją z wybranego przedziału. Strzał oddaje zawsze najlepszą posiadaną bronią. Używa broni defensywnych. Z prawdopodobieństwem 1:3 aktywuje przed oddaniem strzału najlepszą posiadaną broń defensywną (najwyższą na liście posiadanych broni - czyli nie koniecznie najlepszą). Jeżeli poziom jego energii spadnie poniżej 30 jednostek - używa **Battery** (oczywiście jeśli wcześniej ją kupił), jeżeli energia spadniej poniżej 5 i nie ma **Battery** poddaje się - **White Flag**. Na początku rundy podejmuje 1 próbę zakupu broni defensywnych i 6 ofensywnych.
|
||||||
|
|
||||||
|
* **Tosser** - Atakując działa dokładnie tak jak **Poolshark** jednak może posiadać "lepszy" zasób broni dzięki innej taktyce zakupów. Zawsze przed strzałem aktywuje najlepszą posiadaną broń defensywną. i tak jak **Poolshark** stosuje **Battery** i **White Flag**. Na początku rundy ocenia ile ma pieniędzy i w zależności od tego podejmuje (pieniądze/5100) prób zakupu broni defensywnych a następnie jeszcze raz sprawdza ile pieniędzy mu zostało i podejmuje (pieniądze/1250) prób zakupu broni ofensywnych.
|
||||||
|
|
||||||
|
* **Chooser** - Obiera sobie za cel najsłabszego przeciwnika (o najmniejszym zasobie energii) i celuje bardzo dokładnie, jednak przed samym strzałem energia strzału modyfikowana jest o parametr szczęścia :) , czyli mimo precyzyjnego wycelowania nie zawsze trafia. Strzał oddaje najlepszą posiadaną bronią chyba że cel jest blisko. Wtedy zmienia broń na **Baby Missile** by unikać trafienia samego siebie. Zawsze przed strzałem aktywuje najlepszą posiadaną broń defensywną i tak jak **Poolshark** stosuje **Battery** i **White Flag**. Zakupów dokonuje tak samo jak **Tosser**.
|
||||||
|
|
||||||
|
* **Spoiler** - Strzela dokładnie tak jak **Chooser** tyle, że ma więcej szczęścia :) , co oznacza że nawet jeśli nie trafi w wybrany cel, to może być to strzał precyzyjniejszy niż **Chooser**. Broni defensywnych używa dokładnie tak jak **Chooser**. Na początku rundy ocenia ile ma pieniędzy i w zależności od tego podejmuje (pieniądze/5100) prób zakupu broni defensywnych a następnie jeszcze raz sprawdza ile pieniędzy mu zostało i podejmuje (pieniądze/320) prób zakupu broni ofensywnych. Przy zakupie broni defensywnych kupuje tylko bronie silne i precyzyjne - czyli takie, które nie zrobią mu przypadkiem krzywdy.
|
||||||
|
|
||||||
|
* **Cyborg** - Obiera sobie za cel najsłabszego przeciwnika (o najmniejszym zasobie energii) lecz preferuje przeciwników sterowanych przez człowieka. Celuje bardzo dokładnie i w zdecydowanej większości przypadków trafia za pierwszym strzałem. Strzał oddaje najlepszą posiadaną bronią chyba że cel jest blisko. Wtedy zmienia broń na **Baby Missile** by unikać trafienia samego siebie. Broni defensywnych używa dokładnie tak jak **Chooser**. Zakupy robi dokładnie tak jak **Spoiler**
|
||||||
|
|
||||||
|
* **Unknown** - Przed oddaniem każdego strzału losowo wybiera sposób działania od **Poolsharka** do **Cyborga** i stosuje jego taktykę. Taktyka zakupów broni jest jednak zawsze identyczna jak **Tosser**
|
||||||
|
|
||||||
|
Próba zakupu broni (ofensywnej lub defensywnej) wygląda następująco:
|
||||||
|
Na początku losowana jest jedna z broni (wśród wszystkich możliwych ofensywnych lub defensywnych). Następnie wykonywane jest sprawdzenie czy wylosowana broń jest na liście broni możliwych do zakupu przez czołg. Jeśli nie to w tej próbie żadna broń nie jest kupowana, a jeśli tak, to sprawdzana jest jej cena. Jeśli czołg ma tyle pieniędzy, broń jest kupowana, w przeciwnym wypadku próba kończy się bez dokonania zakupu.
|
||||||
|
|
||||||
|
Tabela broni kupowanych przez: **Shooter**, **Poolshark**, **Tosser** i **Chooser**
|
||||||
|
|
||||||
|
| bronie ofensywne | bronie defensywne |
|
||||||
|
| --- | --- |
|
||||||
|
| Missile | Battery |
|
||||||
|
| Baby Nuke | Parachute |
|
||||||
|
| Nuke | Strong Parachute |
|
||||||
|
| LeapFrog | Mag Deflector |
|
||||||
|
| Funky Bomb | Shield |
|
||||||
|
| MIRV | Heavy Shield |
|
||||||
|
| Death's Head | Force Shield |
|
||||||
|
| Napalm | Bouncy Castle |
|
||||||
|
| Hot Napalm | |
|
||||||
|
| Baby Roller | |
|
||||||
|
| Roller | |
|
||||||
|
| Heavy Roller | |
|
||||||
|
|
||||||
|
Tabela broni kupowanych przez: **Spoiler** i **Cyborg**
|
||||||
|
|
||||||
|
| bronie ofensywne | bronie defensywne |
|
||||||
|
| --- | --- |
|
||||||
|
| Missile | Battery |
|
||||||
|
| Baby Nuke | Strong Parachute |
|
||||||
|
| Nuke | Mag Deflector |
|
||||||
|
| Hot Napalm | Heavy Shield |
|
||||||
|
| | Force Shield |
|
||||||
|
| | Bouncy Castle |
|
||||||
|
|||||||
@@ -48,6 +48,53 @@ With the advent of [fujinet](https://fujinet.online/) we are thinking about maki
|
|||||||
|
|
||||||
## Changes:
|
## Changes:
|
||||||
|
|
||||||
|
###### Version 1.14
|
||||||
|
2022-09-05
|
||||||
|
|
||||||
|
Minor bugfixes and optimizations.
|
||||||
|
Just a small update to allow for more testing and having fun before the bigger release.
|
||||||
|
|
||||||
|
Changes:
|
||||||
|
* Numerous optimizations that require a solid test. Please have fun and report issues!
|
||||||
|
* Small DrawTanks fix.
|
||||||
|
* Bouncy Castle bounces like it should.
|
||||||
|
* Tracer and Smoke Tracer are not causing defense weapons to trigger anymore.
|
||||||
|
* In rare cases direct hit was not accounted for correctly.
|
||||||
|
* Manuals updated.
|
||||||
|
|
||||||
|
|
||||||
|
###### Version 1.13
|
||||||
|
2022-08-30
|
||||||
|
|
||||||
|
Getting ready for porting the game!
|
||||||
|
|
||||||
|
Several heavy optimizations and code cleanups in preparation for an unexpected port.
|
||||||
|
|
||||||
|
Changes:
|
||||||
|
* Overhaul of AI - Cyborgs, Spoilers, and Choosers aim much better.
|
||||||
|
* Cyborgs prefer to kill humans.
|
||||||
|
* Fine tuning of AI purchases makes the difficulty level aligned with the robot level.
|
||||||
|
* Fixed a very difficult and elusive bug that was causing tanks to freeze when falling close to the right edge of the screen fixed.
|
||||||
|
* Updated music by @Miker
|
||||||
|
* It is now possible to enter tank names with a joystick - all essential game functions are available without touching the keyboard!
|
||||||
|
* Manuals updated with AI strategy information and more.
|
||||||
|
|
||||||
|
|
||||||
|
###### Version 1.12
|
||||||
|
2022-08-24
|
||||||
|
|
||||||
|
What is going on? Are we getting crazy or what?
|
||||||
|
|
||||||
|
Changes:
|
||||||
|
* Background color indicates the type of walls. This is very useful when the rand option is selected.
|
||||||
|
* XEGS users requested that console keys are used when no keyboard is attached! We delivered! [SELECT] to select an offensive weapon, [OPTION] to jump into inventory, defensive section, [START] + [OPTION] - immediate Game Over (no confirmation for you keyboardless folks)
|
||||||
|
* A very silly bug detected by our young testers fixed - the game crashed when you built a very high mountain using Dirt Balls :)
|
||||||
|
* Boxy infinite bounce bug fixed.
|
||||||
|
* Funky bombs bounce off the walls!
|
||||||
|
* The first letter entered for a tank name was inserted in the wrong spot. How did it work at all? Magic.
|
||||||
|
[ESC] now correctly exits the purchase screen.
|
||||||
|
|
||||||
|
|
||||||
###### Version 1.11
|
###### Version 1.11
|
||||||
2022-08-22
|
2022-08-22
|
||||||
|
|
||||||
|
|||||||
@@ -8,26 +8,6 @@
|
|||||||
; - shoots random direction and force
|
; - shoots random direction and force
|
||||||
; greeeting to myself 10 years older in 2013-11-09... still no idea
|
; greeeting to myself 10 years older in 2013-11-09... still no idea
|
||||||
|
|
||||||
;----------------------------------------------
|
|
||||||
.proc MakeLowResDistances
|
|
||||||
; create low precision table of positions
|
|
||||||
; by dividing positions by 4
|
|
||||||
|
|
||||||
ldy #MaxPlayers-1
|
|
||||||
loop
|
|
||||||
lda xtankstableL,y
|
|
||||||
sta temp
|
|
||||||
lda xtankstableH,y
|
|
||||||
sta temp+1
|
|
||||||
|
|
||||||
;= /4
|
|
||||||
:2 lsrw temp
|
|
||||||
lda temp
|
|
||||||
sta LowResDistances,y
|
|
||||||
dey
|
|
||||||
bpl loop
|
|
||||||
rts
|
|
||||||
.endp
|
|
||||||
|
|
||||||
;----------------------------------------------
|
;----------------------------------------------
|
||||||
.proc ArtificialIntelligence ;
|
.proc ArtificialIntelligence ;
|
||||||
@@ -43,6 +23,25 @@ loop
|
|||||||
lda AIRoutines,y
|
lda AIRoutines,y
|
||||||
pha
|
pha
|
||||||
|
|
||||||
|
;----------------------------------------------
|
||||||
|
;.proc MakeLowResDistances
|
||||||
|
; create low precision table of positions
|
||||||
|
; by dividing positions by 4
|
||||||
|
ldy #MaxPlayers-1
|
||||||
|
loop
|
||||||
|
lda xtankstableL,y
|
||||||
|
sta temp
|
||||||
|
lda xtankstableH,y
|
||||||
|
sta temp+1
|
||||||
|
;= /4
|
||||||
|
:2 lsrw temp
|
||||||
|
lda temp
|
||||||
|
sta LowResDistances,y
|
||||||
|
dey
|
||||||
|
bpl loop
|
||||||
|
; rts
|
||||||
|
;.endp
|
||||||
|
|
||||||
; common values used in AI routines
|
; common values used in AI routines
|
||||||
; address of weapons table (for future use)
|
; address of weapons table (for future use)
|
||||||
lda TanksWeaponsTableL,x
|
lda TanksWeaponsTableL,x
|
||||||
@@ -155,13 +154,7 @@ endo
|
|||||||
|
|
||||||
; choose the best weapon
|
; choose the best weapon
|
||||||
|
|
||||||
ldy #32 ;the last weapon
|
jsr ChooseBestOffensive
|
||||||
loop
|
|
||||||
dey
|
|
||||||
lda (temp),y ; this is set up before calling the routine, has address of TanksWeaponsTable
|
|
||||||
beq loop
|
|
||||||
tya
|
|
||||||
sta ActiveWeapon,x
|
|
||||||
rts
|
rts
|
||||||
.endp
|
.endp
|
||||||
;----------------------------------------------
|
;----------------------------------------------
|
||||||
@@ -207,17 +200,7 @@ endo
|
|||||||
|
|
||||||
; choose the best weapon
|
; choose the best weapon
|
||||||
|
|
||||||
lda TanksWeaponsTableL,x
|
jsr ChooseBestOffensive
|
||||||
sta temp
|
|
||||||
lda TanksWeaponsTableH,x
|
|
||||||
sta temp+1
|
|
||||||
ldy #ind_Laser__________ ;the last offensive weapon
|
|
||||||
loop
|
|
||||||
dey
|
|
||||||
lda (temp),y
|
|
||||||
beq loop
|
|
||||||
tya
|
|
||||||
sta ActiveWeapon,x
|
|
||||||
rts
|
rts
|
||||||
|
|
||||||
;----------------------------------------------
|
;----------------------------------------------
|
||||||
@@ -262,10 +245,10 @@ EnoughEnergy
|
|||||||
; first check check if any is in use
|
; first check check if any is in use
|
||||||
lda ActiveDefenceWeapon,x
|
lda ActiveDefenceWeapon,x
|
||||||
bne DefensiveInUse
|
bne DefensiveInUse
|
||||||
ldy #ind_Nuclear_Winter_+1 ;the last defensive weapon
|
ldy #last_defensive_____+1 ;the last defensive weapon
|
||||||
@
|
@
|
||||||
dey
|
dey
|
||||||
cpy #ind_Battery________ ;first defensive weapon (White Flag nad Battery - never use)
|
cpy #ind_Battery________ ;first defensive weapon (White Flag and Battery - never use)
|
||||||
beq NoUseDefensive
|
beq NoUseDefensive
|
||||||
lda (temp),y ; has address of TanksWeaponsTable
|
lda (temp),y ; has address of TanksWeaponsTable
|
||||||
beq @-
|
beq @-
|
||||||
@@ -297,10 +280,10 @@ DefensiveInUse
|
|||||||
; first check check if any is in use
|
; first check check if any is in use
|
||||||
lda ActiveDefenceWeapon,x
|
lda ActiveDefenceWeapon,x
|
||||||
bne DefensiveInUse
|
bne DefensiveInUse
|
||||||
ldy #ind_Nuclear_Winter_+1 ;the last defensive weapon
|
ldy #last_defensive_____+1 ;the last defensive weapon
|
||||||
@
|
@
|
||||||
dey
|
dey
|
||||||
cpy #ind_Battery________ ;first defensive weapon (White Flag nad Battery - never use)
|
cpy #ind_Battery________ ;first defensive weapon (White Flag and Battery - never use)
|
||||||
beq NoUseDefensive
|
beq NoUseDefensive
|
||||||
lda (temp),y ; has address of TanksWeaponsTable
|
lda (temp),y ; has address of TanksWeaponsTable
|
||||||
beq @-
|
beq @-
|
||||||
@@ -324,23 +307,14 @@ NoUseDefensive
|
|||||||
; use defensives like Tosser
|
; use defensives like Tosser
|
||||||
jsr TosserDefensives
|
jsr TosserDefensives
|
||||||
; now select best target
|
; now select best target
|
||||||
|
lda #$00 ; no prefer humans
|
||||||
jsr FindBestTarget3
|
jsr FindBestTarget3
|
||||||
sty TargetTankNr
|
sty TargetTankNr
|
||||||
; aiming
|
; aiming
|
||||||
jsr TakeAim ; direction still in A (0 - left, >0 - right)
|
jsr TakeAim ; direction still in A (0 - left, >0 - right)
|
||||||
|
|
||||||
; choose the best weapon
|
; choose the best weapon
|
||||||
lda TanksWeaponsTableL,x
|
jsr ChooseBestOffensive
|
||||||
sta temp
|
|
||||||
lda TanksWeaponsTableH,x
|
|
||||||
sta temp+1
|
|
||||||
ldy #ind_LeapFrog_______ ;the last offensive weapon to use
|
|
||||||
loop
|
|
||||||
dey
|
|
||||||
lda (temp),y
|
|
||||||
beq loop
|
|
||||||
tya
|
|
||||||
sta ActiveWeapon,x
|
|
||||||
|
|
||||||
; randomizing force +-100
|
; randomizing force +-100
|
||||||
sbw Force #100 RandBoundaryLow
|
sbw Force #100 RandBoundaryLow
|
||||||
@@ -349,9 +323,10 @@ loop
|
|||||||
NotNegativeEnergy
|
NotNegativeEnergy
|
||||||
adw Force #100 RandBoundaryHigh
|
adw Force #100 RandBoundaryHigh
|
||||||
jsr RandomizeForce
|
jsr RandomizeForce
|
||||||
lda ForceTableH,x
|
; if target distance lower than 24 - set weapon to Baby Missile (for security :)
|
||||||
bne HighForce
|
jsr GetDistance
|
||||||
; if Force lower than 256 - set weapon to Baby Missile (for security :) )
|
cmp #6 ; 24/4
|
||||||
|
bcs HighForce
|
||||||
lda #ind_Baby_Missile___
|
lda #ind_Baby_Missile___
|
||||||
sta ActiveWeapon,x
|
sta ActiveWeapon,x
|
||||||
HighForce
|
HighForce
|
||||||
@@ -364,23 +339,14 @@ HighForce
|
|||||||
; use defensives like Tosser
|
; use defensives like Tosser
|
||||||
jsr TosserDefensives
|
jsr TosserDefensives
|
||||||
; now select best target
|
; now select best target
|
||||||
|
lda #$00 ; no prefer humans
|
||||||
jsr FindBestTarget3
|
jsr FindBestTarget3
|
||||||
sty TargetTankNr
|
sty TargetTankNr
|
||||||
; aiming
|
; aiming
|
||||||
jsr TakeAim ; direction still in A (0 - left, >0 - right)
|
jsr TakeAim ; direction still in A (0 - left, >0 - right)
|
||||||
|
|
||||||
; choose the best weapon
|
; choose the best weapon
|
||||||
lda TanksWeaponsTableL,x
|
jsr ChooseBestOffensive
|
||||||
sta temp
|
|
||||||
lda TanksWeaponsTableH,x
|
|
||||||
sta temp+1
|
|
||||||
ldy #ind_LeapFrog_______ ;the last offensive weapon to use
|
|
||||||
loop
|
|
||||||
dey
|
|
||||||
lda (temp),y
|
|
||||||
beq loop
|
|
||||||
tya
|
|
||||||
sta ActiveWeapon,x
|
|
||||||
|
|
||||||
; randomizing force +-50
|
; randomizing force +-50
|
||||||
sbw Force #50 RandBoundaryLow
|
sbw Force #50 RandBoundaryLow
|
||||||
@@ -389,9 +355,10 @@ loop
|
|||||||
NotNegativeEnergy
|
NotNegativeEnergy
|
||||||
adw Force #50 RandBoundaryHigh
|
adw Force #50 RandBoundaryHigh
|
||||||
jsr RandomizeForce
|
jsr RandomizeForce
|
||||||
lda ForceTableH,x
|
; if target distance lower than 24 - set weapon to Baby Missile (for security :)
|
||||||
bne HighForce
|
jsr GetDistance
|
||||||
; if Force lower than 256 - set weapon to Baby Missile (for security :) )
|
cmp #6 ; 24/4
|
||||||
|
bcs HighForce
|
||||||
lda #ind_Baby_Missile___
|
lda #ind_Baby_Missile___
|
||||||
sta ActiveWeapon,x
|
sta ActiveWeapon,x
|
||||||
HighForce
|
HighForce
|
||||||
@@ -403,30 +370,24 @@ HighForce
|
|||||||
; use defensives like Tosser
|
; use defensives like Tosser
|
||||||
jsr TosserDefensives
|
jsr TosserDefensives
|
||||||
; now select best target
|
; now select best target
|
||||||
|
lda #100 ; prefer humans
|
||||||
jsr FindBestTarget3
|
jsr FindBestTarget3
|
||||||
sty TargetTankNr
|
sty TargetTankNr
|
||||||
; aiming
|
; aiming
|
||||||
jsr TakeAim ; direction still in A (0 - left, >0 - right)
|
jsr TakeAim ; direction still in A (0 - left, >0 - right)
|
||||||
|
|
||||||
; choose the best weapon
|
; choose the best weapon
|
||||||
lda TanksWeaponsTableL,x
|
ldy #ind_Nuke___________+1
|
||||||
sta temp
|
jsr ChooseBestOffensive.NotFromAll
|
||||||
lda TanksWeaponsTableH,x
|
|
||||||
sta temp+1
|
|
||||||
ldy #ind_LeapFrog_______ ;the last offensive weapon to use
|
|
||||||
loop
|
|
||||||
dey
|
|
||||||
lda (temp),y
|
|
||||||
beq loop
|
|
||||||
tya
|
|
||||||
sta ActiveWeapon,x
|
|
||||||
|
|
||||||
lda Force
|
lda Force
|
||||||
sta ForceTableL,x
|
sta ForceTableL,x
|
||||||
lda Force+1
|
lda Force+1
|
||||||
sta ForceTableH,x
|
sta ForceTableH,x
|
||||||
bne HighForce
|
; if target distance lower than 32 - set weapon to Baby Missile (for security :)
|
||||||
; if Force lower than 256 - set weapon to Baby Missile (for security :) )
|
jsr GetDistance
|
||||||
|
cmp #8 ;32/4
|
||||||
|
bcs HighForce
|
||||||
lda #ind_Baby_Missile___
|
lda #ind_Baby_Missile___
|
||||||
sta ActiveWeapon,x
|
sta ActiveWeapon,x
|
||||||
HighForce
|
HighForce
|
||||||
@@ -437,11 +398,13 @@ HighForce
|
|||||||
.proc FindBestTarget3
|
.proc FindBestTarget3
|
||||||
; find target with lowest energy
|
; find target with lowest energy
|
||||||
; X - shooting tank number
|
; X - shooting tank number
|
||||||
|
; A - 100 - prefer humans , 0 - equality :)
|
||||||
; returns target tank number in Y and
|
; returns target tank number in Y and
|
||||||
; direcion of shoot in A (0 - left, >0 - right)
|
; direcion of shoot in A (0 - left, >0 - right)
|
||||||
;----------------------------------------------
|
;----------------------------------------------
|
||||||
jsr MakeLowResDistances
|
sta PreferHumansFlag
|
||||||
lda #101
|
; jsr MakeLowResDistances
|
||||||
|
lda #202
|
||||||
sta temp2 ; max possible energy
|
sta temp2 ; max possible energy
|
||||||
lda #0
|
lda #0
|
||||||
sta tempor2 ; direction of shoot
|
sta tempor2 ; direction of shoot
|
||||||
@@ -454,26 +417,25 @@ loop01
|
|||||||
beq skipThisPlayer
|
beq skipThisPlayer
|
||||||
lda eXistenZ,y
|
lda eXistenZ,y
|
||||||
beq skipThisPlayer
|
beq skipThisPlayer
|
||||||
|
|
||||||
|
lda skilltable,y
|
||||||
|
beq ItIsHuman
|
||||||
|
lda PreferHumansFlag
|
||||||
|
ItIsHuman
|
||||||
|
clc
|
||||||
|
adc Energy,y ; if robotank energy=energy+100 (100 or 0 from PreferHumansFlag)
|
||||||
|
cmp temp2 ; lowest
|
||||||
|
bcs lowestIsLower
|
||||||
|
sta temp2
|
||||||
|
sty temp2+1 ; number of the closest tank
|
||||||
|
mva #0 tempor2
|
||||||
lda LowResDistances,x
|
lda LowResDistances,x
|
||||||
cmp LowResDistances,y
|
cmp LowResDistances,y
|
||||||
bcs EnemyOnTheLeft
|
bcs EnemyOnTheLeft
|
||||||
;enemy on the right
|
; enemy on right
|
||||||
lda Energy,y
|
|
||||||
cmp temp2 ; lowest
|
|
||||||
bcs lowestIsLower
|
|
||||||
sta temp2
|
|
||||||
sty temp2+1 ; number of the closest tank
|
|
||||||
inc tempor2 ; set direction to right
|
inc tempor2 ; set direction to right
|
||||||
bne lowestIsLower
|
|
||||||
|
|
||||||
EnemyOnTheLeft
|
|
||||||
lda Energy,y
|
|
||||||
cmp temp2 ; lowest
|
|
||||||
bcs lowestIsLower
|
|
||||||
sta temp2
|
|
||||||
sty temp2+1 ; number of the closest tank
|
|
||||||
|
|
||||||
|
EnemyOnTheLeft
|
||||||
lowestIsLower
|
lowestIsLower
|
||||||
skipThisPlayer
|
skipThisPlayer
|
||||||
dey
|
dey
|
||||||
@@ -493,7 +455,7 @@ skipThisPlayer
|
|||||||
; returns target tank number in Y and
|
; returns target tank number in Y and
|
||||||
; direcion of shoot in A (0 - left, >0 - right)
|
; direcion of shoot in A (0 - left, >0 - right)
|
||||||
;----------------------------------------------
|
;----------------------------------------------
|
||||||
jsr MakeLowResDistances
|
; jsr MakeLowResDistances
|
||||||
mva #$ff temp2 ; min possible distance
|
mva #$ff temp2 ; min possible distance
|
||||||
mva #0 tempor2 ; direction of shoot
|
mva #0 tempor2 ; direction of shoot
|
||||||
|
|
||||||
@@ -607,14 +569,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)
|
||||||
;----------------------------------------------
|
;----------------------------------------------
|
||||||
|
mva #$ff SecondTryFlag
|
||||||
; set initial Angle and Force values
|
; set initial Angle and Force values
|
||||||
; wind correction 90+(wind/8)
|
|
||||||
mwa Wind temp2
|
|
||||||
:7 lsrw temp2
|
|
||||||
clc
|
|
||||||
lda #90
|
|
||||||
adc temp2
|
|
||||||
sta NewAngle
|
|
||||||
lda OptionsTable+2 ; selected gravity
|
lda OptionsTable+2 ; selected gravity
|
||||||
asl
|
asl
|
||||||
tay
|
tay
|
||||||
@@ -633,10 +589,19 @@ skipThisPlayer
|
|||||||
adc #0
|
adc #0
|
||||||
sta RandBoundaryHigh+1
|
sta RandBoundaryHigh+1
|
||||||
jsr RandomizeForce
|
jsr RandomizeForce
|
||||||
|
RepeatAim
|
||||||
lda ForceTableL,x
|
lda ForceTableL,x
|
||||||
sta Force
|
sta Force
|
||||||
lda ForceTableH,x
|
lda ForceTableH,x
|
||||||
sta Force+1
|
sta Force+1
|
||||||
|
; wind correction 90+(wind/8)
|
||||||
|
mwa Wind temp2
|
||||||
|
:7 lsrw temp2
|
||||||
|
clc
|
||||||
|
lda #90
|
||||||
|
adc temp2
|
||||||
|
sta NewAngle
|
||||||
|
; set virtual weapon :)
|
||||||
lda #ind_Baby_Missile___
|
lda #ind_Baby_Missile___
|
||||||
sta ActiveWeapon,x
|
sta ActiveWeapon,x
|
||||||
; now we have initial valuses
|
; now we have initial valuses
|
||||||
@@ -673,7 +638,8 @@ GroundHitInFirstLoopR
|
|||||||
lda NewAngle
|
lda NewAngle
|
||||||
adc #5 ; 5 deg to right
|
adc #5 ; 5 deg to right
|
||||||
cmp #(180-20)
|
cmp #(180-20)
|
||||||
bcs EndOfFirstLoopR ; if angle 180-20 or higher
|
; bcs EndOfFirstLoopR ; if angle 180-20 or higher
|
||||||
|
bcs AimSecondTry
|
||||||
sta NewAngle
|
sta NewAngle
|
||||||
jmp AimingRight
|
jmp AimingRight
|
||||||
NoHitInFirstLoopR
|
NoHitInFirstLoopR
|
||||||
@@ -721,8 +687,20 @@ NoHitInSecondLoopR
|
|||||||
; Angle 1 deg to right and end loop
|
; Angle 1 deg to right and end loop
|
||||||
inc NewAngle
|
inc NewAngle
|
||||||
EndOfSecondLoopR
|
EndOfSecondLoopR
|
||||||
|
EndOfAim
|
||||||
rts
|
rts
|
||||||
|
|
||||||
|
AimSecondTry
|
||||||
|
bit SecondTryFlag
|
||||||
|
bpl EndOfAim ; closest RTS
|
||||||
|
inc SecondTryFlag
|
||||||
|
lda #<1000
|
||||||
|
sta ForceTableL,x
|
||||||
|
lda #>1000
|
||||||
|
sta ForceTableH,x
|
||||||
|
jsr RandomizeForce.LimitForce
|
||||||
|
jmp RepeatAim
|
||||||
|
|
||||||
AimingLeft
|
AimingLeft
|
||||||
; make test Shoot (Flight)
|
; make test Shoot (Flight)
|
||||||
jsr SetStartAndFlight
|
jsr SetStartAndFlight
|
||||||
@@ -752,7 +730,8 @@ GroundHitInFirstLoopL
|
|||||||
lda NewAngle
|
lda NewAngle
|
||||||
sbc #5 ; 5 deg to left
|
sbc #5 ; 5 deg to left
|
||||||
cmp #21
|
cmp #21
|
||||||
bcc EndOfFirstLoopL ; if angle 180-20 or higher
|
; bcc EndOfFirstLoopL ; if angle 20 or lower
|
||||||
|
bcc AimSecondTry
|
||||||
sta NewAngle
|
sta NewAngle
|
||||||
jmp AimingLeft
|
jmp AimingLeft
|
||||||
NoHitInFirstLoopL
|
NoHitInFirstLoopL
|
||||||
@@ -934,13 +913,13 @@ SorryNoPurchase
|
|||||||
;----------------------------------------------
|
;----------------------------------------------
|
||||||
.proc ShooterPurchase
|
.proc ShooterPurchase
|
||||||
; first try to buy defensives
|
; first try to buy defensives
|
||||||
mva #2 tempXroller; number of offensive purchases to perform
|
; mva #2 tempXroller; number of offensive purchases to perform
|
||||||
ldx TankNr
|
ldx TankNr
|
||||||
@
|
@
|
||||||
randomize ind_Battery________ ind_StrongParachute
|
randomize ind_Battery________ ind_StrongParachute
|
||||||
jsr TryToPurchaseOnePiece
|
jsr TryToPurchaseOnePiece
|
||||||
dec tempXroller
|
; dec tempXroller
|
||||||
bne @-
|
; bne @-
|
||||||
|
|
||||||
; and now offensives
|
; and now offensives
|
||||||
mva #4 tempXroller; number of offensive purchases to perform
|
mva #4 tempXroller; number of offensive purchases to perform
|
||||||
@@ -956,16 +935,16 @@ SorryNoPurchase
|
|||||||
;----------------------------------------------
|
;----------------------------------------------
|
||||||
.proc PoolsharkPurchase
|
.proc PoolsharkPurchase
|
||||||
; first try to buy defensives
|
; first try to buy defensives
|
||||||
mva #3 tempXroller; number of offensive purchases to perform
|
; mva #2 tempXroller; number of offensive purchases to perform
|
||||||
ldx TankNr
|
ldx TankNr
|
||||||
@
|
@
|
||||||
randomize ind_Battery________ ind_Bouncy_Castle__
|
randomize ind_Battery________ ind_Bouncy_Castle__
|
||||||
jsr TryToPurchaseOnePiece
|
jsr TryToPurchaseOnePiece
|
||||||
dec tempXroller
|
dec tempXroller
|
||||||
bne @-
|
; bpl @-
|
||||||
|
|
||||||
; and now offensives
|
; and now offensives
|
||||||
mva #8 tempXroller; number of purchases to perform
|
mva #6 tempXroller; number of purchases to perform
|
||||||
;ldx TankNr
|
;ldx TankNr
|
||||||
@
|
@
|
||||||
randomize ind_Missile________ ind_Dirt_Charge____
|
randomize ind_Missile________ ind_Dirt_Charge____
|
||||||
@@ -980,15 +959,16 @@ SorryNoPurchase
|
|||||||
|
|
||||||
; what is my money level
|
; what is my money level
|
||||||
ldx TankNr
|
ldx TankNr
|
||||||
; lda MoneyH,x ; money / 256
|
lda MoneyH,x ; money / 256
|
||||||
; sta tempXroller ; perform this many purchase attempts
|
lsr ; /2
|
||||||
|
sta tempXroller ; perform this many purchase attempts
|
||||||
; first try to buy defensives
|
; first try to buy defensives
|
||||||
mva #1 tempXroller; number of defensive purchases to perform
|
; mva #1 tempXroller; number of defensive purchases to perform
|
||||||
@
|
@
|
||||||
randomize ind_Battery________ ind_Bouncy_Castle__
|
randomize ind_Battery________ ind_Bouncy_Castle__
|
||||||
jsr TryToPurchaseOnePiece
|
jsr TryToPurchaseOnePiece
|
||||||
dec tempXroller
|
dec tempXroller
|
||||||
bne @-
|
bpl @-
|
||||||
|
|
||||||
; and now offensives
|
; and now offensives
|
||||||
lda MoneyH,x ; money / 256
|
lda MoneyH,x ; money / 256
|
||||||
@@ -998,7 +978,7 @@ SorryNoPurchase
|
|||||||
randomize ind_Missile________ ind_Dirt_Charge____
|
randomize ind_Missile________ ind_Dirt_Charge____
|
||||||
jsr TryToPurchaseOnePiece
|
jsr TryToPurchaseOnePiece
|
||||||
dec tempXroller
|
dec tempXroller
|
||||||
bne @-
|
bpl @-
|
||||||
|
|
||||||
rts
|
rts
|
||||||
.endp
|
.endp
|
||||||
@@ -1007,25 +987,64 @@ SorryNoPurchase
|
|||||||
|
|
||||||
; what is my money level
|
; what is my money level
|
||||||
ldx TankNr
|
ldx TankNr
|
||||||
;lda MoneyH,x ; money / 256
|
lda MoneyH,x ; money / 256
|
||||||
;sta tempXroller ; perform this many purchase attempts
|
lsr ; /2
|
||||||
|
sta tempXroller ; perform this many purchase attempts
|
||||||
; first try to buy defensives
|
; first try to buy defensives
|
||||||
mva #1 tempXroller; number of defensive purchases to perform
|
; mva #1 tempXroller; number of defensive purchases to perform
|
||||||
@
|
@
|
||||||
randomize ind_Battery________ ind_Bouncy_Castle__
|
randomize ind_Battery________ ind_Bouncy_Castle__
|
||||||
jsr TryToPurchaseOnePiece2
|
jsr TryToPurchaseOnePiece2
|
||||||
dec tempXroller
|
dec tempXroller
|
||||||
bne @-
|
bpl @-
|
||||||
|
|
||||||
; and now offensives
|
; and now offensives
|
||||||
lda MoneyH,x ; money / 256
|
lda MoneyH,x ; money / 256
|
||||||
:4 asl ;*16
|
:3 asl ;*8
|
||||||
sta tempXroller ; perform this many purchase attempts
|
sta tempXroller ; perform this many purchase attempts
|
||||||
@
|
@
|
||||||
randomize ind_Missile________ ind_Plasma_Blast___
|
randomize first_offensive____ last_offensive_____
|
||||||
jsr TryToPurchaseOnePiece2
|
jsr TryToPurchaseOnePiece2
|
||||||
dec tempXroller
|
dec tempXroller
|
||||||
bne @-
|
bpl @-
|
||||||
|
|
||||||
rts
|
rts
|
||||||
.endp
|
.endp
|
||||||
|
;----------------------------------------------
|
||||||
|
.proc ChooseBestOffensive
|
||||||
|
; choose the best weapon
|
||||||
|
; X - TankNr
|
||||||
|
;----------------------------------------------
|
||||||
|
ldy #last_offensive_____+1 ;the last weapon to choose +1
|
||||||
|
NotFromAll
|
||||||
|
; Y - the last offensive weapon to use + 1
|
||||||
|
lda TanksWeaponsTableL,x
|
||||||
|
sta temp
|
||||||
|
lda TanksWeaponsTableH,x
|
||||||
|
sta temp+1
|
||||||
|
loop
|
||||||
|
dey
|
||||||
|
lda (temp),y
|
||||||
|
beq loop
|
||||||
|
tya
|
||||||
|
sta ActiveWeapon,x
|
||||||
|
rts
|
||||||
|
.endp
|
||||||
|
;----------------------------------------------
|
||||||
|
.proc GetDistance
|
||||||
|
; calculates lores ( /4 ) distance from tank X to TargetTankNr(Y)
|
||||||
|
; result in A
|
||||||
|
;----------------------------------------------
|
||||||
|
ldy TargetTankNr
|
||||||
|
lda LowResDistances,x
|
||||||
|
cmp LowResDistances,y
|
||||||
|
@ bcs YisLower
|
||||||
|
sec
|
||||||
|
lda LowResDistances,y
|
||||||
|
sbc LowResDistances,x
|
||||||
|
rts
|
||||||
|
YisLower
|
||||||
|
lda LowResDistances,x
|
||||||
|
sbc LowResDistances,y
|
||||||
|
rts
|
||||||
|
.endp
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
STEREOMODE equ 0
|
STEREOMODE equ 0
|
||||||
;* --------BEGIN--------
|
;* --------BEGIN--------
|
||||||
;* C:\Atari\rmt\rmt128\scorch_str4.rmt
|
;* C:\Atari\rmt\rmt128\scorch_str6.rmt
|
||||||
FEAT_SFX equ 1
|
FEAT_SFX equ 1
|
||||||
FEAT_GLOBALVOLUMEFADE equ 0 ;RMTGLOBALVOLUMEFADE variable
|
FEAT_GLOBALVOLUMEFADE equ 0 ;RMTGLOBALVOLUMEFADE variable
|
||||||
FEAT_NOSTARTINGSONGLINE equ 0
|
FEAT_NOSTARTINGSONGLINE equ 0
|
||||||
|
|||||||
Binary file not shown.
+132
-192
@@ -10,9 +10,6 @@ I_seppukuVal .by 75
|
|||||||
I_mountainDeltaH .by 3
|
I_mountainDeltaH .by 3
|
||||||
I_mountainDeltaL .by $ff
|
I_mountainDeltaL .by $ff
|
||||||
;----------------------------------------------------
|
;----------------------------------------------------
|
||||||
; 4x4 text buffer
|
|
||||||
I_ResultLineBuffer
|
|
||||||
dta d" ", $ff
|
|
||||||
I_LineHeader1
|
I_LineHeader1
|
||||||
dta d"# ROUND: "
|
dta d"# ROUND: "
|
||||||
I_RoundNrDisplay
|
I_RoundNrDisplay
|
||||||
@@ -264,36 +261,16 @@ WeaponPriceH ; weapons prices (tables with prices of weapons)
|
|||||||
.by >price_Liquid_Dirt____
|
.by >price_Liquid_Dirt____
|
||||||
.by >price_Dirt_Charge____
|
.by >price_Dirt_Charge____
|
||||||
.by >price_Buy_me_________
|
.by >price_Buy_me_________
|
||||||
.by >price_Plasma_Blast___
|
|
||||||
.by >price_Laser__________
|
.by >price_Laser__________
|
||||||
.by >price______________33
|
|
||||||
.by >price______________34
|
|
||||||
.by >price______________35
|
|
||||||
.by >price______________36
|
|
||||||
.by >price______________37
|
|
||||||
.by >price______________38
|
|
||||||
.by >price______________39
|
|
||||||
.by >price______________40
|
|
||||||
.by >price______________41
|
|
||||||
.by >price______________42
|
|
||||||
.by >price______________43
|
|
||||||
.by >price______________44
|
|
||||||
.by >price______________45
|
|
||||||
.by >price______________46
|
|
||||||
.by >price______________47
|
|
||||||
.by >price_White_Flag_____
|
.by >price_White_Flag_____
|
||||||
.by >price_Battery________
|
.by >price_Battery________
|
||||||
.by >price_Bal_Guidance___
|
.by >price_Hovercraft_____
|
||||||
.by >price_Horz_Guidance__
|
|
||||||
.by >price_Floating_Tank__
|
|
||||||
.by >price_Lazy_Boy_______
|
|
||||||
.by >price_Parachute______
|
.by >price_Parachute______
|
||||||
.by >price_StrongParachute
|
.by >price_StrongParachute
|
||||||
.by >price_Mag_Deflector__
|
.by >price_Mag_Deflector__
|
||||||
.by >price_Shield_________
|
.by >price_Shield_________
|
||||||
.by >price_Heavy_Shield___
|
.by >price_Heavy_Shield___
|
||||||
.by >price_Force_Shield___
|
.by >price_Force_Shield___
|
||||||
.by >price_Super_Mag______
|
|
||||||
.by >price_Bouncy_Castle__
|
.by >price_Bouncy_Castle__
|
||||||
.by >price_Long_Barrel____
|
.by >price_Long_Barrel____
|
||||||
.by >price_Nuclear_Winter_
|
.by >price_Nuclear_Winter_
|
||||||
@@ -330,36 +307,16 @@ WeaponPriceL
|
|||||||
.by <price_Liquid_Dirt____
|
.by <price_Liquid_Dirt____
|
||||||
.by <price_Dirt_Charge____
|
.by <price_Dirt_Charge____
|
||||||
.by <price_Buy_me_________
|
.by <price_Buy_me_________
|
||||||
.by <price_Plasma_Blast___
|
|
||||||
.by <price_Laser__________
|
.by <price_Laser__________
|
||||||
.by <price______________33
|
|
||||||
.by <price______________34
|
|
||||||
.by <price______________35
|
|
||||||
.by <price______________36
|
|
||||||
.by <price______________37
|
|
||||||
.by <price______________38
|
|
||||||
.by <price______________39
|
|
||||||
.by <price______________40
|
|
||||||
.by <price______________41
|
|
||||||
.by <price______________42
|
|
||||||
.by <price______________43
|
|
||||||
.by <price______________44
|
|
||||||
.by <price______________45
|
|
||||||
.by <price______________46
|
|
||||||
.by <price______________47
|
|
||||||
.by <price_White_Flag_____
|
.by <price_White_Flag_____
|
||||||
.by <price_Battery________
|
.by <price_Battery________
|
||||||
.by <price_Bal_Guidance___
|
.by <price_Hovercraft_____
|
||||||
.by <price_Horz_Guidance__
|
|
||||||
.by <price_Floating_Tank__
|
|
||||||
.by <price_Lazy_Boy_______
|
|
||||||
.by <price_Parachute______
|
.by <price_Parachute______
|
||||||
.by <price_StrongParachute
|
.by <price_StrongParachute
|
||||||
.by <price_Mag_Deflector__
|
.by <price_Mag_Deflector__
|
||||||
.by <price_Shield_________
|
.by <price_Shield_________
|
||||||
.by <price_Heavy_Shield___
|
.by <price_Heavy_Shield___
|
||||||
.by <price_Force_Shield___
|
.by <price_Force_Shield___
|
||||||
.by <price_Super_Mag______
|
|
||||||
.by <price_Bouncy_Castle__
|
.by <price_Bouncy_Castle__
|
||||||
.by <price_Long_Barrel____
|
.by <price_Long_Barrel____
|
||||||
.by <price_Nuclear_Winter_
|
.by <price_Nuclear_Winter_
|
||||||
@@ -371,70 +328,50 @@ WeaponPriceL
|
|||||||
; is not present in the game.
|
; is not present in the game.
|
||||||
; This is the slot for adding new weapons.
|
; This is the slot for adding new weapons.
|
||||||
WeaponUnits
|
WeaponUnits
|
||||||
.by 10 ;Baby_Missile___
|
.by 10 ;Baby_Missile___;_00
|
||||||
.by 5 ;Missile________
|
.by 5 ;Missile________;_01
|
||||||
.by 2 ;Baby_Nuke______
|
.by 2 ;Baby_Nuke______;_02
|
||||||
.by 1 ;Nuke___________
|
.by 1 ;Nuke___________;_03
|
||||||
.by 2 ;LeapFrog_______
|
.by 2 ;LeapFrog_______;_04
|
||||||
.by 3 ;Funky_Bomb_____
|
.by 3 ;Funky_Bomb_____;_05
|
||||||
.by 2 ;MIRV___________
|
.by 2 ;MIRV___________;_06
|
||||||
.by 1 ;Death_s_Head___
|
.by 1 ;Death_s_Head___;_07
|
||||||
.by 4 ;Napalm_________
|
.by 4 ;Napalm_________;_08
|
||||||
.by 2 ;Hot_Napalm_____
|
.by 2 ;Hot_Napalm_____;_09
|
||||||
.by 20 ;Tracer_________
|
.by 20 ;Tracer_________;_10
|
||||||
.by 10 ;Smoke_Tracer___
|
.by 10 ;Smoke_Tracer___;_11
|
||||||
.by 5 ;Baby_Roller____
|
.by 5 ;Baby_Roller____;_12
|
||||||
.by 3 ;Roller_________
|
.by 3 ;Roller_________;_13
|
||||||
.by 2 ;Heavy_Roller___
|
.by 2 ;Heavy_Roller___;_14
|
||||||
.by 5 ;Riot_Charge____
|
.by 5 ;Riot_Charge____;_15
|
||||||
.by 2 ;Riot_Blast_____
|
.by 2 ;Riot_Blast_____;_16
|
||||||
.by 5 ;Riot_Bomb______
|
.by 5 ;Riot_Bomb______;_17
|
||||||
.by 2 ;Heavy_Riot_Bomb
|
.by 2 ;Heavy_Riot_Bomb;_18
|
||||||
.by 10 ;Baby_Digger____
|
.by 10 ;Baby_Digger____;_19
|
||||||
.by 5 ;Digger_________
|
.by 5 ;Digger_________;_20
|
||||||
.by 2 ;Heavy_Digger___
|
.by 2 ;Heavy_Digger___;_21
|
||||||
.by 10 ;Baby_Sandhog___
|
.by 10 ;Baby_Sandhog___;_22
|
||||||
.by 5 ;Sandhog________
|
.by 5 ;Sandhog________;_23
|
||||||
.by 2 ;Heavy_Sandhog__
|
.by 2 ;Heavy_Sandhog__;_24
|
||||||
.by 5 ;Dirt_Clod______
|
.by 5 ;Dirt_Clod______;_25
|
||||||
.by 3 ;Dirt_Ball______
|
.by 3 ;Dirt_Ball______;_26
|
||||||
.by 1 ;Ton_of_Dirt____
|
.by 1 ;Ton_of_Dirt____;_27
|
||||||
.by 4 ;Liquid_Dirt____
|
.by 4 ;Liquid_Dirt____;_28
|
||||||
.by 2 ;Dirt_Charge____
|
.by 2 ;Dirt_Charge____;_29
|
||||||
.by 1 ;Buy_me_________
|
.by 1 ;Buy_me_________;_30
|
||||||
.by 0 ;Plasma_Blast___
|
.by 5 ;Laser__________;_31
|
||||||
.by 5 ;Laser__________
|
.by 1 ;White_Flag_____;_32
|
||||||
.by 0 ;_____________33
|
.by 3 ;Battery________;_33
|
||||||
.by 0 ;_____________34
|
.by 2 ;Floating_Tank__;_34
|
||||||
.by 0 ;_____________35
|
.by 3 ;Parachute______;_35
|
||||||
.by 0 ;_____________36
|
.by 2 ;StrongParachute;_36
|
||||||
.by 0 ;_____________37
|
.by 2 ;Mag_Deflector__;_37
|
||||||
.by 0 ;_____________38
|
.by 3 ;Shield_________;_38
|
||||||
.by 0 ;_____________39
|
.by 2 ;Heavy_Shield___;_39
|
||||||
.by 0 ;_____________40
|
.by 3 ;Force_Shield___;_40
|
||||||
.by 0 ;_____________41
|
.by 1 ;Auto_Defense___;_41
|
||||||
.by 0 ;_____________42
|
.by 2 ;Long_Barrel____;_42
|
||||||
.by 0 ;_____________43
|
.by 1 ;Nuclear_Winter_;_43
|
||||||
.by 0 ;_____________44
|
|
||||||
.by 0 ;_____________45
|
|
||||||
.by 0 ;_____________46
|
|
||||||
.by 0 ;_____________47
|
|
||||||
.by 1 ;White_Flag___48
|
|
||||||
.by 3 ;Battery________
|
|
||||||
.by 0 ;Bal_Guidance___
|
|
||||||
.by 0 ;Horz_Guidance__
|
|
||||||
.by 2 ;Floating_Tank__
|
|
||||||
.by 0 ;Lazy_Boy_______
|
|
||||||
.by 3 ;Parachute______
|
|
||||||
.by 2 ;StrongParachute
|
|
||||||
.by 2 ;Mag_Deflector__
|
|
||||||
.by 3 ;Shield_________
|
|
||||||
.by 2 ;Heavy_Shield___
|
|
||||||
.by 3 ;Force_Shield___
|
|
||||||
.by 0 ;Super_Mag______
|
|
||||||
.by 1 ;Auto_Defense___
|
|
||||||
.by 2 ;Long_Barrel____
|
|
||||||
.by 1 ;Nuclear_Winter_
|
|
||||||
|
|
||||||
PurchaseMeTable ;weapons good to be purchased by the robot
|
PurchaseMeTable ;weapons good to be purchased by the robot
|
||||||
;the comment is an index in the tables
|
;the comment is an index in the tables
|
||||||
@@ -448,53 +385,81 @@ PurchaseMeTable ;weapons good to be purchased by the robot
|
|||||||
; "Digger ","Heavy Digger ","Baby Sandhog ","Sandhog "
|
; "Digger ","Heavy Digger ","Baby Sandhog ","Sandhog "
|
||||||
.by %00000000
|
.by %00000000
|
||||||
; "Heavy Sandhog ","Dirt Clod ","Dirt Ball ","Ton of Dirt "
|
; "Heavy Sandhog ","Dirt Clod ","Dirt Ball ","Ton of Dirt "
|
||||||
; "Liquid Dirt ","Dirt Charge ","Buy me! ","Plasma Blast "
|
; "Liquid Dirt ","Dirt Charge ","Buy me! ","Laser "
|
||||||
.by %00000000
|
.by %00000000
|
||||||
; "Laser "
|
; "White Flag ","Battery ","Hovercraft ","Parachute "
|
||||||
.by %00000000
|
; "Strong Parachute","Mag Deflector ","Shield ","Heavy Shield "
|
||||||
.by 0 ; offset to defensives
|
.by %01011111
|
||||||
; "White Flag ","Battery ","Bal Guidance ","Horz Guidance "
|
; "Force Shield ","Bouncy Castle ","Long Barrel ","Nuclear Winter "
|
||||||
; "Hovercraft ","Lazy Boy ","Parachute ","Strong Parachute"
|
.by %11000000
|
||||||
.by %01000011
|
|
||||||
; "Mag Deflector ","Shield ","Heavy Shield ","Force Shield "
|
|
||||||
; "Super Mag ","Bouncy Castle ","Long Barrel ","Nuclear Winter "
|
|
||||||
.by %11110100
|
|
||||||
|
|
||||||
PurchaseMeTable2 ;weapons good to be purchased by the robot (Cyborg)
|
PurchaseMeTable2 ;weapons good to be purchased by the robot (Cyborg)
|
||||||
;the comment is an index in the tables
|
;the comment is an index in the tables
|
||||||
; "Baby Missile ","Missile ","Baby Nuke ","Nuke "
|
; "Baby Missile ","Missile ","Baby Nuke ","Nuke "
|
||||||
; "LeapFrog ","Funky Bomb ","MIRV ","Death's Head "
|
; "LeapFrog ","Funky Bomb ","MIRV ","Death's Head "
|
||||||
.by %00110001
|
.by %01110000
|
||||||
; "Napalm ","Hot Napalm ","Tracer ","Smoke Tracer "
|
; "Napalm ","Hot Napalm ","Tracer ","Smoke Tracer "
|
||||||
; "Baby Roller ","Roller ","Heavy Roller ","Riot Charge "
|
; "Baby Roller ","Roller ","Heavy Roller ","Riot Charge "
|
||||||
.by %01000000
|
.by %01000000
|
||||||
; "Riot Blast ","Riot Bomb ","Heavy Riot Bomb ","Baby Digger "
|
; "Riot Blast ","Riot Bomb ","Heavy Riot Bomb ","Baby Digger "
|
||||||
; "Digger ","Heavy Digger ","Baby Sandhog ","Sandhog "
|
; "Digger ","Heavy Digger ","Baby Sandhog ","Sandhog "
|
||||||
.by %00000000
|
.by %00000000
|
||||||
; "Heavy Sandhog ","Dirt Clod ","Dirt Ball ","Ton of Dirt "
|
; "Heavy Sandhog ","Dirt Clod ","Dirt Ball ","Ton of Dirt "
|
||||||
; "Liquid Dirt ","Dirt Charge ","Buy me! ","Plasma Blast "
|
; "Liquid Dirt ","Dirt Charge ","Buy me! ","Laser "
|
||||||
.by %00000000
|
.by %00000000
|
||||||
; "Laser "
|
; "White Flag ","Battery ","Hovercraft ","Parachute "
|
||||||
.by %00000000
|
; "Strong Parachute","Mag Deflector ","Shield ","Heavy Shield "
|
||||||
.by 0 ; offset to defensives
|
.by %01001101
|
||||||
; "White Flag ","Battery ","Bal Guidance ","Horz Guidance "
|
; "Force Shield ","Bouncy Castle ","Long Barrel ","Nuclear Winter "
|
||||||
; "Hovercraft ","Lazy Boy ","Parachute ","Strong Parachute"
|
.by %11000000
|
||||||
.by %01000001
|
|
||||||
; "Mag Deflector ","Shield ","Heavy Shield ","Force Shield "
|
|
||||||
; "Super Mag ","Bouncy Castle ","Long Barrel ","Nuclear Winter "
|
|
||||||
.by %10110100
|
|
||||||
|
|
||||||
;-------------------------------------------------
|
;-------------------------------------------------
|
||||||
; Screen codes of icons (chars) representing a given weapon
|
; Screen codes of icons (chars) representing a given weapon
|
||||||
WeaponSymbols
|
WeaponSymbols
|
||||||
.by $40,$41,$42,$43,$44,$45,$46,$47
|
.by $40 ;ind_Baby_Missile___ ;_00
|
||||||
.by $48,$49,$4a,$4b,$4c,$4d,$4e,$4f
|
.by $41 ;ind_Missile________ ;_01
|
||||||
.by $50,$51,$52,$53,$54,$55,$56,$57
|
.by $42 ;ind_Baby_Nuke______ ;_02
|
||||||
.by $58,$59,$5a,$5b,$60,$7b,$1f,$7d
|
.by $43 ;ind_Nuke___________ ;_03
|
||||||
.by $20,$00,$00,$00,$00,$00,$00,$00
|
.by $44 ;ind_LeapFrog_______ ;_04
|
||||||
.by $00,$00,$00,$00,$00,$00,$00,$00
|
.by $45 ;ind_Funky_Bomb_____ ;_05
|
||||||
.by $5f,$1c,$03,$06,$06,$0a,$1b,$1b ; defensives
|
.by $46 ;ind_MIRV___________ ;_06
|
||||||
.by $1e,$3b,$3d,$3c,$3e,$3f,$1d,$7d
|
.by $47 ;ind_Death_s_Head___ ;_07
|
||||||
|
.by $48 ;ind_Napalm_________ ;_08
|
||||||
|
.by $49 ;ind_Hot_Napalm_____ ;_09
|
||||||
|
.by $4a ;ind_Tracer_________ ;_10
|
||||||
|
.by $4b ;ind_Smoke_Tracer___ ;_11
|
||||||
|
.by $4c ;ind_Baby_Roller____ ;_12
|
||||||
|
.by $4d ;ind_Roller_________ ;_13
|
||||||
|
.by $4e ;ind_Heavy_Roller___ ;_14
|
||||||
|
.by $4f ;ind_Riot_Charge____ ;_15
|
||||||
|
.by $50 ;ind_Riot_Blast_____ ;_16
|
||||||
|
.by $51 ;ind_Riot_Bomb______ ;_17
|
||||||
|
.by $52 ;ind_Heavy_Riot_Bomb ;_18
|
||||||
|
.by $53 ;ind_Baby_Digger____ ;_19
|
||||||
|
.by $54 ;ind_Digger_________ ;_20
|
||||||
|
.by $55 ;ind_Heavy_Digger___ ;_21
|
||||||
|
.by $56 ;ind_Baby_Sandhog___ ;_22
|
||||||
|
.by $57 ;ind_Sandhog________ ;_23
|
||||||
|
.by $58 ;ind_Heavy_Sandhog__ ;_24
|
||||||
|
.by $59 ;ind_Dirt_Clod______ ;_25
|
||||||
|
.by $5a ;ind_Dirt_Ball______ ;_26
|
||||||
|
.by $5b ;ind_Ton_of_Dirt____ ;_27
|
||||||
|
.by $60 ;ind_Liquid_Dirt____ ;_28
|
||||||
|
.by $7b ;ind_Dirt_Charge____ ;_29
|
||||||
|
.by $1f ;ind_Buy_me_________ ;_30
|
||||||
|
.by $20 ;ind_Laser__________ ;_31
|
||||||
|
.by $5f ;ind_White_Flag_____ ;_32
|
||||||
|
.by $1c ;ind_Battery________ ;_33
|
||||||
|
.by $06 ;ind_Floating_Tank__ ;_34
|
||||||
|
.by $1b ;ind_Parachute______ ;_35
|
||||||
|
.by $1b ;ind_StrongParachute ;_36
|
||||||
|
.by $1e ;ind_Mag_Deflector__ ;_37
|
||||||
|
.by $3b ;ind_Shield_________ ;_38
|
||||||
|
.by $3d ;ind_Heavy_Shield___ ;_39
|
||||||
|
.by $3c ;ind_Force_Shield___ ;_40
|
||||||
|
.by $3f ;ind_Bouncy_Castle__ ;_41
|
||||||
|
.by $1d ;ind_Long_Barrel____ ;_42
|
||||||
|
.by $7d ;ind_Nuclear_Winter_ ;_43
|
||||||
|
|
||||||
; Names of weapons (16 chars long)
|
; Names of weapons (16 chars long)
|
||||||
NamesOfWeapons ;the comment is an index in the tables
|
NamesOfWeapons ;the comment is an index in the tables
|
||||||
@@ -529,58 +494,34 @@ NamesOfWeapons ;the comment is an index in the tables
|
|||||||
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"Buy me! " ; 30
|
||||||
dta d"Plasma Blast " ; 31
|
dta d"Laser " ; 31
|
||||||
dta d"Laser " ; 32
|
;------defensives
|
||||||
dta d"----------------" ; 33
|
dta d"White Flag " ; 32
|
||||||
dta d"----------------" ; 34
|
dta d"Battery " ; 33
|
||||||
dta d"----------------" ; 35
|
dta d"Hovercraft " ; 34
|
||||||
dta d"----------------" ; 36
|
dta d"Parachute " ; 35 - no energy
|
||||||
dta d"----------------" ; 37
|
dta d"Strong Parachute" ; 36 - with energy (earlier Battery)
|
||||||
dta d"----------------" ; 38
|
dta d"Mag Deflector " ; 37 - with shield and energy
|
||||||
dta d"----------------" ; 39
|
dta d"Shield " ; 38 - shield for one shot - no energy
|
||||||
dta d"----------------" ; 40
|
dta d"Heavy Shield " ; 39 - shield with energy
|
||||||
dta d"----------------" ; 41
|
dta d"Force Shield " ; 40 - shield with energy and parachute
|
||||||
dta d"----------------" ; 42
|
dta d"Bouncy Castle " ; 41 - with shield and energy
|
||||||
dta d"----------------" ; 43
|
dta d"Long Schlong " ; 42
|
||||||
dta d"----------------" ; 44
|
dta d"Nuclear Winter " ; 43
|
||||||
dta d"----------------" ; 45
|
DefensiveEnergy = *-(last_offensive_____ - first_offensive____ +1) ; to fake the table for ALL weapons
|
||||||
dta d"----------------" ; 46
|
|
||||||
dta d" " ; 47 ; special (no weapon) name to simplify display
|
|
||||||
|
|
||||||
dta d"White Flag " ; 48 ($30)
|
|
||||||
dta d"Battery " ; 49
|
|
||||||
dta d"Bal Guidance " ; 50
|
|
||||||
dta d"Horz Guidance " ; 51
|
|
||||||
dta d"Hovercraft " ; 52
|
|
||||||
dta d"Lazy Boy " ; 53
|
|
||||||
dta d"Parachute " ; 54 - no energy
|
|
||||||
dta d"Strong Parachute" ; 55 - with energy (earlier Battery)
|
|
||||||
dta d"Mag Deflector " ; 56 - with shield and energy
|
|
||||||
dta d"Shield " ; 57 - shield for one shot - no energy
|
|
||||||
dta d"Heavy Shield " ; 58 - shield with energy
|
|
||||||
dta d"Force Shield " ; 59 - shield with energy and parachute
|
|
||||||
dta d"Super Mag " ; 60
|
|
||||||
dta d"Bouncy Castle " ; 61 - with shield and energy
|
|
||||||
dta d"Long Schlong " ; 62
|
|
||||||
dta d"Nuclear Winter " ; 63
|
|
||||||
DefensiveEnergy = * - 48
|
|
||||||
.by 00 ; White Flag
|
.by 00 ; White Flag
|
||||||
.by 00 ; Heat Guidance
|
.by 00 ; Heat Guidance
|
||||||
.by 00 ; Bal Guidance
|
|
||||||
.by 00 ; Horz Guidance
|
|
||||||
.by 98 ; Let's go!
|
.by 98 ; Let's go!
|
||||||
.by 00 ; Lazy Boy
|
|
||||||
.by 00 ; Parachute
|
.by 00 ; Parachute
|
||||||
.by 99 ; Strong Parachute
|
.by 99 ; Strong Parachute
|
||||||
.by 99 ; Mag Deflector
|
.by 99 ; Mag Deflector
|
||||||
.by 00 ; Shield
|
.by 00 ; Shield
|
||||||
.by 99 ; Heavy Shield
|
.by 99 ; Heavy Shield
|
||||||
.by 99 ; Force Shield
|
.by 99 ; Force Shield
|
||||||
.by 00 ; Super Mag
|
|
||||||
.by 99 ; Bouncy Castle
|
.by 99 ; Bouncy Castle
|
||||||
.by 00 ; Long Barrel
|
.by 00 ; Long Barrel
|
||||||
.by 00 ; Nuclear Winter
|
.by 00 ; Nuclear Winter
|
||||||
weaponsOfDeath
|
weaponsOfDeath ; weapons used in tank death animations
|
||||||
dta 1,2,3,7,17,18,19,20,21,22,23,24,25,26,27
|
dta 1,2,3,7,17,18,19,20,21,22,23,24,25,26,27
|
||||||
weaponsOfDeathEnd
|
weaponsOfDeathEnd
|
||||||
joyToKeyTable
|
joyToKeyTable
|
||||||
@@ -609,8 +550,7 @@ gameOverSpritesTop
|
|||||||
;-------decimal constans
|
;-------decimal constans
|
||||||
zero
|
zero
|
||||||
digits dta d"0123456789"
|
digits dta d"0123456789"
|
||||||
nineplus dta d"9"+1
|
|
||||||
space dta d" "
|
|
||||||
;------credits
|
;------credits
|
||||||
CreditsStart
|
CreditsStart
|
||||||
dta d" "*
|
dta d" "*
|
||||||
@@ -645,7 +585,7 @@ CreditsStart
|
|||||||
dta d"Shaggy the Atarian, RetroBorsuk, ZP",d"H"*
|
dta d"Shaggy the Atarian, RetroBorsuk, ZP",d"H"*
|
||||||
dta d" "*
|
dta d" "*
|
||||||
dta d"Additional testin",d"g"*
|
dta d"Additional testin",d"g"*
|
||||||
dta d"Arek Peck",d"o"*
|
dta d"Arek and Alex Peck",d"o"*
|
||||||
dta d" "*
|
dta d" "*
|
||||||
dta d"Stay tuned for the FujiNet version",d"!"*
|
dta d"Stay tuned for the FujiNet version",d"!"*
|
||||||
dta d" "*
|
dta d" "*
|
||||||
|
|||||||
+66
-99
@@ -4,6 +4,7 @@ screenheight = 200
|
|||||||
screenBytes = 40
|
screenBytes = 40
|
||||||
screenwidth = screenBytes*8 ; Max screenwidth = 512!!!
|
screenwidth = screenBytes*8 ; Max screenwidth = 512!!!
|
||||||
|
|
||||||
|
TankWidth = 8
|
||||||
;----------------------------------------------
|
;----------------------------------------------
|
||||||
; Player/missile memory
|
; Player/missile memory
|
||||||
PMGraph = $0800 ; real PM start = $0b00
|
PMGraph = $0800 ; real PM start = $0b00
|
||||||
@@ -13,7 +14,7 @@ PMGraph = $0800 ; real PM start = $0b00
|
|||||||
linetableL = $0b00 - (screenHeight+1)*2
|
linetableL = $0b00 - (screenHeight+1)*2
|
||||||
linetableH = $0b00 - (screenHeight+1)
|
linetableH = $0b00 - (screenHeight+1)
|
||||||
|
|
||||||
display = $1010 ;screen takes $2K due to clearing routine
|
display = $1010 ;screen takes $1f68 because it has screenHeight+1 lines because of out of screen tracer(?)
|
||||||
|
|
||||||
margin = 40 ;mountain drawing Y variable margin
|
margin = 40 ;mountain drawing Y variable margin
|
||||||
MaxPlayers = 6
|
MaxPlayers = 6
|
||||||
@@ -26,6 +27,7 @@ LongBarrel = 20 ; long barrel length
|
|||||||
|
|
||||||
TextBackgroundColor = $02 ; REAL constans - use: LDA #TextBackgroundColor
|
TextBackgroundColor = $02 ; REAL constans - use: LDA #TextBackgroundColor
|
||||||
TextForegroundColor = $0A
|
TextForegroundColor = $0A
|
||||||
|
space = 0 ; space in screencodes
|
||||||
|
|
||||||
;character codes for symbols (tank, parachute, etc. )
|
;character codes for symbols (tank, parachute, etc. )
|
||||||
char_parachute_______ = $02
|
char_parachute_______ = $02
|
||||||
@@ -35,78 +37,58 @@ char_clear_flame_____ = $1c
|
|||||||
char_digger__________ = $04
|
char_digger__________ = $04
|
||||||
char_sandhog_________ = $0c
|
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___________ = $28
|
||||||
|
|
||||||
;Weapon prices (*10 on screen)
|
;Weapon prices (*10 on screen)
|
||||||
price_Baby_Missile___ = 0 ;_0
|
price_Baby_Missile___ = 0 ;_00
|
||||||
price_Missile________ = 96 ;_1
|
price_Missile________ = 96 ;_01
|
||||||
price_Baby_Nuke______ = 111 ;_2
|
price_Baby_Nuke______ = 111 ;_02
|
||||||
price_Nuke___________ = 144 ;_3
|
price_Nuke___________ = 144 ;_03
|
||||||
price_LeapFrog_______ = 192 ;_4
|
price_LeapFrog_______ = 192 ;_04
|
||||||
price_Funky_Bomb_____ = 293 ;_5
|
price_Funky_Bomb_____ = 293 ;_05
|
||||||
price_MIRV___________ = 456 ;_6
|
price_MIRV___________ = 456 ;_06
|
||||||
price_Death_s_Head___ = 337 ;_7
|
price_Death_s_Head___ = 337 ;_07
|
||||||
price_Napalm_________ = 125 ;_8
|
price_Napalm_________ = 125 ;_08
|
||||||
price_Hot_Napalm_____ = 162 ;_9
|
price_Hot_Napalm_____ = 162 ;_09
|
||||||
price_Tracer_________ = 102 ;_10
|
price_Tracer_________ = 102 ;_10
|
||||||
price_Smoke_Tracer___ = 291 ;_11
|
price_Smoke_Tracer___ = 291 ;_11
|
||||||
price_Baby_Roller____ = 211 ;_12
|
price_Baby_Roller____ = 211 ;_12
|
||||||
price_Roller_________ = 244 ;_13
|
price_Roller_________ = 244 ;_13
|
||||||
price_Heavy_Roller___ = 326 ;_14
|
price_Heavy_Roller___ = 326 ;_14
|
||||||
price_Riot_Charge____ = 230 ;_15
|
price_Riot_Charge____ = 230 ;_15
|
||||||
price_Riot_Blast_____ = 241 ;_16
|
price_Riot_Blast_____ = 241 ;_16
|
||||||
price_Riot_Bomb______ = 259 ;_17
|
price_Riot_Bomb______ = 259 ;_17
|
||||||
price_Heavy_Riot_Bomb = 272 ;_18
|
price_Heavy_Riot_Bomb = 272 ;_18
|
||||||
price_Baby_Digger____ = 136 ;_19
|
price_Baby_Digger____ = 136 ;_19
|
||||||
price_Digger_________ = 176 ;_20
|
price_Digger_________ = 176 ;_20
|
||||||
price_Heavy_Digger___ = 207 ;_21
|
price_Heavy_Digger___ = 207 ;_21
|
||||||
price_Baby_Sandhog___ = 158 ;_22
|
price_Baby_Sandhog___ = 158 ;_22
|
||||||
price_Sandhog________ = 191 ;_23
|
price_Sandhog________ = 191 ;_23
|
||||||
price_Heavy_Sandhog__ = 223 ;_24
|
price_Heavy_Sandhog__ = 223 ;_24
|
||||||
price_Dirt_Clod______ = 104 ;_25
|
price_Dirt_Clod______ = 104 ;_25
|
||||||
price_Dirt_Ball______ = 130 ;_26
|
price_Dirt_Ball______ = 130 ;_26
|
||||||
price_Ton_of_Dirt____ = 171 ;_27
|
price_Ton_of_Dirt____ = 171 ;_27
|
||||||
price_Liquid_Dirt____ = 330 ;_28
|
price_Liquid_Dirt____ = 330 ;_28
|
||||||
price_Dirt_Charge____ = 343 ;_29
|
price_Dirt_Charge____ = 343 ;_29
|
||||||
price_Buy_me_________ = 170 ;430 ;_30
|
price_Buy_me_________ = 170 ;_30
|
||||||
price_Plasma_Blast___ = $ffff ;274 ;_31
|
price_Laser__________ = 277 ;_31
|
||||||
price_Laser__________ = 277 ;_32
|
price_White_Flag_____ = $0 ;_32
|
||||||
price______________33 = 0
|
price_Battery________ = 300 ;_33
|
||||||
price______________34 = 0
|
price_Hovercraft_____ = 352 ;_34
|
||||||
price______________35 = 0
|
price_Parachute______ = 234 ;_35
|
||||||
price______________36 = 0
|
price_StrongParachute = 1000 ;_36
|
||||||
price______________37 = 0
|
price_Mag_Deflector__ = 745 ;_37
|
||||||
price______________38 = 0
|
price_Shield_________ = 224 ;_38
|
||||||
price______________39 = 0
|
price_Heavy_Shield___ = 628 ;_39
|
||||||
price______________40 = 0
|
price_Force_Shield___ = 1100 ;_40
|
||||||
price______________41 = 0
|
price_Bouncy_Castle__ = 512 ;_41
|
||||||
price______________42 = 0
|
price_Long_Barrel____ = 2100 ;_42
|
||||||
price______________43 = 0
|
price_Nuclear_Winter_ = 1000 ;_43
|
||||||
price______________44 = 0
|
|
||||||
price______________45 = 0
|
|
||||||
price______________46 = 0
|
|
||||||
price______________47 = 0
|
|
||||||
price_White_Flag_____ = $0 ;_48_($30)
|
|
||||||
price_Battery________ = 300 ;_49
|
|
||||||
price_Bal_Guidance___ = $ffff ;_50
|
|
||||||
price_Horz_Guidance__ = $ffff ;_51
|
|
||||||
price_Floating_Tank__ = 352 ;_52
|
|
||||||
price_Lazy_Boy_______ = $ffff ;_53
|
|
||||||
price_Parachute______ = 234 ;_54
|
|
||||||
price_StrongParachute = 1000 ;_55
|
|
||||||
price_Mag_Deflector__ = 745 ;_56
|
|
||||||
price_Shield_________ = 224 ;_57
|
|
||||||
price_Heavy_Shield___ = 628 ;_58
|
|
||||||
price_Force_Shield___ = 1100 ;_59
|
|
||||||
price_Super_Mag______ = $ffff ;_60
|
|
||||||
price_Bouncy_Castle__ = 512 ;_61
|
|
||||||
price_Long_Barrel____ = 2100 ;_62
|
|
||||||
price_Nuclear_Winter_ = 1000 ;_63
|
|
||||||
;Weapon indexes (numbers)
|
;Weapon indexes (numbers)
|
||||||
ind_Baby_Missile___ = 0
|
ind_Baby_Missile___ = 0
|
||||||
|
first_offensive____ = ind_Baby_Missile___
|
||||||
ind_Missile________ = 1
|
ind_Missile________ = 1
|
||||||
ind_Baby_Nuke______ = 2
|
ind_Baby_Nuke______ = 2
|
||||||
ind_Nuke___________ = 3
|
ind_Nuke___________ = 3
|
||||||
@@ -137,39 +119,24 @@ ind_Ton_of_Dirt____ = 27
|
|||||||
ind_Liquid_Dirt____ = 28
|
ind_Liquid_Dirt____ = 28
|
||||||
ind_Dirt_Charge____ = 29
|
ind_Dirt_Charge____ = 29
|
||||||
ind_Buy_me_________ = 30
|
ind_Buy_me_________ = 30
|
||||||
ind_Plasma_Blast___ = 31
|
ind_Laser__________ = 31
|
||||||
ind_Laser__________ = 32
|
last_offensive_____ = ind_Laser__________
|
||||||
ind______________33 = 0
|
ind_White_Flag_____ = 32
|
||||||
ind______________34 = 0
|
first_defensive____ = ind_White_Flag_____
|
||||||
ind______________35 = 0
|
ind_Battery________ = 33
|
||||||
ind______________36 = 0
|
ind_Hovercraft_____ = 34
|
||||||
ind______________37 = 0
|
ind_Parachute______ = 35
|
||||||
ind______________38 = 0
|
ind_StrongParachute = 36
|
||||||
ind______________39 = 0
|
ind_Mag_Deflector__ = 37
|
||||||
ind______________40 = 0
|
ind_Shield_________ = 38
|
||||||
ind______________41 = 0
|
ind_Heavy_Shield___ = 39
|
||||||
ind______________42 = 0
|
ind_Force_Shield___ = 40
|
||||||
ind______________43 = 0
|
ind_Bouncy_Castle__ = 41
|
||||||
ind______________44 = 0
|
ind_Long_Barrel____ = 42
|
||||||
ind______________45 = 0
|
ind_Nuclear_Winter_ = 43
|
||||||
ind______________46 = 0
|
last_defensive_____ = ind_Nuclear_Winter_
|
||||||
ind______________47 = 0
|
number_of_offensives = last_offensive_____ - first_offensive____+1
|
||||||
ind_White_Flag_____ = 48
|
number_of_defensives = (last_defensive_____ - first_defensive____+1)
|
||||||
ind_Battery________ = 49
|
|
||||||
ind_Bal_Guidance___ = 50
|
|
||||||
ind_Horz_Guidance__ = 51
|
|
||||||
ind_Floating_Tank__ = 52
|
|
||||||
ind_Lazy_Boy_______ = 53
|
|
||||||
ind_Parachute______ = 54
|
|
||||||
ind_StrongParachute = 55
|
|
||||||
ind_Mag_Deflector__ = 56
|
|
||||||
ind_Shield_________ = 57
|
|
||||||
ind_Heavy_Shield___ = 58
|
|
||||||
ind_Force_Shield___ = 59
|
|
||||||
ind_Super_Mag______ = 60
|
|
||||||
ind_Bouncy_Castle__ = 61
|
|
||||||
ind_Long_Barrel____ = 62
|
|
||||||
ind_Nuclear_Winter_ = 63
|
|
||||||
;--------------------------------
|
;--------------------------------
|
||||||
; names of RMT instruments (sfx)
|
; names of RMT instruments (sfx)
|
||||||
;--------------------------------
|
;--------------------------------
|
||||||
|
|||||||
+57
-47
@@ -1,12 +1,9 @@
|
|||||||
; @com.wudsn.ide.asm.mainsourcefile=scorch.asm
|
; @com.wudsn.ide.asm.mainsourcefile=scorch.asm
|
||||||
|
|
||||||
.IF *>0 ;this is a trick that prevents compiling this file alone
|
.IF *>0 ;this is a trick that prevents compiling this file alone
|
||||||
; -------------------------------------------------
|
|
||||||
; .ALIGN $1000 ; WARNING!!!! 4KiB barrier crossing here, might need reassignment!!!
|
|
||||||
;-----------------------------------------------
|
;-----------------------------------------------
|
||||||
;------------------------
|
|
||||||
; start of "variables" (RAM)
|
; start of "variables" (RAM)
|
||||||
; ---------------
|
;-----------------------------------------------
|
||||||
OptionsHere
|
OptionsHere
|
||||||
; 0123456789012345678901234567890123456789
|
; 0123456789012345678901234567890123456789
|
||||||
dta d"Players : 2 3 4 5 6 "
|
dta d"Players : 2 3 4 5 6 "
|
||||||
@@ -18,14 +15,27 @@ OptionsHere
|
|||||||
dta d"Seppuku : nevr rare norm oftn alws "
|
dta d"Seppuku : nevr rare norm oftn alws "
|
||||||
dta d"Mountains: NL BE CZ CH NP "
|
dta d"Mountains: NL BE CZ CH NP "
|
||||||
dta d"Walls : none wrap bump boxy rand "
|
dta d"Walls : none wrap bump boxy rand "
|
||||||
|
;; 01234567890123456789012345678901
|
||||||
|
; dta d"Players: 2 3 4 5 6 "
|
||||||
|
; dta d"Cash :none 2K 8K 12K 20K"
|
||||||
|
; dta d"Gravity:0.2G 0.5G 1G 2G 4G "
|
||||||
|
; dta d"Wind : 1B 3B 5B 7B 9B "
|
||||||
|
; dta d"Rounds : 10 20 30 40 50 "
|
||||||
|
; dta d"Missile:slug slow norm fast hare"
|
||||||
|
; dta d"Seppuku:nevr rare norm oftn alws"
|
||||||
|
; dta d"Hills : NL BE CZ CH NP "
|
||||||
|
; dta d"Walls :none wrap bump boxy rand"
|
||||||
OptionsScreenEnd
|
OptionsScreenEnd
|
||||||
|
|
||||||
;-----------------------------------------------
|
;-----------------------------------------------
|
||||||
ListOfWeapons
|
ListOfWeapons
|
||||||
; 0123456789012345678901234567890123456789
|
; 0123456789012345678901234567890123456789
|
||||||
:36 dta d" "
|
; :number_of_offensives dta d" "
|
||||||
|
:32 dta d" "
|
||||||
ListOfWeapons1End
|
ListOfWeapons1End
|
||||||
ListOfDefensiveWeapons
|
ListOfDefensiveWeapons
|
||||||
:16 dta d" "
|
; :number_of_defensives dta d" "
|
||||||
|
:16 dta d" "
|
||||||
ListOfDefensiveWeaponsEnd ;constant useful when clearing
|
ListOfDefensiveWeaponsEnd ;constant useful when clearing
|
||||||
NameScreen
|
NameScreen
|
||||||
dta d" Enter names of players "
|
dta d" Enter names of players "
|
||||||
@@ -92,7 +102,7 @@ DLCreditsAddr
|
|||||||
.word GameOverDL
|
.word GameOverDL
|
||||||
;------------------------
|
;------------------------
|
||||||
; end of "variables" (RAM)
|
; end of "variables" (RAM)
|
||||||
; ---------------
|
;------------------------
|
||||||
; start of "constants" (ROM)
|
; start of "constants" (ROM)
|
||||||
;-----------------------------------------------
|
;-----------------------------------------------
|
||||||
;Screen displays go first to avoid crossing 4kb barrier
|
;Screen displays go first to avoid crossing 4kb barrier
|
||||||
@@ -104,18 +114,17 @@ OptionsScreen
|
|||||||
dta d" Please select option with cursor keys "
|
dta d" Please select option with cursor keys "
|
||||||
dta d" and press (Return) to proceed "
|
dta d" and press (Return) to proceed "
|
||||||
MoreUp
|
MoreUp
|
||||||
dta d" "
|
dta d" "
|
||||||
dta 92,92,92
|
dta 92,92,92
|
||||||
dta d" more "
|
dta d" more "
|
||||||
dta 92,92,92
|
dta 92,92,92
|
||||||
dta d" "
|
dta d" "
|
||||||
.ALIGN $1000 ; WARNING!!!! 4KiB barrier crossing here, might need reassignment!!!
|
|
||||||
MoreDown
|
MoreDown
|
||||||
dta d" "
|
dta d" "
|
||||||
dta 93,93,93
|
dta 93,93,93
|
||||||
dta d" more "
|
dta d" more "
|
||||||
dta 93,93,93
|
dta 93,93,93
|
||||||
dta d" "
|
dta d" "
|
||||||
WeaponsDescription
|
WeaponsDescription
|
||||||
; 0123456789012345678901234567890123456789
|
; 0123456789012345678901234567890123456789
|
||||||
dta d"Tab"*
|
dta d"Tab"*
|
||||||
@@ -150,40 +159,6 @@ GameOverTitle2
|
|||||||
;-----------------------------------------------------
|
;-----------------------------------------------------
|
||||||
;-------------display-lists---------------------------
|
;-------------display-lists---------------------------
|
||||||
;-----------------------------------------------------
|
;-----------------------------------------------------
|
||||||
OptionsDL
|
|
||||||
.byte $70
|
|
||||||
.byte $47
|
|
||||||
.word OptionsTitle
|
|
||||||
.byte $70,$70
|
|
||||||
.byte $42
|
|
||||||
.word OptionsScreen
|
|
||||||
.byte $30,$02,$02,$70
|
|
||||||
.byte $42
|
|
||||||
.word OptionsHere
|
|
||||||
.byte $10
|
|
||||||
:maxOptions-1 .by $02,$10
|
|
||||||
:(9-maxOptions) .by $70,$10
|
|
||||||
.byte $80
|
|
||||||
.byte $4f
|
|
||||||
.word (display+140*40)
|
|
||||||
:21 .by $0f ;76
|
|
||||||
.byte $41
|
|
||||||
.word OptionsDL
|
|
||||||
;------------------------
|
|
||||||
;Enter names of tanks DL
|
|
||||||
NameDL
|
|
||||||
.byte $70
|
|
||||||
.byte $47
|
|
||||||
.word DifficultyTitle
|
|
||||||
.byte $70,$70
|
|
||||||
.byte $42
|
|
||||||
.word NameScreen
|
|
||||||
.byte $30
|
|
||||||
.byte $02,$30+$80,$02
|
|
||||||
.byte $10,$02,$02,$02,$30,$02,$02
|
|
||||||
.byte $41
|
|
||||||
.word NameDL
|
|
||||||
; -------------------------------------------------
|
|
||||||
|
|
||||||
dl ; MAIN game display list
|
dl ; MAIN game display list
|
||||||
.byte 0
|
.byte 0
|
||||||
@@ -232,6 +207,41 @@ dl ; MAIN game display list
|
|||||||
.byte $41
|
.byte $41
|
||||||
.word dl
|
.word dl
|
||||||
;-----------------------------------------------
|
;-----------------------------------------------
|
||||||
|
.ALIGN $1000 ; WARNING!!!! 4KiB barrier crossing here, might need reassignment!!!
|
||||||
|
OptionsDL
|
||||||
|
.byte $70
|
||||||
|
.byte $47
|
||||||
|
.word OptionsTitle
|
||||||
|
.byte $70,$70
|
||||||
|
.byte $42
|
||||||
|
.word OptionsScreen
|
||||||
|
.byte $30,$02,$02,$70
|
||||||
|
.byte $42
|
||||||
|
.word OptionsHere
|
||||||
|
.byte $10
|
||||||
|
:maxOptions-1 .by $02,$10
|
||||||
|
:(9-maxOptions) .by $70,$10
|
||||||
|
.byte $80
|
||||||
|
.byte $4f
|
||||||
|
.word (display+140*40)
|
||||||
|
:21 .by $0f ;76
|
||||||
|
.byte $41
|
||||||
|
.word OptionsDL
|
||||||
|
;------------------------
|
||||||
|
;Enter names of tanks DL
|
||||||
|
NameDL
|
||||||
|
.byte $70
|
||||||
|
.byte $47
|
||||||
|
.word DifficultyTitle
|
||||||
|
.byte $70,$70
|
||||||
|
.byte $42
|
||||||
|
.word NameScreen
|
||||||
|
.byte $30
|
||||||
|
.byte $02,$30+$80,$02
|
||||||
|
.byte $10,$02,$02,$02,$30,$02,$02
|
||||||
|
.byte $41
|
||||||
|
.word NameDL
|
||||||
|
; -------------------------------------------------
|
||||||
GameOverResults = display+$0ff0 ; reuse after game
|
GameOverResults = display+$0ff0 ; reuse after game
|
||||||
Credits = GameOverResults +(6*40)
|
Credits = GameOverResults +(6*40)
|
||||||
CreditsLastLine = Credits + (CreditsLines*40)
|
CreditsLastLine = Credits + (CreditsLines*40)
|
||||||
|
|||||||
+56
-56
@@ -584,6 +584,11 @@ UnequalTanks
|
|||||||
.endp
|
.endp
|
||||||
|
|
||||||
;-------------------------------------------------
|
;-------------------------------------------------
|
||||||
|
.proc ClearTanks
|
||||||
|
jsr PMoutofScreen
|
||||||
|
mva #1 Erase ; erase tanks flag
|
||||||
|
.endp
|
||||||
|
;--
|
||||||
.proc drawtanks
|
.proc drawtanks
|
||||||
;-------------------------------------------------
|
;-------------------------------------------------
|
||||||
lda TankNr
|
lda TankNr
|
||||||
@@ -601,6 +606,7 @@ DrawNextTank
|
|||||||
pla
|
pla
|
||||||
sta TankNr
|
sta TankNr
|
||||||
|
|
||||||
|
mva #0 Erase ; no erase tanks flag
|
||||||
rts
|
rts
|
||||||
.endp
|
.endp
|
||||||
;---------
|
;---------
|
||||||
@@ -645,7 +651,8 @@ DrawTankNrX
|
|||||||
jsr SetupXYdraw
|
jsr SetupXYdraw
|
||||||
|
|
||||||
jsr TypeChar
|
jsr TypeChar
|
||||||
|
lda Erase
|
||||||
|
jne noTankNoPM
|
||||||
; now P/M graphics on the screen (only for 5 tanks)
|
; now P/M graphics on the screen (only for 5 tanks)
|
||||||
; horizontal position
|
; horizontal position
|
||||||
ldx TankNr
|
ldx TankNr
|
||||||
@@ -729,7 +736,7 @@ ZeroesToGo6
|
|||||||
bne ClearPM6
|
bne ClearPM6
|
||||||
|
|
||||||
NoPlayerMissile
|
NoPlayerMissile
|
||||||
|
noTankNoPM
|
||||||
ldy #$01
|
ldy #$01
|
||||||
lda Erase
|
lda Erase
|
||||||
beq @+
|
beq @+
|
||||||
@@ -791,7 +798,7 @@ DoNotDrawTankNr
|
|||||||
mva #18 fs ; temp, how many times flash the tank
|
mva #18 fs ; temp, how many times flash the tank
|
||||||
tankflash_loop
|
tankflash_loop
|
||||||
lda CONSOL ; turbo mode
|
lda CONSOL ; turbo mode
|
||||||
cmp #6 ; START
|
and #%00000001 ; START KEY
|
||||||
sne:mva #1 fs ; finish it
|
sne:mva #1 fs ; finish it
|
||||||
mva #1 Erase
|
mva #1 Erase
|
||||||
ldx TankNr
|
ldx TankNr
|
||||||
@@ -1100,8 +1107,9 @@ ParachutePresent
|
|||||||
; check energy of parachute
|
; check energy of parachute
|
||||||
lda ShieldEnergy,x
|
lda ShieldEnergy,x
|
||||||
bne OneTimeParachute
|
bne OneTimeParachute
|
||||||
mva #0 Parachute
|
lda #$00
|
||||||
mva #0 ActiveDefenceWeapon,x ; deactivate defence
|
sta Parachute
|
||||||
|
sta ActiveDefenceWeapon,x ; deactivate defence
|
||||||
OneTimeParachute
|
OneTimeParachute
|
||||||
lda Parachute
|
lda Parachute
|
||||||
ora #2 ; we set bit nr 1 (nr 0 means that parachute is present)
|
ora #2 ; we set bit nr 1 (nr 0 means that parachute is present)
|
||||||
@@ -1128,16 +1136,13 @@ FallingRight
|
|||||||
bit PreviousFall ; bit 6 - left
|
bit PreviousFall ; bit 6 - left
|
||||||
bvs EndRightFall
|
bvs EndRightFall
|
||||||
; we finish falling right if the tank reached the edge of the screen
|
; we finish falling right if the tank reached the edge of the screen
|
||||||
clc
|
|
||||||
lda XtanksTableL,x
|
|
||||||
adc #$08 ; we'll check right side of the char
|
|
||||||
sta temp
|
|
||||||
lda XtanksTableH,x
|
lda XtanksTableH,x
|
||||||
adc #0
|
cmp #>(screenwidth-TankWidth-2) ; 2 pixels correction due to a barrel wider than tank
|
||||||
sta temp+1
|
bne @+
|
||||||
cpw temp #screenwidth-2 ; 2 pixels correction due to a barrel wider than tank
|
lda XtanksTableL,x
|
||||||
bcs EndRightFall
|
cmp #<(screenwidth-TankWidth-2) ; 2 pixels correction due to a barrel wider than tank
|
||||||
NotLeftEdge
|
@ bcs EndRightFall
|
||||||
|
NotRightEdge
|
||||||
; tank is falling right - modify coorinates
|
; tank is falling right - modify coorinates
|
||||||
clc
|
clc
|
||||||
lda XtankstableL,x
|
lda XtankstableL,x
|
||||||
@@ -1158,6 +1163,7 @@ FallingLeft
|
|||||||
lda XtanksTableL,x
|
lda XtanksTableL,x
|
||||||
cmp #3 ; 2 pixels correction due to a barrel wider than tank
|
cmp #3 ; 2 pixels correction due to a barrel wider than tank
|
||||||
bcc EndLeftFall
|
bcc EndLeftFall
|
||||||
|
NotLeftEdge
|
||||||
; tank is falling left - modify coorinates
|
; tank is falling left - modify coorinates
|
||||||
sec
|
sec
|
||||||
lda XtankstableL,x
|
lda XtankstableL,x
|
||||||
@@ -1205,7 +1211,7 @@ DoNotDrawParachute
|
|||||||
ForceFallLeft
|
ForceFallLeft
|
||||||
sta UnderTank1
|
sta UnderTank1
|
||||||
sty UnderTank2
|
sty UnderTank2
|
||||||
jne TankFallsX
|
jmp TankFallsX
|
||||||
EndOfFall
|
EndOfFall
|
||||||
mva #1 Erase
|
mva #1 Erase
|
||||||
; ldx TankNr
|
; ldx TankNr
|
||||||
@@ -1264,20 +1270,37 @@ drawmountainsloop
|
|||||||
beq NoMountain
|
beq NoMountain
|
||||||
sta ydraw
|
sta ydraw
|
||||||
sty ydraw+1
|
sty ydraw+1
|
||||||
jsr DrawLine
|
; jsr DrawLine
|
||||||
|
; there was Drawline proc
|
||||||
|
lda #screenheight
|
||||||
|
sec
|
||||||
|
sbc ydraw
|
||||||
|
sta tempbyte01
|
||||||
|
jsr plot.MakePlot
|
||||||
|
; after plot we have: (xbyte),y - addres of screen byte; X - index in bittable (number of bit)
|
||||||
|
; jmp IntoDraw ; jumps inside Draw routine
|
||||||
|
; because one pixel is already plotted (and who cares? :) )
|
||||||
|
@
|
||||||
|
lda (xbyte),y
|
||||||
|
and bittable2,x
|
||||||
|
sta (xbyte),y
|
||||||
|
;IntoDraw
|
||||||
|
adw xbyte #screenBytes
|
||||||
|
dec tempbyte01
|
||||||
|
bne @-
|
||||||
|
; end of Drawline proc
|
||||||
NoMountain
|
NoMountain
|
||||||
inw modify
|
inw modify
|
||||||
inw xdraw
|
inw xdraw
|
||||||
cpw xdraw #screenwidth
|
cpw xdraw #screenwidth
|
||||||
bne drawmountainsloop
|
bne drawmountainsloop
|
||||||
rts
|
rts
|
||||||
|
/*
|
||||||
;--------------------------------------------------
|
;--------------------------------------------------
|
||||||
drawmountainspixel
|
drawmountainspixel ; never used ?
|
||||||
;--------------------------------------------------
|
;--------------------------------------------------
|
||||||
mwa #0 xdraw
|
mwa #0 xdraw
|
||||||
mwa #mountaintable modify
|
mwa #mountaintable modify
|
||||||
|
|
||||||
|
|
||||||
drawmountainspixelloop
|
drawmountainspixelloop
|
||||||
ldy #0
|
ldy #0
|
||||||
lda (modify),y
|
lda (modify),y
|
||||||
@@ -1288,8 +1311,8 @@ drawmountainspixelloop
|
|||||||
inw xdraw
|
inw xdraw
|
||||||
cpw xdraw #screenwidth
|
cpw xdraw #screenwidth
|
||||||
bne drawmountainspixelloop
|
bne drawmountainspixelloop
|
||||||
|
|
||||||
rts
|
rts
|
||||||
|
*/
|
||||||
.endp
|
.endp
|
||||||
;--------------------------------------------------
|
;--------------------------------------------------
|
||||||
.proc SoilDown2
|
.proc SoilDown2
|
||||||
@@ -1318,8 +1341,8 @@ drawmountainspixelloop
|
|||||||
; how it works. I have just translated Polish comment
|
; how it works. I have just translated Polish comment
|
||||||
; but I do not understand a word of it :)
|
; but I do not understand a word of it :)
|
||||||
; If you know how it works, please write here :))))
|
; If you know how it works, please write here :))))
|
||||||
|
jsr ClearTanks
|
||||||
jsr PMoutofscreen
|
NoClearTanks
|
||||||
|
|
||||||
; First we look for highest pixels and fill with their coordinates
|
; First we look for highest pixels and fill with their coordinates
|
||||||
; both tables
|
; both tables
|
||||||
@@ -1417,6 +1440,7 @@ ColumnIsReady
|
|||||||
; 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
|
||||||
mva #sfx_silencer sfx_effect
|
mva #sfx_silencer sfx_effect
|
||||||
|
jsr DrawTanks
|
||||||
rts
|
rts
|
||||||
.endp
|
.endp
|
||||||
|
|
||||||
@@ -1762,31 +1786,8 @@ ClearPlot
|
|||||||
eor #$ff
|
eor #$ff
|
||||||
and bittable,x
|
and bittable,x
|
||||||
rts
|
rts
|
||||||
.endp;--------------------------------------------------
|
|
||||||
.proc DrawLine
|
|
||||||
;--------------------------------------------------
|
|
||||||
mva #0 ydraw+1
|
|
||||||
lda #screenheight
|
|
||||||
sec
|
|
||||||
sbc ydraw
|
|
||||||
sta tempbyte01
|
|
||||||
jsr plot.MakePlot
|
|
||||||
;rts
|
|
||||||
jmp IntoDraw ; jumps inside Draw routine
|
|
||||||
; because one pixel is already plotted
|
|
||||||
|
|
||||||
@
|
|
||||||
lda (xbyte),y
|
|
||||||
and bittable2,x
|
|
||||||
sta (xbyte),y
|
|
||||||
IntoDraw
|
|
||||||
adw xbyte #screenBytes
|
|
||||||
dec tempbyte01
|
|
||||||
bne @-
|
|
||||||
rts
|
|
||||||
.endp
|
.endp
|
||||||
|
;--------------------------------------------------
|
||||||
; ------------------------------------------
|
|
||||||
.proc TypeChar
|
.proc TypeChar
|
||||||
; puts char on the graphics screen
|
; puts char on the graphics screen
|
||||||
; in: CharCode
|
; in: CharCode
|
||||||
@@ -1899,20 +1900,18 @@ EndPutChar
|
|||||||
; puts 4x4 pixels char on the graphics screen
|
; puts 4x4 pixels char on the graphics screen
|
||||||
; in: dx, dy (LOWER left corner of the char)
|
; in: dx, dy (LOWER left corner of the char)
|
||||||
; in: CharCode4x4 (.sbyte)
|
; in: CharCode4x4 (.sbyte)
|
||||||
; in: plot4x4color (0/1)
|
; in: plot4x4color (0/255)
|
||||||
; all pixels are being drawn
|
; all pixels are being drawn
|
||||||
; (empty and not empty)
|
; (empty and not empty)
|
||||||
;--------------------------------------------------
|
;--------------------------------------------------
|
||||||
; cpw ydraw #(screenheight-4)
|
; rts
|
||||||
; jcs TypeChar.EndPutChar ;nearest RTS
|
cpw dy #(screenheight-1)
|
||||||
; cpw xdraw #(screenwidth-4)
|
jcs TypeChar.EndPutChar ;nearest RTS
|
||||||
; jcs TypeChar.EndPutChar ;nearest RTS
|
cpw dy #(4)
|
||||||
|
jcc TypeChar.EndPutChar ;nearest RTS
|
||||||
|
cpw dx #(screenwidth-4)
|
||||||
|
jcs TypeChar.EndPutChar ;nearest RTS
|
||||||
; checks ommited.
|
; checks ommited.
|
||||||
lda plot4x4color
|
|
||||||
beq FontColor0
|
|
||||||
lda #$ff ; better option to check (plot4x4color = $00 or $ff)
|
|
||||||
sta plot4x4color
|
|
||||||
FontColor0
|
|
||||||
; char to the table
|
; char to the table
|
||||||
lda CharCode4x4
|
lda CharCode4x4
|
||||||
and #%00000001
|
and #%00000001
|
||||||
@@ -2021,6 +2020,7 @@ EndPut4x4
|
|||||||
; and #$fc
|
; and #$fc
|
||||||
; ora #$02 ; 2=normal, 3 = wide screen width
|
; ora #$02 ; 2=normal, 3 = wide screen width
|
||||||
sta dmactls
|
sta dmactls
|
||||||
|
mva WallsType COLBAKS ; set color of background
|
||||||
jsr WaitOneFrame
|
jsr WaitOneFrame
|
||||||
rts
|
rts
|
||||||
.endp
|
.endp
|
||||||
|
|||||||
@@ -350,6 +350,7 @@ COLOR1 EQU $02C5
|
|||||||
COLOR2 EQU $02C6
|
COLOR2 EQU $02C6
|
||||||
COLOR3 EQU $02C7
|
COLOR3 EQU $02C7
|
||||||
COLOR4 EQU $02C8
|
COLOR4 EQU $02C8
|
||||||
|
COLBAKS EQU COLOR4
|
||||||
RUNADR EQU $02C9 ;LOADER
|
RUNADR EQU $02C9 ;LOADER
|
||||||
HIUSED EQU $02CB ;LOADER
|
HIUSED EQU $02CB ;LOADER
|
||||||
ZHIUSE EQU $02CD ;LOADER
|
ZHIUSE EQU $02CD ;LOADER
|
||||||
|
|||||||
+49
-57
@@ -36,7 +36,7 @@
|
|||||||
;we decided it must go in 'English' to let other people work on it
|
;we decided it must go in 'English' to let other people work on it
|
||||||
|
|
||||||
.macro build
|
.macro build
|
||||||
dta d"1.11" ; number of this build (3 bytes)
|
dta d"1.14" ; number of this build (3 bytes)
|
||||||
.endm
|
.endm
|
||||||
|
|
||||||
icl 'definitions.asm'
|
icl 'definitions.asm'
|
||||||
@@ -103,7 +103,7 @@
|
|||||||
.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 .word ;because when adding in xdraw it is double byte
|
||||||
.zpvar ResultY .byte
|
.zpvar ResultY .byte
|
||||||
.zpvar FallDown2 .byte
|
; .zpvar FallDown2 .byte
|
||||||
.zpvar xcircle .word
|
.zpvar xcircle .word
|
||||||
.zpvar ycircle .word
|
.zpvar ycircle .word
|
||||||
.zpvar vy .word
|
.zpvar vy .word
|
||||||
@@ -128,7 +128,7 @@
|
|||||||
.zpvar escFlag .byte
|
.zpvar escFlag .byte
|
||||||
.zpvar LineYdraw .byte
|
.zpvar LineYdraw .byte
|
||||||
.zpvar LineXdraw .word
|
.zpvar LineXdraw .word
|
||||||
.zpvar plot4x4color .byte
|
.zpvar plot4x4color .byte ; $00 / $ff
|
||||||
.zpvar Multiplier .word
|
.zpvar Multiplier .word
|
||||||
.zpvar Multiplier_ .byte ; 3 bytes
|
.zpvar Multiplier_ .byte ; 3 bytes
|
||||||
.zpvar HowToDraw .byte
|
.zpvar HowToDraw .byte
|
||||||
@@ -171,8 +171,7 @@ WeaponFont
|
|||||||
; Game Code
|
; Game Code
|
||||||
;--------------------------------------------------
|
;--------------------------------------------------
|
||||||
FirstSTART
|
FirstSTART
|
||||||
mva #0 dmactls ; dark screen
|
jsr MakeDarkScreen
|
||||||
jsr WaitOneFrame
|
|
||||||
|
|
||||||
; one time zero variables in RAM (non zero page)
|
; one time zero variables in RAM (non zero page)
|
||||||
lda #0
|
lda #0
|
||||||
@@ -227,14 +226,12 @@ START
|
|||||||
|
|
||||||
|
|
||||||
jsr Options ;startup screen
|
jsr Options ;startup screen
|
||||||
mva #0 dmactls ; dark screen
|
jsr MakeDarkScreen
|
||||||
jsr WaitOneFrame
|
|
||||||
bit escFlag
|
bit escFlag
|
||||||
bmi START
|
bmi START
|
||||||
|
|
||||||
jsr EnterPlayerNames
|
jsr EnterPlayerNames
|
||||||
mva #0 dmactls ; dark screen
|
jsr MakeDarkScreen
|
||||||
jsr WaitOneFrame
|
|
||||||
bit escFlag
|
bit escFlag
|
||||||
bmi START
|
bmi START
|
||||||
|
|
||||||
@@ -255,8 +252,10 @@ SettingBarrel
|
|||||||
jsr CallPurchaseForEveryTank
|
jsr CallPurchaseForEveryTank
|
||||||
|
|
||||||
; issue #72 (glitches when switches)
|
; issue #72 (glitches when switches)
|
||||||
mva #0 dmactls ; dark screen
|
jsr MakeDarkScreen
|
||||||
jsr WaitOneFrame
|
|
||||||
|
bit escFlag
|
||||||
|
bmi START
|
||||||
|
|
||||||
jsr GetRandomWind
|
jsr GetRandomWind
|
||||||
|
|
||||||
@@ -272,10 +271,8 @@ SettingBarrel
|
|||||||
jsr SortSequence
|
jsr SortSequence
|
||||||
|
|
||||||
; Hide all (easier than hide last ;) ) tanks
|
; Hide all (easier than hide last ;) ) tanks
|
||||||
mva #1 Erase
|
jsr cleartanks
|
||||||
jsr drawtanks
|
sta COLBAKS ; set background color to black
|
||||||
mva #0 Erase
|
|
||||||
jsr PMoutofScreen ;let P/M disappear
|
|
||||||
|
|
||||||
; 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
|
||||||
@@ -382,14 +379,12 @@ eskipzeroing
|
|||||||
lda GameIsOver
|
lda GameIsOver
|
||||||
beq NoGameOverYet
|
beq NoGameOverYet
|
||||||
GoGameOver
|
GoGameOver
|
||||||
mva #0 dmactls ; dark screen
|
jsr MakeDarkScreen
|
||||||
jsr WaitOneFrame
|
|
||||||
jsr GameOverScreen
|
jsr GameOverScreen
|
||||||
jmp START
|
jmp START
|
||||||
NoGameOverYet
|
NoGameOverYet
|
||||||
inc CurrentRoundNr
|
inc CurrentRoundNr
|
||||||
lda #$0
|
jsr MakeDarkScreen ; issue #72
|
||||||
sta dmactls ; issue #72
|
|
||||||
jsr RmtSongSelect
|
jsr RmtSongSelect
|
||||||
mva #sfx_silencer sfx_effect
|
mva #sfx_silencer sfx_effect
|
||||||
jsr PMoutofscreen
|
jsr PMoutofscreen
|
||||||
@@ -552,7 +547,7 @@ DoNotFinishTheRound
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
mva #1 plot4x4color
|
mva #$ff plot4x4color
|
||||||
jsr DisplayTankNameAbove
|
jsr DisplayTankNameAbove
|
||||||
|
|
||||||
mva #1 color ;to display flying point
|
mva #1 color ;to display flying point
|
||||||
@@ -577,10 +572,10 @@ RoboTanks
|
|||||||
lda kbcode
|
lda kbcode
|
||||||
cmp #28 ; ESC
|
cmp #28 ; ESC
|
||||||
bne @+
|
bne @+
|
||||||
jsr AreYouSure
|
jsr AreYouSure
|
||||||
bit escFlag
|
@ lda escFlag
|
||||||
spl:rts
|
seq:rts ; keys Esc or O
|
||||||
@
|
|
||||||
|
|
||||||
jmp AfterManualShooting
|
jmp AfterManualShooting
|
||||||
|
|
||||||
@@ -592,12 +587,12 @@ ManualShooting
|
|||||||
seq:rts ; keys Esc or O
|
seq:rts ; keys Esc or O
|
||||||
|
|
||||||
AfterManualShooting
|
AfterManualShooting
|
||||||
mva #0 plot4x4color
|
mva #$00 plot4x4color
|
||||||
jsr DisplayTankNameAbove
|
jsr DisplayTankNameAbove
|
||||||
; defensive weapons without flight handling
|
; defensive weapons without flight handling
|
||||||
ldx TankNr
|
ldx TankNr
|
||||||
lda ActiveDefenceWeapon,x
|
lda ActiveDefenceWeapon,x
|
||||||
cmp #ind_Floating_Tank__ ; Floating Tank
|
cmp #ind_Hovercraft_____
|
||||||
beq GoFloat
|
beq GoFloat
|
||||||
cmp #ind_White_Flag_____ ; White Flag
|
cmp #ind_White_Flag_____ ; White Flag
|
||||||
beq ShootWhiteFlag
|
beq ShootWhiteFlag
|
||||||
@@ -631,15 +626,14 @@ ShootNow
|
|||||||
jsr Shoot
|
jsr Shoot
|
||||||
;here we clear offensive text (after a shoot)
|
;here we clear offensive text (after a shoot)
|
||||||
ldy TankNr
|
ldy TankNr
|
||||||
mva #0 plot4x4color
|
mva #$00 plot4x4color
|
||||||
jsr DisplayOffensiveTextNr
|
jsr DisplayOffensiveTextNr
|
||||||
|
|
||||||
lda HitFlag ;0 if missed
|
lda HitFlag ;0 if missed
|
||||||
beq missed
|
beq missed
|
||||||
|
|
||||||
lda #0
|
lda #0
|
||||||
sta FallDown1
|
; sta FallDown2
|
||||||
sta FallDown2
|
|
||||||
jsr Explosion
|
jsr Explosion
|
||||||
|
|
||||||
continueMainRoundLoopAfterSeppuku
|
continueMainRoundLoopAfterSeppuku
|
||||||
@@ -650,14 +644,7 @@ continueMainRoundLoopAfterSeppuku
|
|||||||
|
|
||||||
|
|
||||||
AfterExplode
|
AfterExplode
|
||||||
;temporary tanks removal (would fall down with soil)
|
jsr SoilDown2 ; allways
|
||||||
mva #1 Erase
|
|
||||||
jsr drawtanks
|
|
||||||
mva #0 Erase
|
|
||||||
lda FallDown2
|
|
||||||
beq NoFallDown2
|
|
||||||
jsr SoilDown2
|
|
||||||
|
|
||||||
NoFallDown2
|
NoFallDown2
|
||||||
;here tanks are falling down
|
;here tanks are falling down
|
||||||
mva tankNr tempor2
|
mva tankNr tempor2
|
||||||
@@ -685,7 +672,7 @@ missed
|
|||||||
;here we clear offensive text (after a shoot)
|
;here we clear offensive text (after a shoot)
|
||||||
;shit -- it's second time, but it must be like this
|
;shit -- it's second time, but it must be like this
|
||||||
ldy TankNr
|
ldy TankNr
|
||||||
mva #0 plot4x4color
|
mva #$00 plot4x4color
|
||||||
jsr DisplayOffensiveTextNr
|
jsr DisplayOffensiveTextNr
|
||||||
|
|
||||||
NextPlayerShoots
|
NextPlayerShoots
|
||||||
@@ -773,7 +760,7 @@ NoPlayerNoDeath
|
|||||||
randomize talk.NumberOfOffensiveTexts (talk.NumberOfDeffensiveTexts+talk.NumberOfOffensiveTexts-1)
|
randomize talk.NumberOfOffensiveTexts (talk.NumberOfDeffensiveTexts+talk.NumberOfOffensiveTexts-1)
|
||||||
sta TextNumberOff
|
sta TextNumberOff
|
||||||
ldy TankTempY
|
ldy TankTempY
|
||||||
mva #1 plot4x4color
|
mva #$ff plot4x4color
|
||||||
jsr DisplayOffensiveTextNr
|
jsr DisplayOffensiveTextNr
|
||||||
; tank flash
|
; tank flash
|
||||||
ldy TankTempY
|
ldy TankTempY
|
||||||
@@ -785,7 +772,7 @@ NoPlayerNoDeath
|
|||||||
;Deffensive text cleanup
|
;Deffensive text cleanup
|
||||||
;here we clear Deffensive text (after a shoot)
|
;here we clear Deffensive text (after a shoot)
|
||||||
ldy TankTempY
|
ldy TankTempY
|
||||||
mva #0 plot4x4color
|
mva #$00 plot4x4color
|
||||||
jsr DisplayOffensiveTextNr
|
jsr DisplayOffensiveTextNr
|
||||||
|
|
||||||
; calculate position of the explosion (the post-death one)
|
; calculate position of the explosion (the post-death one)
|
||||||
@@ -807,8 +794,7 @@ NoPlayerNoDeath
|
|||||||
;cleanup of the soil fall down ranges (left and right)
|
;cleanup of the soil fall down ranges (left and right)
|
||||||
sta RangeRight
|
sta RangeRight
|
||||||
sta RangeRight+1
|
sta RangeRight+1
|
||||||
sta FallDown1
|
; sta FallDown2
|
||||||
sta FallDown2
|
|
||||||
mwa #screenwidth RangeLeft
|
mwa #screenwidth RangeLeft
|
||||||
|
|
||||||
; We are randomizing the weapon now.
|
; We are randomizing the weapon now.
|
||||||
@@ -915,8 +901,7 @@ NotNegativeShieldEnergy
|
|||||||
;---------------------------------
|
;---------------------------------
|
||||||
.proc Seppuku
|
.proc Seppuku
|
||||||
lda #0
|
lda #0
|
||||||
sta FallDown1
|
;sta FallDown2
|
||||||
sta FallDown2
|
|
||||||
sta ydraw+1
|
sta ydraw+1
|
||||||
; get position of the tank
|
; get position of the tank
|
||||||
ldx TankNr
|
ldx TankNr
|
||||||
@@ -1188,9 +1173,9 @@ CreditsScroll
|
|||||||
sta COLPF2
|
sta COLPF2
|
||||||
inc CreditsVScrol
|
inc CreditsVScrol
|
||||||
lda CreditsVScrol
|
lda CreditsVScrol
|
||||||
cmp #32 ;not to fast
|
cmp #32 ;not too fast
|
||||||
beq nextlinedisplay
|
beq nextlinedisplay
|
||||||
:2 lsr ;not to fast
|
:2 lsr ;not too fast
|
||||||
sta VSCROL
|
sta VSCROL
|
||||||
jmp EndOfDLI_GO
|
jmp EndOfDLI_GO
|
||||||
nextlinedisplay
|
nextlinedisplay
|
||||||
@@ -1590,6 +1575,10 @@ getkeyend
|
|||||||
lda SKSTAT
|
lda SKSTAT
|
||||||
cmp #$ff
|
cmp #$ff
|
||||||
bne WaitForKeyRelease
|
bne WaitForKeyRelease
|
||||||
|
lda CONSOL
|
||||||
|
and #%00000110 ; Select and Option only
|
||||||
|
cmp #%00000110
|
||||||
|
bne WaitForKeyRelease
|
||||||
rts
|
rts
|
||||||
.endp
|
.endp
|
||||||
;--------------------------------------------------
|
;--------------------------------------------------
|
||||||
@@ -1624,9 +1613,15 @@ peopleAreHere
|
|||||||
noKey
|
noKey
|
||||||
rts
|
rts
|
||||||
.endp
|
.endp
|
||||||
|
MakeDarkScreen
|
||||||
|
mva #0 dmactls ; dark screen
|
||||||
|
; and wait one frame :)
|
||||||
.proc WaitOneFrame
|
.proc WaitOneFrame
|
||||||
lda CONSOL
|
lda CONSOL
|
||||||
cmp #6 ; START KEY
|
and #%00000101 ; Start + Option
|
||||||
|
bne @+
|
||||||
|
mva #$40 escFlag
|
||||||
|
@ and #%00000001 ; START KEY
|
||||||
beq @+
|
beq @+
|
||||||
wait
|
wait
|
||||||
@ rts
|
@ rts
|
||||||
@@ -1683,9 +1678,6 @@ noingame
|
|||||||
;----------------------------------------------
|
;----------------------------------------------
|
||||||
icl 'artwork/talk.asm'
|
icl 'artwork/talk.asm'
|
||||||
;----------------------------------------------
|
;----------------------------------------------
|
||||||
font4x4
|
|
||||||
ins 'artwork/font4x4s.bmp',+62
|
|
||||||
;----------------------------------------------
|
|
||||||
TankFont
|
TankFont
|
||||||
ins 'artwork/tanksv3.fnt',+0,352 ; 44 characters only
|
ins 'artwork/tanksv3.fnt',+0,352 ; 44 characters only
|
||||||
;----------------------------------------------
|
;----------------------------------------------
|
||||||
@@ -1701,15 +1693,15 @@ PLAYER
|
|||||||
|
|
||||||
MODUL equ $b000 ;address of RMT module
|
MODUL equ $b000 ;address of RMT module
|
||||||
opt h- ;RMT module is standard Atari binary file already
|
opt h- ;RMT module is standard Atari binary file already
|
||||||
ins "artwork/sfx/scorch_str4.rmt" ;include music RMT module
|
ins "artwork/sfx/scorch_str6.rmt" ;include music RMT module
|
||||||
opt h+
|
opt h+
|
||||||
;
|
;
|
||||||
;
|
;----------------------------------------------
|
||||||
TheEnd
|
org $bf80
|
||||||
.ECHO 'TheEnd: ',TheEnd
|
font4x4
|
||||||
;.if TheEnd > PMGraph + $300
|
ins 'artwork/font4x4s.bmp',+62
|
||||||
; .error "memory conflict"
|
|
||||||
;.endif
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
BIN
Binary file not shown.
+372
-268
File diff suppressed because it is too large
Load Diff
+17
-14
@@ -35,13 +35,13 @@ seppukuVal .by 75
|
|||||||
mountainDeltaH .by 3
|
mountainDeltaH .by 3
|
||||||
mountainDeltaL .by $ff
|
mountainDeltaL .by $ff
|
||||||
;----------------------------------------------------
|
;----------------------------------------------------
|
||||||
; 4x4 text buffer
|
|
||||||
ResultLineBuffer
|
|
||||||
dta d" ", $ff
|
|
||||||
LineHeader1
|
LineHeader1
|
||||||
dta d"# ROUND: "
|
dta d"# ROUND: "
|
||||||
RoundNrDisplay
|
RoundNrDisplay
|
||||||
dta d" #", $ff
|
dta d" #", $ff
|
||||||
|
; 4x4 text buffer
|
||||||
|
ResultLineBuffer
|
||||||
|
dta d" ", $ff
|
||||||
|
|
||||||
;=====================================================
|
;=====================================================
|
||||||
variablesStart ; zeroing starts here
|
variablesStart ; zeroing starts here
|
||||||
@@ -151,7 +151,9 @@ LowResDistances ; coarse tank positions divided by 4 (to be in just one byte)
|
|||||||
.DS [MaxPlayers]
|
.DS [MaxPlayers]
|
||||||
;----------------------------------------------------
|
;----------------------------------------------------
|
||||||
TargetTankNr ; Target tank index (for AI routines)
|
TargetTankNr ; Target tank index (for AI routines)
|
||||||
.DS 1
|
.DS 1
|
||||||
|
SecondTryFlag ; For precise AI aiming
|
||||||
|
.DS 1
|
||||||
;----------------------------------------------------
|
;----------------------------------------------------
|
||||||
;Erase .DS 1 ; if 1 only mask of the character is printed
|
;Erase .DS 1 ; if 1 only mask of the character is printed
|
||||||
; on the graphics screen. if 0 character is printed normally
|
; on the graphics screen. if 0 character is printed normally
|
||||||
@@ -203,6 +205,8 @@ PreviousFall .DS 1
|
|||||||
EndOfTheFallFlag .DS 1 ; in case of the infinite fall
|
EndOfTheFallFlag .DS 1 ; in case of the infinite fall
|
||||||
;Parachute .DS 1 ; are you insured with parachute?
|
;Parachute .DS 1 ; are you insured with parachute?
|
||||||
FloatingAlt .DS 1 ; floating tank altitude
|
FloatingAlt .DS 1 ; floating tank altitude
|
||||||
|
FunkyWallFlag = FloatingAlt ; reuse this variable in different weapon (Funky Bomb)!
|
||||||
|
PreferHumansFlag = FloatingAlt ; second reuse in AI Aim proc
|
||||||
;----------------------------------------------------
|
;----------------------------------------------------
|
||||||
;Flight
|
;Flight
|
||||||
;variables for 5 missiles (used for mirv)
|
;variables for 5 missiles (used for mirv)
|
||||||
@@ -269,9 +273,9 @@ temptankNr .DS 1
|
|||||||
; tables with indexes of weapons on the right lists
|
; tables with indexes of weapons on the right lists
|
||||||
; OK (2022) so, L1 is list of offensive weapons, L2 - defensive
|
; OK (2022) so, L1 is list of offensive weapons, L2 - defensive
|
||||||
IndexesOfWeaponsL1
|
IndexesOfWeaponsL1
|
||||||
.ds 8*5 ; max 40 offensive weapons. this is wrong, should be 48, still only 32 defined.
|
.ds (last_offensive_____ - first_offensive____+1)
|
||||||
IndexesOfWeaponsL2
|
IndexesOfWeaponsL2
|
||||||
.ds 8*2 ; max 16 defensive weapons.
|
.ds (last_defensive_____ - first_defensive____+1)
|
||||||
;----------------------------------------------------
|
;----------------------------------------------------
|
||||||
|
|
||||||
; variables storing amount of weapons on the first and second
|
; variables storing amount of weapons on the first and second
|
||||||
@@ -290,7 +294,7 @@ LastWeapon
|
|||||||
; and the cursor must be placed elsewhere
|
; and the cursor must be placed elsewhere
|
||||||
.DS 1
|
.DS 1
|
||||||
WhichList ; list currently on the screen
|
WhichList ; list currently on the screen
|
||||||
; (0-offensive, 1-defensive)
|
; (0-offensive, %10000000 - defensive (check with bit:bmi for defensives)
|
||||||
.DS 1
|
.DS 1
|
||||||
;OffsetDL1 .DS 1 ; offset of the list screen (how many lines)....
|
;OffsetDL1 .DS 1 ; offset of the list screen (how many lines)....
|
||||||
|
|
||||||
@@ -311,7 +315,6 @@ decimalresult .DS 5
|
|||||||
;ExplosionRadius .DS 2 ;because when adding in xdraw it is double byte
|
;ExplosionRadius .DS 2 ;because when adding in xdraw it is double byte
|
||||||
;round
|
;round
|
||||||
CurrentRoundNr .DS 1
|
CurrentRoundNr .DS 1
|
||||||
FallDown1 .DS 1
|
|
||||||
;FallDown2 .DS 1
|
;FallDown2 .DS 1
|
||||||
;leapfrog
|
;leapfrog
|
||||||
LeapFrogAngle .DS 1
|
LeapFrogAngle .DS 1
|
||||||
@@ -325,17 +328,17 @@ LaserCoordinate .DS 8 ; 2,2,2,2
|
|||||||
; from $30 the defensive weapons begin
|
; from $30 the defensive weapons begin
|
||||||
TanksWeapons
|
TanksWeapons
|
||||||
TanksWeapon1
|
TanksWeapon1
|
||||||
.DS [64]
|
.DS [last_defensive_____ - first_offensive____ +1]
|
||||||
TanksWeapon2
|
TanksWeapon2
|
||||||
.DS [64]
|
.DS [last_defensive_____ - first_offensive____ +1]
|
||||||
TanksWeapon3
|
TanksWeapon3
|
||||||
.DS [64]
|
.DS [last_defensive_____ - first_offensive____ +1]
|
||||||
TanksWeapon4
|
TanksWeapon4
|
||||||
.DS [64]
|
.DS [last_defensive_____ - first_offensive____ +1]
|
||||||
TanksWeapon5
|
TanksWeapon5
|
||||||
.DS [64]
|
.DS [last_defensive_____ - first_offensive____ +1]
|
||||||
TanksWeapon6
|
TanksWeapon6
|
||||||
.DS [64]
|
.DS [last_defensive_____ - first_offensive____ +1]
|
||||||
|
|
||||||
mountaintable ;table of mountains (size=screenwidth)
|
mountaintable ;table of mountains (size=screenwidth)
|
||||||
.DS [screenwidth]
|
.DS [screenwidth]
|
||||||
|
|||||||
+169
-198
@@ -5,10 +5,7 @@
|
|||||||
.proc Explosion
|
.proc Explosion
|
||||||
;--------------------------------------------------
|
;--------------------------------------------------
|
||||||
;cleanup of the soil fall down ranges (left and right)
|
;cleanup of the soil fall down ranges (left and right)
|
||||||
mwa #screenwidth RangeLeft
|
jsr ClearScreenSoilRange
|
||||||
lda #0
|
|
||||||
sta RangeRight
|
|
||||||
sta RangeRight+1
|
|
||||||
|
|
||||||
ldx TankNr
|
ldx TankNr
|
||||||
lda ActiveWeapon,x
|
lda ActiveWeapon,x
|
||||||
@@ -20,41 +17,41 @@
|
|||||||
pha
|
pha
|
||||||
lda ExplosionRoutines,x
|
lda ExplosionRoutines,x
|
||||||
pha
|
pha
|
||||||
|
; inc FallDown2
|
||||||
rts
|
rts
|
||||||
ExplosionRoutines
|
ExplosionRoutines
|
||||||
.word babymissile-1
|
.word babymissile-1 ;Baby_Missile___;_00
|
||||||
.word missile-1
|
.word missile-1 ;Missile________;_01
|
||||||
.word babynuke-1
|
.word babynuke-1 ;Baby_Nuke______;_02
|
||||||
.word nuke-1
|
.word nuke-1 ;Nuke___________;_03
|
||||||
.word leapfrog-1
|
.word leapfrog-1 ;LeapFrog_______;_04
|
||||||
.word funkybomb-1
|
.word funkybomb-1 ;Funky_Bomb_____;_05
|
||||||
.word mirv-1
|
.word mirv-1 ;MIRV___________;_06
|
||||||
.word deathshead-1
|
.word deathshead-1 ;Death_s_Head___;_07
|
||||||
.word napalm-1 ;napalm
|
.word napalm-1 ;Napalm_________;_08
|
||||||
.word hotnapalm-1 ;hotnapalm
|
.word hotnapalm-1 ;Hot_Napalm_____;_09
|
||||||
.word tracer-1
|
.word tracer-1 ;Tracer_________;_10
|
||||||
.word tracer-1 ;smoketracer
|
.word tracer-1 ;Smoke_Tracer___;_11
|
||||||
.word babyroller-1
|
.word babyroller-1 ;Baby_Roller____;_12
|
||||||
.word roller-1
|
.word roller-1 ;Roller_________;_13
|
||||||
.word heavyroller-1
|
.word heavyroller-1 ;Heavy_Roller___;_14
|
||||||
.word riotcharge-1
|
.word riotcharge-1 ;Riot_Charge____;_15
|
||||||
.word riotblast-1
|
.word riotblast-1 ;Riot_Blast_____;_16
|
||||||
.word riotbomb-1
|
.word riotbomb-1 ;Riot_Bomb______;_17
|
||||||
.word heavyriotbomb-1
|
.word heavyriotbomb-1 ;Heavy_Riot_Bomb;_18
|
||||||
.word babydigger-1
|
.word babydigger-1 ;Baby_Digger____;_19
|
||||||
.word digger-1
|
.word digger-1 ;Digger_________;_20
|
||||||
.word heavydigger-1
|
.word heavydigger-1 ;Heavy_Digger___;_21
|
||||||
.word babysandhog-1
|
.word babysandhog-1 ;Baby_Sandhog___;_22
|
||||||
.word sandhog-1
|
.word sandhog-1 ;Sandhog________;_23
|
||||||
.word heavysandhog-1
|
.word heavysandhog-1 ;Heavy_Sandhog__;_24
|
||||||
.word dirtclod-1
|
.word dirtclod-1 ;Dirt_Clod______;_25
|
||||||
.word dirtball-1
|
.word dirtball-1 ;Dirt_Ball______;_26
|
||||||
.word tonofdirt-1
|
.word tonofdirt-1 ;Ton_of_Dirt____;_27
|
||||||
.word liquiddirt-1
|
.word liquiddirt-1 ;Liquid_Dirt____;_28
|
||||||
.word dirtcharge-1
|
.word dirtcharge-1 ;Dirt_Charge____;_29
|
||||||
.word VOID-1 ;earthdisrupter
|
.word VOID-1 ;Buy_me_________;_30
|
||||||
.word VOID-1 ;plasmablast
|
.word laser-1 ;Laser__________;_31
|
||||||
.word laser-1
|
|
||||||
|
|
||||||
VOID
|
VOID
|
||||||
tracer
|
tracer
|
||||||
@@ -65,54 +62,41 @@ tracer
|
|||||||
; ------------------------
|
; ------------------------
|
||||||
.proc babymissile
|
.proc babymissile
|
||||||
mva #sfx_baby_missile sfx_effect
|
mva #sfx_baby_missile sfx_effect
|
||||||
inc FallDown2
|
; inc FallDown2
|
||||||
mva #11 ExplosionRadius
|
mva #11 ExplosionRadius
|
||||||
jsr CalculateExplosionRange
|
|
||||||
jmp xmissile
|
jmp xmissile
|
||||||
.endp
|
.endp
|
||||||
; ------------------------
|
; ------------------------
|
||||||
.proc missile ;
|
.proc missile ;
|
||||||
mva #sfx_baby_missile sfx_effect
|
mva #sfx_baby_missile sfx_effect
|
||||||
inc FallDown2
|
; inc FallDown2
|
||||||
mva #17 ExplosionRadius
|
mva #17 ExplosionRadius
|
||||||
jsr CalculateExplosionRange
|
|
||||||
jmp xmissile
|
jmp xmissile
|
||||||
.endp
|
.endp
|
||||||
; ------------------------
|
; ------------------------
|
||||||
.proc babynuke
|
.proc babynuke
|
||||||
mva #sfx_nuke sfx_effect
|
mva #sfx_nuke sfx_effect
|
||||||
inc FallDown2
|
; inc FallDown2
|
||||||
mva #25 ExplosionRadius
|
mva #25 ExplosionRadius
|
||||||
jsr CalculateExplosionRange
|
|
||||||
jmp xmissile
|
jmp xmissile
|
||||||
.endp
|
.endp
|
||||||
; ------------------------
|
; ------------------------
|
||||||
.proc nuke
|
.proc nuke
|
||||||
mva #sfx_nuke sfx_effect
|
mva #sfx_nuke sfx_effect
|
||||||
inc FallDown2
|
; inc FallDown2
|
||||||
mva #30 ExplosionRadius
|
mva #30 ExplosionRadius
|
||||||
jsr CalculateExplosionRange
|
|
||||||
jmp xmissile
|
jmp xmissile
|
||||||
.endp
|
.endp
|
||||||
; ------------------------
|
; ------------------------
|
||||||
.proc leapfrog
|
.proc leapfrog
|
||||||
mva #sfx_baby_missile sfx_effect
|
mva #sfx_baby_missile sfx_effect
|
||||||
inc FallDown2
|
; inc FallDown2
|
||||||
mva #17 ExplosionRadius
|
mva #17 ExplosionRadius
|
||||||
jsr CalculateExplosionRange
|
|
||||||
jsr xmissile
|
jsr xmissile
|
||||||
|
|
||||||
; 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
|
||||||
lda TankNr
|
|
||||||
pha
|
|
||||||
mva #1 Erase
|
|
||||||
jsr drawtanks
|
|
||||||
mva #0 Erase
|
|
||||||
jsr SoilDown2
|
jsr SoilDown2
|
||||||
jsr drawtanks
|
|
||||||
pla
|
|
||||||
sta TankNr
|
|
||||||
|
|
||||||
; 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
|
||||||
@@ -131,19 +115,11 @@ 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
|
jsr xmissile.NoRangeCalc
|
||||||
|
|
||||||
; 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
|
||||||
lda TankNr
|
|
||||||
pha
|
|
||||||
mva #1 Erase
|
|
||||||
jsr drawtanks
|
|
||||||
mva #0 Erase
|
|
||||||
jsr SoilDown2
|
jsr SoilDown2
|
||||||
jsr drawtanks
|
|
||||||
pla
|
|
||||||
sta TankNr
|
|
||||||
|
|
||||||
; 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
|
||||||
@@ -161,13 +137,13 @@ tracer
|
|||||||
mva #13 ExplosionRadius
|
mva #13 ExplosionRadius
|
||||||
jsr CalculateExplosionRange0
|
jsr CalculateExplosionRange0
|
||||||
mva #sfx_baby_missile sfx_effect
|
mva #sfx_baby_missile sfx_effect
|
||||||
jmp xmissile
|
jmp xmissile.NoRangeCalc
|
||||||
EndOfLeapping
|
EndOfLeapping
|
||||||
rts
|
rts
|
||||||
.endp
|
.endp
|
||||||
; ------------------------
|
; ------------------------
|
||||||
.proc mirv ; the whole mirv is performed by Flight routine
|
.proc mirv ; the whole mirv is performed by Flight routine
|
||||||
inc FallDown2
|
; inc FallDown2
|
||||||
rts
|
rts
|
||||||
.endp
|
.endp
|
||||||
; ------------------------
|
; ------------------------
|
||||||
@@ -175,25 +151,16 @@ EndOfLeapping
|
|||||||
mva #sfx_baby_missile sfx_effect
|
mva #sfx_baby_missile sfx_effect
|
||||||
mwa xtraj+1 xtrajfb
|
mwa xtraj+1 xtrajfb
|
||||||
sbw ytraj+1 #$05 ytrajfb ; funky missiles start point goes 5 pixel UP to prevent multiple explosion at one point if tank is hit (4 pixels tank height + 1)
|
sbw ytraj+1 #$05 ytrajfb ; funky missiles start point goes 5 pixel UP to prevent multiple explosion at one point if tank is hit (4 pixels tank height + 1)
|
||||||
inc FallDown2
|
; inc FallDown2
|
||||||
;central Explosion
|
;central Explosion
|
||||||
mva #21 ExplosionRadius
|
mva #21 ExplosionRadius
|
||||||
jsr CalculateExplosionRange0
|
jsr CalculateExplosionRange0
|
||||||
jsr xmissile
|
jsr xmissile.NoRangeCalc
|
||||||
|
|
||||||
lda TankNr
|
|
||||||
pha
|
|
||||||
mva #1 Erase
|
|
||||||
jsr drawtanks
|
|
||||||
mva #0 Erase
|
|
||||||
|
|
||||||
jsr SoilDown2
|
jsr SoilDown2
|
||||||
;
|
;
|
||||||
mva #1 Erase
|
jsr cleartanks ; maybe not?
|
||||||
jsr drawtanks
|
sta FunkyWallFlag
|
||||||
mva #0 Erase
|
|
||||||
pla
|
|
||||||
sta TankNr
|
|
||||||
mva #1 color
|
mva #1 color
|
||||||
mva #5 FunkyBombCounter
|
mva #5 FunkyBombCounter
|
||||||
FunkyBombLoop
|
FunkyBombLoop
|
||||||
@@ -214,7 +181,6 @@ FunkyBombLoop
|
|||||||
mva #sfx_funky_hit sfx_effect
|
mva #sfx_funky_hit sfx_effect
|
||||||
jsr Flight
|
jsr Flight
|
||||||
|
|
||||||
jsr CalculateExplosionRange
|
|
||||||
lda HitFlag
|
lda HitFlag
|
||||||
beq NoExplosionInFunkyBomb
|
beq NoExplosionInFunkyBomb
|
||||||
mva #sfx_baby_missile sfx_effect
|
mva #sfx_baby_missile sfx_effect
|
||||||
@@ -224,26 +190,26 @@ NoExplosionInFunkyBomb
|
|||||||
dec FunkyBombCounter
|
dec FunkyBombCounter
|
||||||
bne FunkyBombLoop
|
bne FunkyBombLoop
|
||||||
mva #0 tracerflag
|
mva #0 tracerflag
|
||||||
|
lda FunkyWallFlag
|
||||||
|
beq NoWallsInFunky
|
||||||
|
jsr SetFullScreenSoilRange
|
||||||
|
NoWallsInFunky
|
||||||
rts
|
rts
|
||||||
.endp
|
.endp
|
||||||
; ------------------------
|
; ------------------------
|
||||||
.proc deathshead
|
.proc deathshead
|
||||||
inc FallDown2
|
; inc FallDown2
|
||||||
mva #30 ExplosionRadius
|
mva #30 ExplosionRadius
|
||||||
jsr CalculateExplosionRange
|
|
||||||
|
|
||||||
mva #sfx_nuke sfx_effect
|
mva #sfx_nuke sfx_effect
|
||||||
SaveDrawXY
|
SaveDrawXY
|
||||||
jsr xmissile
|
jsr xmissile
|
||||||
UnSaveDrawXY
|
UnSaveDrawXY
|
||||||
sbw xdraw #34
|
sbw xdraw #34
|
||||||
jsr CalculateExplosionRange
|
|
||||||
mva #sfx_nuke sfx_effect
|
mva #sfx_nuke sfx_effect
|
||||||
SaveDrawXY
|
SaveDrawXY
|
||||||
jsr xmissile
|
jsr xmissile
|
||||||
UnSaveDrawXY
|
UnSaveDrawXY
|
||||||
adw xdraw #68
|
adw xdraw #68
|
||||||
jsr CalculateExplosionRange
|
|
||||||
mva #sfx_nuke sfx_effect
|
mva #sfx_nuke sfx_effect
|
||||||
SaveDrawXY
|
SaveDrawXY
|
||||||
jsr xmissile
|
jsr xmissile
|
||||||
@@ -284,7 +250,7 @@ NoLowerCircle
|
|||||||
; ------------------------
|
; ------------------------
|
||||||
.proc napalm
|
.proc napalm
|
||||||
mva #sfx_napalm sfx_effect
|
mva #sfx_napalm sfx_effect
|
||||||
inc FallDown2
|
; inc FallDown2
|
||||||
mva #(napalmRadius+4) ExplosionRadius ; real radius + 4 pixels (half characrer width)
|
mva #(napalmRadius+4) ExplosionRadius ; real radius + 4 pixels (half characrer width)
|
||||||
jsr CalculateExplosionRange
|
jsr CalculateExplosionRange
|
||||||
mva #0 ExplosionRadius ; in this weapon - flag: 0 - napalm, 1 - hotnapalm
|
mva #0 ExplosionRadius ; in this weapon - flag: 0 - napalm, 1 - hotnapalm
|
||||||
@@ -293,7 +259,7 @@ NoLowerCircle
|
|||||||
; ------------------------
|
; ------------------------
|
||||||
.proc hotnapalm
|
.proc hotnapalm
|
||||||
mva #sfx_napalm sfx_effect
|
mva #sfx_napalm sfx_effect
|
||||||
inc FallDown2
|
; inc FallDown2
|
||||||
mva #(napalmRadius+4) ExplosionRadius ; real radius + 4 pixels (half characrer width)
|
mva #(napalmRadius+4) ExplosionRadius ; real radius + 4 pixels (half characrer width)
|
||||||
jsr CalculateExplosionRange
|
jsr CalculateExplosionRange
|
||||||
mva #1 ExplosionRadius ; in this weapon - flag: 0 - napalm, 1 - hotnapalm
|
mva #1 ExplosionRadius ; in this weapon - flag: 0 - napalm, 1 - hotnapalm
|
||||||
@@ -358,7 +324,7 @@ CharOffTheScreen
|
|||||||
dec magic
|
dec magic
|
||||||
jpl RepeatNapalm
|
jpl RepeatNapalm
|
||||||
; after napalm
|
; after napalm
|
||||||
inc FallDown2
|
; inc FallDown2
|
||||||
;now we must check tanks in range
|
;now we must check tanks in range
|
||||||
ldx NumberOfPlayers
|
ldx NumberOfPlayers
|
||||||
dex
|
dex
|
||||||
@@ -377,7 +343,7 @@ BurnedCheckLoop
|
|||||||
@
|
@
|
||||||
bcs TankOutOfFire
|
bcs TankOutOfFire
|
||||||
; let's calculate left edge of the fire
|
; let's calculate left edge of the fire
|
||||||
sbw xcircle #(napalmRadius+8+4-4) xdraw ; 10 pixels on left + character width (tank) + half character - correction
|
sbw xcircle #(napalmRadius+TankWidth+4-4) xdraw ; 10 pixels on left + character width (tank) + half character - correction
|
||||||
bpl @+
|
bpl @+
|
||||||
mwa #0 xdraw ; left screen edge
|
mwa #0 xdraw ; left screen edge
|
||||||
@
|
@
|
||||||
@@ -406,32 +372,32 @@ EndNurnedCheckLoop
|
|||||||
.endp
|
.endp
|
||||||
; ------------------------
|
; ------------------------
|
||||||
.proc babyroller
|
.proc babyroller
|
||||||
inc FallDown2
|
; inc FallDown2
|
||||||
mva #11 ExplosionRadius
|
mva #11 ExplosionRadius
|
||||||
jmp xroller
|
jmp xroller
|
||||||
.endp
|
.endp
|
||||||
; ------------------------
|
; ------------------------
|
||||||
.proc roller ;
|
.proc roller ;
|
||||||
inc FallDown2
|
; inc FallDown2
|
||||||
mva #21 ExplosionRadius
|
mva #21 ExplosionRadius
|
||||||
jmp xroller
|
jmp xroller
|
||||||
.endp
|
.endp
|
||||||
; ------------------------
|
; ------------------------
|
||||||
.proc heavyroller
|
.proc heavyroller
|
||||||
inc FallDown2
|
; inc FallDown2
|
||||||
mva #30 ExplosionRadius
|
mva #30 ExplosionRadius
|
||||||
jmp xroller
|
jmp xroller
|
||||||
.endp
|
.endp
|
||||||
; ------------------------
|
; ------------------------
|
||||||
.proc riotbomb
|
.proc riotbomb
|
||||||
inc FallDown2
|
; inc FallDown2
|
||||||
mva #17 ExplosionRadius
|
mva #17 ExplosionRadius
|
||||||
jsr CalculateExplosionRange
|
jsr CalculateExplosionRange
|
||||||
jmp xriotbomb
|
jmp xriotbomb
|
||||||
.endp
|
.endp
|
||||||
; ------------------------
|
; ------------------------
|
||||||
.proc heavyriotbomb
|
.proc heavyriotbomb
|
||||||
inc FallDown2
|
; inc FallDown2
|
||||||
mva #29 ExplosionRadius
|
mva #29 ExplosionRadius
|
||||||
jsr CalculateExplosionRange
|
jsr CalculateExplosionRange
|
||||||
jmp xriotbomb
|
jmp xriotbomb
|
||||||
@@ -440,7 +406,7 @@ EndNurnedCheckLoop
|
|||||||
.proc babydigger
|
.proc babydigger
|
||||||
mva #sfx_digger sfx_effect
|
mva #sfx_digger sfx_effect
|
||||||
mva #0 sandhogflag
|
mva #0 sandhogflag
|
||||||
inc FallDown2
|
; inc FallDown2
|
||||||
mva #13 DigLong
|
mva #13 DigLong
|
||||||
mva #1 diggery ; how many branches (-1)
|
mva #1 diggery ; how many branches (-1)
|
||||||
jmp xdigger
|
jmp xdigger
|
||||||
@@ -449,7 +415,7 @@ EndNurnedCheckLoop
|
|||||||
.proc digger ;
|
.proc digger ;
|
||||||
mva #sfx_digger sfx_effect
|
mva #sfx_digger sfx_effect
|
||||||
mva #0 sandhogflag
|
mva #0 sandhogflag
|
||||||
inc FallDown2
|
; inc FallDown2
|
||||||
mva #13 DigLong
|
mva #13 DigLong
|
||||||
mva #3 diggery ; how many branches (-1)
|
mva #3 diggery ; how many branches (-1)
|
||||||
jmp xdigger
|
jmp xdigger
|
||||||
@@ -458,7 +424,7 @@ EndNurnedCheckLoop
|
|||||||
.proc heavydigger
|
.proc heavydigger
|
||||||
mva #sfx_digger sfx_effect
|
mva #sfx_digger sfx_effect
|
||||||
mva #0 sandhogflag
|
mva #0 sandhogflag
|
||||||
inc FallDown2
|
; inc FallDown2
|
||||||
mva #13 DigLong
|
mva #13 DigLong
|
||||||
mva #7 diggery ; how many branches (-1)
|
mva #7 diggery ; how many branches (-1)
|
||||||
jmp xdigger
|
jmp xdigger
|
||||||
@@ -582,7 +548,7 @@ DiggerCharacter
|
|||||||
.proc babysandhog
|
.proc babysandhog
|
||||||
mva #sfx_sandhog sfx_effect
|
mva #sfx_sandhog sfx_effect
|
||||||
mva #char_sandhog_offset sandhogflag
|
mva #char_sandhog_offset sandhogflag
|
||||||
inc FallDown2
|
; inc FallDown2
|
||||||
mva #13 DigLong
|
mva #13 DigLong
|
||||||
mva #1 diggery ; how many branches (-1)
|
mva #1 diggery ; how many branches (-1)
|
||||||
jmp xdigger
|
jmp xdigger
|
||||||
@@ -591,7 +557,7 @@ DiggerCharacter
|
|||||||
.proc sandhog
|
.proc sandhog
|
||||||
mva #sfx_sandhog sfx_effect
|
mva #sfx_sandhog sfx_effect
|
||||||
mva #char_sandhog_offset sandhogflag
|
mva #char_sandhog_offset sandhogflag
|
||||||
inc FallDown2
|
; inc FallDown2
|
||||||
mva #13 DigLong
|
mva #13 DigLong
|
||||||
mva #3 diggery ; how many branches (-1)
|
mva #3 diggery ; how many branches (-1)
|
||||||
jmp xdigger
|
jmp xdigger
|
||||||
@@ -600,35 +566,35 @@ DiggerCharacter
|
|||||||
.proc heavysandhog
|
.proc heavysandhog
|
||||||
mva #sfx_sandhog sfx_effect
|
mva #sfx_sandhog sfx_effect
|
||||||
mva #char_sandhog_offset sandhogflag
|
mva #char_sandhog_offset sandhogflag
|
||||||
inc FallDown2
|
; inc FallDown2
|
||||||
mva #13 DigLong
|
mva #13 DigLong
|
||||||
mva #5 diggery ; how many branches (-1)
|
mva #5 diggery ; how many branches (-1)
|
||||||
jmp xdigger
|
jmp xdigger
|
||||||
.endp
|
.endp
|
||||||
; ------------------------
|
; ------------------------
|
||||||
.proc dirtclod
|
.proc dirtclod
|
||||||
inc FallDown2
|
; inc FallDown2
|
||||||
mva #12 ExplosionRadius
|
mva #12 ExplosionRadius
|
||||||
jsr CalculateExplosionRange
|
jsr CalculateExplosionRange
|
||||||
jmp xdirt
|
jmp xdirt
|
||||||
.endp
|
.endp
|
||||||
; ------------------------
|
; ------------------------
|
||||||
.proc dirtball
|
.proc dirtball
|
||||||
inc FallDown2
|
; inc FallDown2
|
||||||
mva #22 ExplosionRadius
|
mva #22 ExplosionRadius
|
||||||
jsr CalculateExplosionRange
|
jsr CalculateExplosionRange
|
||||||
jmp xdirt
|
jmp xdirt
|
||||||
.endp
|
.endp
|
||||||
; ------------------------
|
; ------------------------
|
||||||
.proc tonofdirt
|
.proc tonofdirt
|
||||||
inc FallDown2
|
; inc FallDown2
|
||||||
mva #31 ExplosionRadius
|
mva #31 ExplosionRadius
|
||||||
jsr CalculateExplosionRange
|
jsr CalculateExplosionRange
|
||||||
jmp xdirt
|
jmp xdirt
|
||||||
.endp
|
.endp
|
||||||
; ------------------------
|
; ------------------------
|
||||||
.proc dirtcharge
|
.proc dirtcharge
|
||||||
inc FallDown2
|
; inc FallDown2
|
||||||
mva #61 ExplosionRadius
|
mva #61 ExplosionRadius
|
||||||
jsr CalculateExplosionRange
|
jsr CalculateExplosionRange
|
||||||
jmp ofdirt
|
jmp ofdirt
|
||||||
@@ -636,7 +602,7 @@ DiggerCharacter
|
|||||||
; ------------------------
|
; ------------------------
|
||||||
.proc riotcharge
|
.proc riotcharge
|
||||||
mva #sfx_riot_blast sfx_effect
|
mva #sfx_riot_blast sfx_effect
|
||||||
inc FallDown2
|
; inc FallDown2
|
||||||
mva #31 ExplosionRadius
|
mva #31 ExplosionRadius
|
||||||
jsr CalculateExplosionRange
|
jsr CalculateExplosionRange
|
||||||
jmp cleanDirt
|
jmp cleanDirt
|
||||||
@@ -644,7 +610,7 @@ DiggerCharacter
|
|||||||
; ------------------------
|
; ------------------------
|
||||||
.proc riotblast
|
.proc riotblast
|
||||||
mva #sfx_riot_blast sfx_effect
|
mva #sfx_riot_blast sfx_effect
|
||||||
inc FallDown2
|
; inc FallDown2
|
||||||
mva #61 ExplosionRadius
|
mva #61 ExplosionRadius
|
||||||
jsr CalculateExplosionRange
|
jsr CalculateExplosionRange
|
||||||
jmp cleanDirt
|
jmp cleanDirt
|
||||||
@@ -668,21 +634,6 @@ DiggerCharacter
|
|||||||
mva EndOfTheBarrelY ybyte
|
mva EndOfTheBarrelY ybyte
|
||||||
mva #0 ybyte+1
|
mva #0 ybyte+1
|
||||||
|
|
||||||
;clc
|
|
||||||
;lda xtankstableL,x
|
|
||||||
;adc EndOfTheBarrelX,y ; correction of the end of the barrel point (X)
|
|
||||||
;sta xbyte
|
|
||||||
;lda xtankstableH,x
|
|
||||||
;adc #0
|
|
||||||
;sta xbyte+1
|
|
||||||
;sec
|
|
||||||
;lda ytankstable,x
|
|
||||||
;sbc EndOfTheBarrelY,y ; correction of the end of the barrel point (Y)
|
|
||||||
;sta ybyte
|
|
||||||
;lda #$00
|
|
||||||
;sbc #$00
|
|
||||||
;sta ybyte+1
|
|
||||||
|
|
||||||
mwa xdraw LaserCoordinate
|
mwa xdraw LaserCoordinate
|
||||||
mwa ydraw LaserCoordinate+2
|
mwa ydraw LaserCoordinate+2
|
||||||
mwa xbyte LaserCoordinate+4
|
mwa xbyte LaserCoordinate+4
|
||||||
@@ -733,6 +684,8 @@ LaserMisses
|
|||||||
; -----------------
|
; -----------------
|
||||||
.proc xmissile ;
|
.proc xmissile ;
|
||||||
; -----------------
|
; -----------------
|
||||||
|
jsr CalculateExplosionRange
|
||||||
|
NoRangeCalc
|
||||||
lda #1
|
lda #1
|
||||||
sta radius
|
sta radius
|
||||||
sta color
|
sta color
|
||||||
@@ -861,6 +814,7 @@ dirtLoop
|
|||||||
lda radius
|
lda radius
|
||||||
cmp ExplosionRadius
|
cmp ExplosionRadius
|
||||||
bne dirtLoop
|
bne dirtLoop
|
||||||
|
mva #sfx_silencer sfx_effect
|
||||||
rts
|
rts
|
||||||
.endp
|
.endp
|
||||||
; -----------------
|
; -----------------
|
||||||
@@ -943,7 +897,6 @@ ExplodeNow
|
|||||||
mwa ycircle ydraw ;(bad)
|
mwa ycircle ydraw ;(bad)
|
||||||
|
|
||||||
; finally a little explosion
|
; finally a little explosion
|
||||||
jsr CalculateExplosionRange
|
|
||||||
mva #sfx_baby_missile sfx_effect
|
mva #sfx_baby_missile sfx_effect
|
||||||
jmp xmissile
|
jmp xmissile
|
||||||
rts
|
rts
|
||||||
@@ -1148,7 +1101,6 @@ ToHighFill
|
|||||||
;first, get current parameters (angle+force)
|
;first, get current parameters (angle+force)
|
||||||
;for an active tank and display them
|
;for an active tank and display them
|
||||||
;(these values are taken from the previous round)
|
;(these values are taken from the previous round)
|
||||||
mva #0 Erase
|
|
||||||
|
|
||||||
ldx TankNr
|
ldx TankNr
|
||||||
|
|
||||||
@@ -1165,6 +1117,7 @@ ContinueToCheckMaxForce2
|
|||||||
lda MaxForceTableL,x
|
lda MaxForceTableL,x
|
||||||
sta ForceTableL,x
|
sta ForceTableL,x
|
||||||
@
|
@
|
||||||
|
mva #0 Erase
|
||||||
jsr DisplayStatus ;all digital values like force, angle, wind, etc.
|
jsr DisplayStatus ;all digital values like force, angle, wind, etc.
|
||||||
jsr PutTankNameOnScreen
|
jsr PutTankNameOnScreen
|
||||||
|
|
||||||
@@ -1182,6 +1135,17 @@ ContinueToCheckMaxForce2
|
|||||||
; $f3 - shift+key
|
; $f3 - shift+key
|
||||||
|
|
||||||
notpressed
|
notpressed
|
||||||
|
; Select and Option
|
||||||
|
lda CONSOL
|
||||||
|
tay
|
||||||
|
and #%00000101 ; Start + Option
|
||||||
|
beq QuitToGameover
|
||||||
|
tya
|
||||||
|
and #%00000100
|
||||||
|
beq callActivation ; Option key
|
||||||
|
tya
|
||||||
|
and #%00000010
|
||||||
|
jeq pressedTAB ; Select key
|
||||||
lda SKSTAT
|
lda SKSTAT
|
||||||
cmp #$ff
|
cmp #$ff
|
||||||
jeq checkJoy
|
jeq checkJoy
|
||||||
@@ -1197,6 +1161,7 @@ notpressed
|
|||||||
bit escFlag
|
bit escFlag
|
||||||
bpl notpressed
|
bpl notpressed
|
||||||
;---O pressed-quit game to game over screen---
|
;---O pressed-quit game to game over screen---
|
||||||
|
QuitToGameover
|
||||||
mva #$40 escFlag
|
mva #$40 escFlag
|
||||||
rts
|
rts
|
||||||
@
|
@
|
||||||
@@ -1212,9 +1177,7 @@ notpressed
|
|||||||
bne @+
|
bne @+
|
||||||
callActivation
|
callActivation
|
||||||
; Hide all tanks - after inventory they may have other shapes
|
; Hide all tanks - after inventory they may have other shapes
|
||||||
mva #1 Erase
|
jsr ClearTanks
|
||||||
jsr DrawTanks
|
|
||||||
mva #0 Erase
|
|
||||||
jsr DefensivesActivate
|
jsr DefensivesActivate
|
||||||
jmp afterInventory
|
jmp afterInventory
|
||||||
|
|
||||||
@@ -1223,15 +1186,12 @@ callActivation
|
|||||||
bne @+
|
bne @+
|
||||||
callInventory
|
callInventory
|
||||||
; Hide all tanks - after inventory they may have other shapes
|
; Hide all tanks - after inventory they may have other shapes
|
||||||
mva #1 Erase
|
jsr ClearTanks
|
||||||
jsr DrawTanks
|
|
||||||
mva #0 Erase
|
|
||||||
;
|
;
|
||||||
mva #$ff isInventory
|
mva #$ff isInventory
|
||||||
jsr Purchase
|
jsr Purchase
|
||||||
afterInventory
|
afterInventory
|
||||||
mva #0 dmactls ; dark screen
|
jsr MakeDarkScreen
|
||||||
jsr WaitOneFrame
|
|
||||||
lda #song_ingame
|
lda #song_ingame
|
||||||
jsr RmtSongSelect
|
jsr RmtSongSelect
|
||||||
mva #0 escFlag
|
mva #0 escFlag
|
||||||
@@ -1434,12 +1394,14 @@ CTRLPressedLeft
|
|||||||
pressedTAB
|
pressedTAB
|
||||||
mva #sfx_purchase sfx_effect
|
mva #sfx_purchase sfx_effect
|
||||||
ldx TankNr
|
ldx TankNr
|
||||||
inc ActiveWeapon,x
|
lda ActiveWeapon,x
|
||||||
lda ActiveWeapon,x
|
cmp #last_offensive_____ ; the last possible offensive weapon
|
||||||
cmp #$30 ; number of offensive weapons
|
bne ?notlasttofirst
|
||||||
bne @+
|
lda #first_offensive____ ; #0
|
||||||
lda #0
|
|
||||||
sta ActiveWeapon,x
|
sta ActiveWeapon,x
|
||||||
|
beq @+ ; allways = 0
|
||||||
|
?notlasttofirst
|
||||||
|
inc ActiveWeapon,x
|
||||||
@
|
@
|
||||||
lda ActiveWeapon,x
|
lda ActiveWeapon,x
|
||||||
jsr HowManyBullets ; and we have qty of owned shells. Ufff....
|
jsr HowManyBullets ; and we have qty of owned shells. Ufff....
|
||||||
@@ -1449,10 +1411,14 @@ pressedTAB
|
|||||||
|
|
||||||
CTRLpressedTAB
|
CTRLpressedTAB
|
||||||
ldx TankNr
|
ldx TankNr
|
||||||
dec ActiveWeapon,x
|
lda ActiveWeapon,x
|
||||||
bpl @+
|
cmp #first_offensive____ ; #0
|
||||||
lda #$2f ; the last possible offensive weapon
|
bne ?notfirsttolast
|
||||||
|
lda #last_offensive_____ ; the last possible offensive weapon
|
||||||
sta ActiveWeapon,x
|
sta ActiveWeapon,x
|
||||||
|
bne @+ ; allways <> 0
|
||||||
|
?notfirsttolast
|
||||||
|
dec ActiveWeapon,x
|
||||||
@
|
@
|
||||||
lda ActiveWeapon,x
|
lda ActiveWeapon,x
|
||||||
jsr HowManyBullets ; and we have qty of owned shells. Ufff....
|
jsr HowManyBullets ; and we have qty of owned shells. Ufff....
|
||||||
@@ -1510,7 +1476,7 @@ RandomizeOffensiveText
|
|||||||
|
|
||||||
sta TextNumberOff
|
sta TextNumberOff
|
||||||
ldy TankNr
|
ldy TankNr
|
||||||
mva #1 plot4x4color
|
mva #$ff plot4x4color
|
||||||
jsr DisplayOffensiveTextNr
|
jsr DisplayOffensiveTextNr
|
||||||
|
|
||||||
mva #0 LaserFlag ; $ff - Laser
|
mva #0 LaserFlag ; $ff - Laser
|
||||||
@@ -1900,12 +1866,19 @@ EndOfFlight2
|
|||||||
@
|
@
|
||||||
; tank hit - check defensive weapon of this tank
|
; tank hit - check defensive weapon of this tank
|
||||||
tax
|
tax
|
||||||
dex ; index of tank in X
|
dex ; index of hitted tank in X
|
||||||
|
ldy TankNr
|
||||||
|
lda ActiveWeapon,y
|
||||||
|
cmp #ind_Tracer_________ ; defence not fire by tracers
|
||||||
|
beq JNoDefence
|
||||||
|
cmp #ind_Smoke_Tracer___
|
||||||
|
beq JNoDefence
|
||||||
lda ActiveDefenceWeapon,x
|
lda ActiveDefenceWeapon,x
|
||||||
cmp #ind_Bouncy_Castle__ ; Auto Defence
|
cmp #ind_Bouncy_Castle__ ; Auto Defence
|
||||||
jeq BouncyCastle
|
jeq BouncyCastle
|
||||||
cmp #ind_Mag_Deflector__ ; Mag Deflector
|
cmp #ind_Mag_Deflector__ ; Mag Deflector
|
||||||
beq MagDeflector
|
beq MagDeflector
|
||||||
|
JNoDefence
|
||||||
jmp NoDefence
|
jmp NoDefence
|
||||||
MagDeflector
|
MagDeflector
|
||||||
; now run defensive-aggressive weapon - Mag Deflector!
|
; now run defensive-aggressive weapon - Mag Deflector!
|
||||||
@@ -1955,8 +1928,6 @@ NoDefence
|
|||||||
BouncyCastle
|
BouncyCastle
|
||||||
mva #sfx_shield_on sfx_effect
|
mva #sfx_shield_on sfx_effect
|
||||||
; now run defensive-aggressive weapon - Bouncy Castle (previously known as Auto Defence)!
|
; now run defensive-aggressive weapon - Bouncy Castle (previously known as Auto Defence)!
|
||||||
sbb #180 LeapFrogAngle Angle ; swap angle (LeapFrogAngle - because we have strored angle in this variable)
|
|
||||||
lsrw Force ; Force = Force / 2 - because earlier we multiplied by 2
|
|
||||||
mva #1 Erase
|
mva #1 Erase
|
||||||
lda TankNr
|
lda TankNr
|
||||||
pha ; store TankNr
|
pha ; store TankNr
|
||||||
@@ -1967,13 +1938,18 @@ BouncyCastle
|
|||||||
sta ShieldEnergy,x
|
sta ShieldEnergy,x
|
||||||
sta xtraj ; prepare coordinates
|
sta xtraj ; prepare coordinates
|
||||||
sta ytraj
|
sta ytraj
|
||||||
sta xtraj+2
|
; sta xtraj+2
|
||||||
sta ytraj+2
|
; sta ytraj+2
|
||||||
sta Erase
|
sta Erase
|
||||||
jsr DrawTankNr ; draw tank without shield
|
jsr DrawTankNr ; draw tank without shield
|
||||||
ldx TankNr ; restore X value :)
|
; ldx TankNr ; restore X value :) ... but we don't need X now ..
|
||||||
pla
|
pla
|
||||||
sta TankNr ; restore TankNr value :)
|
sta TankNr ; restore TankNr value :)
|
||||||
|
sec
|
||||||
|
lda #180
|
||||||
|
sbc LeapFrogAngle
|
||||||
|
sta Angle ; swap angle (LeapFrogAngle - because we have strored angle in this variable)
|
||||||
|
lsrw Force ; Force = Force / 2 - because earlier we multiplied by 2
|
||||||
mwa XHit xtraj+1
|
mwa XHit xtraj+1
|
||||||
sbw YHit #5 ytraj+1
|
sbw YHit #5 ytraj+1
|
||||||
mva #1 color
|
mva #1 color
|
||||||
@@ -2090,10 +2066,7 @@ MIRVcopyParameters
|
|||||||
sta vx03+4
|
sta vx03+4
|
||||||
|
|
||||||
; clearing ranges of soil down registers
|
; clearing ranges of soil down registers
|
||||||
mwa #screenwidth RangeLeft
|
jsr ClearScreenSoilRange
|
||||||
lda #0
|
|
||||||
sta RangeRight
|
|
||||||
sta RangeRight+1
|
|
||||||
|
|
||||||
ldx #$FF ; it will turn 0 in a moment anyway
|
ldx #$FF ; it will turn 0 in a moment anyway
|
||||||
stx MirvMissileCounter
|
stx MirvMissileCounter
|
||||||
@@ -2325,18 +2298,12 @@ MIRValreadyAll
|
|||||||
|
|
||||||
;first clean the offensive text...
|
;first clean the offensive text...
|
||||||
ldy TankNr
|
ldy TankNr
|
||||||
mva #0 plot4x4color
|
mva #$00 plot4x4color
|
||||||
jsr DisplayOffensiveTextNr
|
jsr DisplayOffensiveTextNr
|
||||||
|
|
||||||
; temporary removing tanks from the screen (otherwise they will fall down with soil)
|
; temporary removing tanks from the screen (otherwise they will fall down with soil)
|
||||||
mva TankNr tempor2
|
|
||||||
mva #1 Erase
|
|
||||||
jsr drawtanks
|
|
||||||
mva tempor2 TankNr
|
|
||||||
mva #0 Erase
|
|
||||||
jsr SoilDown2
|
jsr SoilDown2
|
||||||
mva #$ff HitFlag ; but why ??
|
mva #$ff HitFlag ; but why ??
|
||||||
;jsr drawtanks
|
|
||||||
rts
|
rts
|
||||||
.endp
|
.endp
|
||||||
; -------------------------------------------------
|
; -------------------------------------------------
|
||||||
@@ -2348,12 +2315,15 @@ MIRValreadyAll
|
|||||||
; top bounce
|
; top bounce
|
||||||
bit ytraj+2
|
bit ytraj+2
|
||||||
bpl NoOnTop
|
bpl NoOnTop
|
||||||
|
bit vy+3
|
||||||
|
bmi FlyingDown
|
||||||
sec
|
sec
|
||||||
.rept 4
|
.rept 4
|
||||||
lda #$00
|
lda #$00
|
||||||
sbc vy+#
|
sbc vy+#
|
||||||
sta vy+#
|
sta vy+#
|
||||||
.endr
|
.endr
|
||||||
|
FlyingDown
|
||||||
NoOnTop
|
NoOnTop
|
||||||
MakeBump
|
MakeBump
|
||||||
cpw xtraj+1 #screenwidth
|
cpw xtraj+1 #screenwidth
|
||||||
@@ -2365,12 +2335,14 @@ MakeBump
|
|||||||
sbc vx+#
|
sbc vx+#
|
||||||
sta vx+#
|
sta vx+#
|
||||||
.endr
|
.endr
|
||||||
|
inc FunkyWallFlag
|
||||||
rts
|
rts
|
||||||
WrapAndNone
|
WrapAndNone
|
||||||
bvc NoWall
|
bvc NoWall
|
||||||
cpw xtraj+1 #screenwidth
|
cpw xtraj+1 #screenwidth
|
||||||
bcc OnScreen
|
bcc OnScreen
|
||||||
; (wrapping wall)
|
; (wrapping wall)
|
||||||
|
inc FunkyWallFlag
|
||||||
bit xtraj+2
|
bit xtraj+2
|
||||||
bmi LeftWrap
|
bmi LeftWrap
|
||||||
RightWrap
|
RightWrap
|
||||||
@@ -2452,12 +2424,8 @@ NextLine2
|
|||||||
lda #0
|
lda #0
|
||||||
ldx TankNr
|
ldx TankNr
|
||||||
sta ActiveDefenceWeapon,x ; deactivate Nuclear Winter
|
sta ActiveDefenceWeapon,x ; deactivate Nuclear Winter
|
||||||
|
jsr SetFullScreenSoilRange
|
||||||
sta RangeLeft ; whole screen in range of soil down
|
jsr SoilDown2.NoClearTanks
|
||||||
sta RangeLeft+1
|
|
||||||
mwa #screenwidth RangeRight
|
|
||||||
jsr SoilDown2
|
|
||||||
jsr drawtanks ; for restore PM
|
|
||||||
rts
|
rts
|
||||||
|
|
||||||
; in order to optimize the fragment repeated in both internal loops
|
; in order to optimize the fragment repeated in both internal loops
|
||||||
@@ -2548,7 +2516,7 @@ ReachSky
|
|||||||
lda FloatingAlt
|
lda FloatingAlt
|
||||||
sbc #12
|
sbc #12
|
||||||
sta LineYdraw
|
sta LineYdraw
|
||||||
lda #0
|
lda #$00
|
||||||
jsr TypeLine4x4.staplot4x4color
|
jsr TypeLine4x4.staplot4x4color
|
||||||
; and Soildown at the start (for correct mountaintable if tank was buried)
|
; and Soildown at the start (for correct mountaintable if tank was buried)
|
||||||
; calculate range
|
; calculate range
|
||||||
@@ -2568,11 +2536,7 @@ ReachSky
|
|||||||
adc #0
|
adc #0
|
||||||
sta RangeRight+1
|
sta RangeRight+1
|
||||||
; hide tanks and ...
|
; hide tanks and ...
|
||||||
mva #1 Erase
|
|
||||||
jsr DrawTanks
|
|
||||||
jsr SoilDown2
|
jsr SoilDown2
|
||||||
mva #0 Erase
|
|
||||||
jsr DrawTanks
|
|
||||||
ldx TankNr
|
ldx TankNr
|
||||||
|
|
||||||
; check keyboard/joy and move tank left/right - code copied from BeforeFire
|
; check keyboard/joy and move tank left/right - code copied from BeforeFire
|
||||||
@@ -2659,10 +2623,10 @@ pressedRight
|
|||||||
jsr DrawTankNr
|
jsr DrawTankNr
|
||||||
mva #0 Erase
|
mva #0 Erase
|
||||||
lda XtankstableH,x
|
lda XtankstableH,x
|
||||||
cmp #>(screenwidth-12) ; tank width correction +4
|
cmp #>(screenwidth-TankWidth-4) ; tank width correction +4
|
||||||
bne @+
|
bne @+
|
||||||
lda XtankstableL,x
|
lda XtankstableL,x
|
||||||
cmp #<(screenwidth-12) ; tank width correction +4 pixels
|
cmp #<(screenwidth-TankWidth-4) ; tank width correction +4 pixels
|
||||||
@ bcs RightScreenEdge
|
@ bcs RightScreenEdge
|
||||||
inc XtankstableL,x
|
inc XtankstableL,x
|
||||||
sne:inc XtankstableH,x
|
sne:inc XtankstableH,x
|
||||||
@@ -2715,17 +2679,17 @@ pressedSpace
|
|||||||
lda FloatingAlt
|
lda FloatingAlt
|
||||||
sbc #12
|
sbc #12
|
||||||
sta LineYdraw
|
sta LineYdraw
|
||||||
lda #0
|
lda #$00
|
||||||
jsr TypeLine4x4.staplot4x4color
|
jsr TypeLine4x4.staplot4x4color
|
||||||
ldx TankNr
|
ldx TankNr
|
||||||
;=================================
|
;=================================
|
||||||
; left or right from center of screen ?
|
; left or right from center of screen ?
|
||||||
ldy #0
|
ldy #0
|
||||||
lda XtankstableH,x
|
lda XtankstableH,x
|
||||||
cmp #>((screenwidth/2)-8)
|
cmp #>((screenwidth/2)-TankWidth)
|
||||||
bne @+
|
bne @+
|
||||||
lda XtankstableL,x
|
lda XtankstableL,x
|
||||||
cmp #<((screenwidth/2)-8)
|
cmp #<((screenwidth/2)-TankWidth)
|
||||||
@ bcc TankOnLeftSide
|
@ bcc TankOnLeftSide
|
||||||
TankOnRightSide
|
TankOnRightSide
|
||||||
dey
|
dey
|
||||||
@@ -2829,7 +2793,7 @@ GoDown
|
|||||||
FloatDown
|
FloatDown
|
||||||
lda ytankstable,x
|
lda ytankstable,x
|
||||||
cmp FloatingAlt
|
cmp FloatingAlt
|
||||||
beq OnGround
|
bcs OnGround
|
||||||
; first erase old tank position
|
; first erase old tank position
|
||||||
mva #1 Erase
|
mva #1 Erase
|
||||||
jsr DrawTankNr
|
jsr DrawTankNr
|
||||||
@@ -2864,11 +2828,7 @@ OnGround
|
|||||||
adc #0
|
adc #0
|
||||||
sta RangeRight+1
|
sta RangeRight+1
|
||||||
; hide tanks and ...
|
; hide tanks and ...
|
||||||
mva #1 Erase
|
|
||||||
jsr DrawTanks
|
|
||||||
jsr SoilDown2
|
jsr SoilDown2
|
||||||
mva #0 Erase
|
|
||||||
jsr DrawTanks
|
|
||||||
ldx TankNr
|
ldx TankNr
|
||||||
rts
|
rts
|
||||||
.endp
|
.endp
|
||||||
@@ -2905,11 +2865,13 @@ CheckCollisionWithTankLoop
|
|||||||
lda xtankstableL,x
|
lda xtankstableL,x
|
||||||
cmp xdraw
|
cmp xdraw
|
||||||
@
|
@
|
||||||
bcs LeftFromTheTank ;add 8 double byte
|
bcs LeftFromTheTank
|
||||||
|
; add 8 double byte
|
||||||
; now we use Y as low byte and A as high byte of checked position (right edge of tank)
|
; now we use Y as low byte and A as high byte of checked position (right edge of tank)
|
||||||
; it is tricky but fast and much shorter
|
; it is tricky but fast and much shorter
|
||||||
clc
|
clc
|
||||||
adc #8
|
lda xtankstableL,x
|
||||||
|
adc #TankWidth
|
||||||
tay
|
tay
|
||||||
lda xtankstableH,x
|
lda xtankstableH,x
|
||||||
adc #0
|
adc #0
|
||||||
@@ -2950,7 +2912,7 @@ CheckCollisionWithShieldedTank
|
|||||||
bcs LeftFromTheTank
|
bcs LeftFromTheTank
|
||||||
tya ;add 16 double byte
|
tya ;add 16 double byte
|
||||||
clc
|
clc
|
||||||
adc #16
|
adc #TankWidth+4+4
|
||||||
tay
|
tay
|
||||||
lda xtankstableH,x
|
lda xtankstableH,x
|
||||||
adc #0
|
adc #0
|
||||||
@@ -2969,10 +2931,7 @@ CalculateExplosionRange0
|
|||||||
;(for the first or single explosion)
|
;(for the first or single explosion)
|
||||||
|
|
||||||
;zero soil fall out ranges
|
;zero soil fall out ranges
|
||||||
mwa #screenwidth RangeLeft
|
jsr ClearScreenSoilRange
|
||||||
lda #0
|
|
||||||
sta RangeRight
|
|
||||||
sta RangeRight+1
|
|
||||||
;--------------------------------------------------
|
;--------------------------------------------------
|
||||||
.proc CalculateExplosionRange
|
.proc CalculateExplosionRange
|
||||||
;--------------------------------------------------
|
;--------------------------------------------------
|
||||||
@@ -3004,7 +2963,27 @@ RangesChecked
|
|||||||
|
|
||||||
rts
|
rts
|
||||||
.endp
|
.endp
|
||||||
|
|
||||||
|
;--------------------------------------------------
|
||||||
|
.proc SetFullScreenSoilRange
|
||||||
|
; whole screen in range of soil down
|
||||||
|
;--------------------------------------------------
|
||||||
|
lda #0
|
||||||
|
sta RangeLeft
|
||||||
|
sta RangeLeft+1
|
||||||
|
mwa #screenwidth RangeRight
|
||||||
|
rts
|
||||||
|
.endp
|
||||||
|
;--------------------------------------------------
|
||||||
|
.proc ClearScreenSoilRange
|
||||||
|
; cleanup of the soil fall down ranges (left and right)
|
||||||
|
;--------------------------------------------------
|
||||||
|
mwa #screenwidth RangeLeft
|
||||||
|
lda #0
|
||||||
|
sta RangeRight
|
||||||
|
sta RangeRight+1
|
||||||
|
rts
|
||||||
|
.endp
|
||||||
;--------------------------------------------------
|
;--------------------------------------------------
|
||||||
.proc DecreaseWeaponBeforeShoot
|
.proc DecreaseWeaponBeforeShoot
|
||||||
;--------------------------------------------------
|
;--------------------------------------------------
|
||||||
@@ -3013,17 +2992,6 @@ RangesChecked
|
|||||||
jsr DecreaseWeapon
|
jsr DecreaseWeapon
|
||||||
; and here we have amount of possessed ammo for given weapon
|
; and here we have amount of possessed ammo for given weapon
|
||||||
sta WeaponDepleted
|
sta WeaponDepleted
|
||||||
; ;cmp #0
|
|
||||||
; bne AmmunitionDecreased
|
|
||||||
; ;lda #0 ;if ammo for given weapon ends
|
|
||||||
; sta ActiveWeapon,x ;then set to default weapon (baby missile)
|
|
||||||
;AmmunitionDecreased
|
|
||||||
; lda #99
|
|
||||||
; ldy #0
|
|
||||||
; sta (weaponPointer),y ;baby missile - always 99 pieces
|
|
||||||
;
|
|
||||||
; ;there is a good value in weaponPointer after jsr DecreaseWeapon
|
|
||||||
;
|
|
||||||
rts
|
rts
|
||||||
.endp
|
.endp
|
||||||
|
|
||||||
@@ -3065,7 +3033,10 @@ noBullets
|
|||||||
;--------------------------------------------------
|
;--------------------------------------------------
|
||||||
.proc ShellDelay
|
.proc ShellDelay
|
||||||
lda CONSOL
|
lda CONSOL
|
||||||
cmp #6
|
and #%00000101 ; Start + Option
|
||||||
|
bne @+
|
||||||
|
mva #$40 escFlag
|
||||||
|
@ and #%00000001
|
||||||
beq noShellDelay
|
beq noShellDelay
|
||||||
ldx flyDelay
|
ldx flyDelay
|
||||||
DelayLoop
|
DelayLoop
|
||||||
|
|||||||
Reference in New Issue
Block a user