Saturday 19 July 2008

GBA Controls Script.

My favourite emulated consoles are the GBA and Snes and I already have a Snes script, so here's my GBA script.

Here's the text version:

//Controls for the GBA
//Written by Tom Jones
//
//Controls(set your emulator accordingly):
//Y-Button = B
//B-Button = A
//Dpad or Joy = Arrow Keys
//Plus-Button = Enter
//Minus-Button = O
//L-Button = Q
//R-Button = P

B = Wiimote.Classic.Y
A = Wiimote.Classic.B
Keyboard.ArrowKeys = Wiimote.Classic.Dpad
Keyboard.ArrowKeys = Wiimote.Classic.Joy1
Enter = Wiimote.Classic.Plus
O = Wiimote.Classic.Minus
Q = Wiimote.Classic.L
P = Wiimote.Classic.R


Here is the download version:

http://www.mediafire.com/?enw5jvg1pvl

Thanks for downloading my script

~Tom

No comments: