summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTreeki <treeki@gmail.com>2013-02-25 21:52:13 +0100
committerTreeki <treeki@gmail.com>2013-02-25 21:52:13 +0100
commit6a93cb56b4a1468df65bebde2a96eb64daf18dc5 (patch)
tree114842f419e6ef8af1f632677b4e4971bbcdcfb4 /src
parent92cab6b9d62e38d09a77fbcab798fc87de201f50 (diff)
downloadkamek-6a93cb56b4a1468df65bebde2a96eb64daf18dc5.tar.gz
kamek-6a93cb56b4a1468df65bebde2a96eb64daf18dc5.zip
tiny fix to the BG scaler
Diffstat (limited to '')
-rw-r--r--src/randomcrap.S2
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)