summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTreeki <treeki@gmail.com>2013-03-03 02:52:30 +0100
committerTreeki <treeki@gmail.com>2013-03-03 02:52:30 +0100
commit623986662d631c124ea61f96b44f3de410b4e052 (patch)
tree198cff6ac341e21acc10d37124ad94f8d8d0bf08 /src
parent306549db49e602e0c6fd02a282f779e254f371c1 (diff)
downloadkamek-623986662d631c124ea61f96b44f3de410b4e052.tar.gz
kamek-623986662d631c124ea61f96b44f3de410b4e052.zip
fix the broken fireball setup
Diffstat (limited to '')
-rw-r--r--src/randomcrap.S12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/randomcrap.S b/src/randomcrap.S
index 2956300..ff5f1ba 100644
--- a/src/randomcrap.S
+++ b/src/randomcrap.S
@@ -287,6 +287,18 @@ ExitStageReal:
stwu r1, -0x20(r1)
b ExitStageRealRest
+
+.global FixFireballSensorSetup
+.extern ContinueFromFixFireballSensorSetup
+FixFireballSensorSetup:
+ mr r3, r30
+ lwz r12, 0x60(r3)
+ lwz r12, 0x11C(r12)
+ mtctr r12
+ bctrl
+ mr r3, r30
+ b ContinueFromFixFireballSensorSetup
+
.data
.global BGScaleFront, BGScaleBack, BGScaleEnabled
BGScale: