Jump to content

Remote control Pikachu: Difference between revisions

No edit summary
Line 119:
This code reads from FFB3; a joypad address in the HRAM.
 
The value in FFB3 is determined by the combination of the bits set when settingpressing buttons, for example, moving down enables bit 0x7 (+0x80 to the value).
<tt>
 
Bit 0x7/+0x80 - Down
Bit 0x6/+0x40 - Up
Line 129:
Bit 0x1/+0x02 - B
Bit 0x0/+0x01 - A
</tt>
 
==How to move Pikachu==
Cookies help us deliver our services. By using our services, you agree to our use of cookies.