WiiRd forum

USB Gecko Related => Gecko OS & USB Gecko => Topic started by: quadra on August 29, 2008, 07:16:25 AM

Title: Need help with my code
Post by: quadra on August 29, 2008, 07:16:25 AM
Hi,i tried to make a code
the were both 16 bit 1 for mario strikers.
so i was searching for the adress and found thew rgight 1 for mario strikers,(inf waluigi special (the wire)) when i poked it to something the bar was full and stayed full(ithink it was 1000 or 5000) but when i try to write it to a 16 bit value I must use this:02_____ YYYYXXXX:16 bits ram writ writes XXXX YYYY 1 times

so the 02 is the prefix the______  is what my base adress should be. but what with the YYYYXXXX  i just fill in 000005000 ? i've done this but it didnt work.

so this is what get me in trouble
4A000000 80000000
02______ yyyxxxx

do i use wrong codes?or anyone who can help me?
Title: Need help with my code
Post by: Panda On Smack on August 29, 2008, 09:27:00 AM
The address resides in mem1?

Is 5000 the value you see on screen or is it the HEX value you found when you searched? (5000 = 1388)

02XXXXXX 00005000
Title: Need help with my code
Post by: quadra on August 29, 2008, 10:22:08 AM
yeah it was 5000 in hex and the adress started with 80 or 81 so thats mem 1
and no it doesnt show on screen its a bar and when i poked at 5000 it was full and stayed like that. so i would like to make a code out off it