diff options
author | Treeki <treeki@gmail.com> | 2011-08-14 14:44:56 +0200 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2011-08-14 14:44:56 +0200 |
commit | e86081a64a2f2fc3e3d0d4974572702b158dfd64 (patch) | |
tree | 0b37793555a0e8ad95b0d563dc4e036aee1977b6 /kamek_ntsc.x | |
parent | 3f8674bd26a2b2718b16817117a047ac3e9b61c3 (diff) | |
download | kamek-e86081a64a2f2fc3e3d0d4974572702b158dfd64.tar.gz kamek-e86081a64a2f2fc3e3d0d4974572702b158dfd64.zip |
fixed powerup sound
Diffstat (limited to '')
-rw-r--r-- | kamek_ntsc.x | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/kamek_ntsc.x b/kamek_ntsc.x index 6724759..ab702c3 100644 --- a/kamek_ntsc.x +++ b/kamek_ntsc.x @@ -6,6 +6,7 @@ OUTPUT_FORMAT ("binary") SECTIONS { GetSpecificPlayerActor = 0x8005F900; + Actor_SearchByID = 0x80162D00; TimeStopFlag = 0x80429CFA; TimerBranch = 0x800E39C8; MarioDescentRate = 0x8042B864; @@ -15,7 +16,9 @@ SECTIONS { MarioSize = 0x8042B874; AlwaysDrawFlag = 0x80064540; AlwaysDrawBranch = 0x80064544; - + GenerateRandomNumber = 0x800B2EE0; + OneofManySoundPlayers = 0x800CE8C0; + BombExplodeState = 0x80B12A68; _savefpr_14 = 0x802DCCA8; _savefpr_15 = 0x802DCCAC; @@ -985,6 +988,8 @@ SECTIONS { continuePlumberSetPowerupTextureDebug = 0x800CA5C4; + returnFromPowerupSoundChange = 0x801412FC; + ExitFromTileGodHack = 0x807E1684; SomeTable_802F5440 = 0x802F5140; @@ -1042,4 +1047,3 @@ SECTIONS { __text_end = . ; } } - |