diff options
author | Treeki <treeki@gmail.com> | 2013-11-17 20:42:06 +0100 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2013-11-17 20:42:06 +0100 |
commit | c220e400436703c71adf2b49a04a863b72c41d29 (patch) | |
tree | 5d615b6834ee24233549a5ee4860f363c6e50185 /src/randomcrap.S | |
parent | d55debf80b417793ce924ec977ed3a16413fd5d6 (diff) | |
download | kamek-c220e400436703c71adf2b49a04a863b72c41d29.tar.gz kamek-c220e400436703c71adf2b49a04a863b72c41d29.zip |
broken translations and shit, possibly final commit before public releaselevel-select
Diffstat (limited to 'src/randomcrap.S')
-rw-r--r-- | src/randomcrap.S | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/randomcrap.S b/src/randomcrap.S index 4b8d830..2a4efea 100644 --- a/src/randomcrap.S +++ b/src/randomcrap.S @@ -1,5 +1,18 @@ .text +.global JrFloorFireHax +JrFloorFireHax: + stw r0, 0x120(r30) + lwz r4, 4(r30) + clrrwi. r4, r4, 28 + beqlr + li r4, 0 + stw r4, 0x778(r30) + lis r4, 0x100 + stw r4, 0x774(r30) + stw r4, 0x77C(r30) + blr + .global TryAndFixScoreGlitch TryAndFixScoreGlitch: lwz r0, 0x4A10(r3) |