Skip to content

Commit

Permalink
Bouncy Castle bounces Funky Bomb bug fixed #129
Browse files Browse the repository at this point in the history
  • Loading branch information
Pecusx committed Oct 27, 2022
1 parent 3ed648b commit d462c84
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Binary file modified scorch.xex
Binary file not shown.
7 changes: 7 additions & 0 deletions weapons.asm
Original file line number Diff line number Diff line change
Expand Up @@ -1897,6 +1897,13 @@ NoDefence
lsrw Force ; Force = Force / 2 - because earlier we multiplied by 2
rts ; END !!!
BouncyCastle
; now in Y we have number of of the attacking player (TankNr) !
lda ActiveWeapon,y
; if Bouncy Castle bounced Funky Bomb - whole screen in range of soil down
cmp #ind_Funky_Bomb_____
bne @+
jsr SetFullScreenSoilRange
@
mva #sfx_shield_on sfx_effect
; now run defensive-aggressive weapon - Bouncy Castle (previously known as Auto Defence)!
mva #1 Erase
Expand Down

0 comments on commit d462c84

Please sign in to comment.