From c220e400436703c71adf2b49a04a863b72c41d29 Mon Sep 17 00:00:00 2001 From: Treeki Date: Sun, 17 Nov 2013 20:42:06 +0100 Subject: broken translations and shit, possibly final commit before public release --- src/randomcrap.S | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'src/randomcrap.S') 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) -- cgit v1.2.3