diff options
Diffstat (limited to 'src/randomcrap.S')
-rw-r--r-- | src/randomcrap.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/randomcrap.S b/src/randomcrap.S index 0dbb4ef..2956300 100644 --- a/src/randomcrap.S +++ b/src/randomcrap.S @@ -261,7 +261,7 @@ PowEvent: GiganticBackgrounds: lis r3, BGScale@h ori r3, r3, BGScale@l - lbz r4, 8(r3) + lbz r4, 0x10(r3) cmpwi r4, 0 beq NoBGScale lwz r4, 0x4E4(r31) |