summaryrefslogtreecommitdiff
path: root/src/bossBombDrop.cpp
diff options
context:
space:
mode:
authorTreeki <treeki@gmail.com>2013-04-08 00:23:39 +0200
committerTreeki <treeki@gmail.com>2013-04-08 00:34:35 +0200
commit940154c20216e3398e78a6040b3e4028e681cf61 (patch)
tree9d82b13a4071ec634e616cdcc018c177ba5ec928 /src/bossBombDrop.cpp
parentfb93fa93f2c756a5254f1b418abbc179fca4e59d (diff)
downloadkamek-940154c20216e3398e78a6040b3e4028e681cf61.tar.gz
kamek-940154c20216e3398e78a6040b3e4028e681cf61.zip
a few final boss fixes
Diffstat (limited to '')
-rw-r--r--src/bossBombDrop.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bossBombDrop.cpp b/src/bossBombDrop.cpp
index f96c557..f617cdf 100644
--- a/src/bossBombDrop.cpp
+++ b/src/bossBombDrop.cpp
@@ -200,8 +200,10 @@ dBombDrop *dBombDrop::build() {
bool HackyBombDropVariable = false;
+extern int BridgeBowserHP;
int dBombDrop::onCreate() {
+ BridgeBowserHP = 2;
int t = this->settings & 0xF;
this->eventA = ((this->settings >> 24) & 0xFF) - 1;