Kodewerx https://www.kodewerx.org/forum/ |
|
Does anyone know the X+Y activator for the AR? https://www.kodewerx.org/forum/viewtopic.php?f=5&t=1578 |
Page 1 of 1 |
Author: | somedude [ Thu Apr 26, 2007 2:02 pm ] |
Post subject: | Does anyone know the X+Y activator for the AR? |
Does anyone know the X+Y activator for the AR? (I know there’s an AR help thread, (I made it) but that’s for problems you have with your AR, not activators) |
Author: | James0x57 [ Thu Apr 26, 2007 2:14 pm ] |
Post subject: | |
http://doc.kodewerx.net/hacking_nds.html#ar_activators |
Author: | somedude [ Thu Apr 26, 2007 2:19 pm ] |
Post subject: | |
Bitwise AND is used to combine two or more buttons together. (A & B) = (FFFE & FFFD) = FFFC I already knew this, but what is Bitwise AND? (X & Y) = (FBFF & F7FF) = ???? How would I would I solve the problem above? |
Author: | Tiger21820 [ Sun Mar 09, 2008 5:29 pm ] |
Post subject: | Re: Does anyone know the X+Y activator for the AR? |
Enter "F3FF" for X+Y. |
Author: | HyperHacker [ Mon Mar 10, 2008 6:22 pm ] |
Post subject: | Re: Does anyone know the X+Y activator for the AR? |
Bitwise AND = set bit in result only if set in both inputs. Code: 1111101111111111 = FBFF Windows Calculator can do this in scientific mode.
1111011111111111 = F7FF 1111001111111111 = F3FF |
Page 1 of 1 | All times are UTC - 8 hours [ DST ] |
Powered by phpBB® Forum Software © phpBB Group https://www.phpbb.com/ |