So I've been making some codes for DisneyU, which requires me to get more into ASM, and lately I've been freezing quite a bit. To try and see the cause of my freeze, I hit the "show wiird" button and send a gamestatus command, and usually it says "Game is in breakpoint hit mode!" So, I try sending run, no go, send a pause then run, no go, try a pause run sendfail, no go. I can't get it to unfreeze, and end up rebooting my wii.
Any idea as to why this happens/what can I do to avoid it?
Thanks. ^^
Edit:
Sorry if this belongs in wiird, or some other board, please move if it's in the wrong spot.
Edit 2:
It seems to happen mainly when I collect a coin, I'm assuming that it is like... going over the max coin amount and freezing. I'm 99% sure I'm wrhhiting it right, however here's what the code and base of injection:
Coins Mod[CrimsoN@DC]
C264F764 00000002
3C00000F 60004240
90030008 00000000
And the original code is:
8064F764: 90030008. Stw r0,8(r3)
8064F768: 41800014. Blt- 0x8064f77c
Where r0 = 8 and r3 = 80FB7340
The thing is though, I can get more coins and hit get BP data, but r0 is still 8, even though when I apply my code it works the way it's suppose to (minus the freezing)
The stuff that comes before a "breakpoint" address (8064F764) is more important than after. Show us.
Is it allowed to have 1.000.000 coins though?