- Joined
- Nov 13, 2005
- Messages
- 696
- Reaction score
- 13
- Trophies
- 1
- Age
- 38
- Website
- www.nintendo-gamers.net
- XP
- 435
- Country





There's three problems with your code. 1, 04000130 is a read-only address; you can't write to it. 2, you're modifying it as a value, but 04000130 is a bitfield. 3, 04000130 is 16-bit so you shouldn't write to it using code type 0. Did you even test this before posting it?someonewhodied said:I just had a genius idea.
94000130 FDFF0000
04000130 FFFE0000
D0000000 00000000
Try this. L=A
If my theory is correct, this should work for any game.
Prof. 9 said:There's three problems with your code. 1, 04000130 is a read-only address; you can't write to it. 2, you're modifying it as a value, but 04000130 is a bitfield. 3, 04000130 is 16-bit so you shouldn't write to it using code type 0. Did you even test this before posting it?someonewhodied said:I just had a genius idea.
94000130 FDFF0000
04000130 FFFE0000
D0000000 00000000
Try this. L=A
If my theory is correct, this should work for any game.


No, D0 works.Pingouin7 said:Not to mention the last line should have been D2000000 00000000