diff options
author | Colin Noga <Tempus@chronometry.ca> | 2012-02-28 10:24:05 -0600 |
---|---|---|
committer | Colin Noga <Tempus@chronometry.ca> | 2012-02-28 10:24:05 -0600 |
commit | d45bf07f2c5aeaea6ec0c6fa40c975afdd29d682 (patch) | |
tree | 4da318e19ccc39d194cdc5dc6bc243c23d950bf7 /kamek_pal.x | |
parent | d6924bebc44bf904ec3e9ed8126614f67a04df88 (diff) | |
download | kamek-d45bf07f2c5aeaea6ec0c6fa40c975afdd29d682.tar.gz kamek-d45bf07f2c5aeaea6ec0c6fa40c975afdd29d682.zip |
more boss fixes
Diffstat (limited to '')
-rw-r--r-- | kamek_pal.x | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/kamek_pal.x b/kamek_pal.x index 05038e3..498bcbe 100644 --- a/kamek_pal.x +++ b/kamek_pal.x @@ -49,10 +49,15 @@ SECTIONS { /* Boss Related */ - StopBGMMusic = 0x807DB420; - StartBGMMusic = 0x807DB430; - instance__8Stage32C = 0x8043A1F0; - setup__8Stage32CFv = 0x800A7450; + StartBGMMusic = 0x807DB420; + StopBGMMusic = 0x807DB430; + instance__11dStage32C_c = 0x8043A1F0; + createChild__13dStageActor_cF6ActorsP13dStageActor_cUiP7Point3dP6S16VecUc = 0x80064680; + + StateID_DemoSt2__12daKameckDemo = 0x80999C04; + StateID_DemoSt__12daKameckDemo = 0x80999C44; + StateID_DemoWait__12daKameckDemo = 0x80999C84; + /* Mr Sun Related */ |