diff options
author | Colin Noga <Tempus@chronometry.ca> | 2012-07-07 23:34:18 -0500 |
---|---|---|
committer | Colin Noga <Tempus@chronometry.ca> | 2012-07-07 23:34:18 -0500 |
commit | c6ad18e5f0cf1b627d850fa3101a8c78648ff452 (patch) | |
tree | f18ac75de2e867c055b07a6c88ae7f920faa2e3a /src/poweruphax.S | |
parent | 1c3e5a0b1c62829d78960c4d99e4928ccf73625f (diff) | |
download | kamek-c6ad18e5f0cf1b627d850fa3101a8c78648ff452.tar.gz kamek-c6ad18e5f0cf1b627d850fa3101a8c78648ff452.zip |
Lots of fixes
Diffstat (limited to '')
-rw-r--r-- | src/poweruphax.S | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/poweruphax.S b/src/poweruphax.S index 7f1fcdf..1d849c1 100644 --- a/src/poweruphax.S +++ b/src/poweruphax.S @@ -634,6 +634,19 @@ isHammerForToad: + + + +.global CheckExistingPowerup +CheckExistingPowerup: + + lwz r3, 0x14E0(r3) + blr + + + + + .data PowerupSounds: |