Remote control Pikachu: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
Line 120: Line 120:


The value in FFB3 is determined by the combination of the bits set when pressing buttons, for example, moving down enables bit 0x7 (+0x80 to the value).
The value in FFB3 is determined by the combination of the bits set when pressing buttons, for example, moving down enables bit 0x7 (+0x80 to the value).
<tt>
<pre>
Bit 0x7/+0x80 - Down
Bit 0x7/+0x80 - Down
Bit 0x6/+0x40 - Up
Bit 0x6/+0x40 - Up
Line 129: Line 129:
Bit 0x1/+0x02 - B
Bit 0x1/+0x02 - B
Bit 0x0/+0x01 - A
Bit 0x0/+0x01 - A
</tt>
</pre>


==How to move Pikachu==
==How to move Pikachu==