-
Notifications
You must be signed in to change notification settings - Fork 0
Conditionals
1234567890num edited this page Dec 13, 2020
·
8 revisions
patch=1,EE,E001000X,extended,0032DFC8 //X = Difficulty Determiner. 0=Beginner, 1=Standard, 2=Proud, 3=Critical.
patch=1,EE,E0022002,extended,0032BAE0 //Location at Station of Serenity in Twilight Town
patch=1,EE,E0010001,extended,0032BAE8 //Event at selecting dream weapon
patch=1,EE,E001FFFF,extended,0032BAE0 //Location at Bootup (Main Menu)
patch=1,EE,E0010X00,extended,0032E02D //X = 0 for Dream Sword, 1 for Dream Shield, 2 for Dream Staff
patch=1,EE,E10100XX,extended,0032BAE0 //XX is world ID
or
patch=1,EE,E001XX00,extended,0032BADF
patch=1,EE,E004YYXX,extended,0032BAE0 //XX is world ID, YY is room ID
patch=1,EE,E00300AA,extended,0032BAE4 //The others are event ID
patch=1,EE,E00200BB,extended,0032BAE6
patch=1,EE,E00100CC,extended,0032BAE8
Note: Generally AA=BB=CC, thus you can use just one of the three lines.
patch=1,EE,1034D45C,extended,0000ABCD
A : Other Buttons
B : D-pad
C : Shoulder Buttons
D : Face Buttons
_____________________________________________________________________________________________
FFF0 - Start Select R3 L3 | FF0F - Up Down Left Right | F0FF - R1 R2 L1 L2 | 0FFF - ◯ ▢ X △
FFF1 - Start R3 L3 | FF1F - Down Left Right | F1FF - R1 R2 L1 | 1FFF - ◯ ▢ X
FFF2 - Start Select L3 | FF2F - Up Down Left | F2FF - R1 L1 L2 | 2FFF - ▢ X △
FFF3 - Start R3 | FF3F - Down Left | F3FF - R1 L1 | 3FFF - ▢ X
FFF4 - Start Select L3 | FF4F - Up Left Right | F4FF - R1 R2 L2 | 4FFF - ◯ ▢ △
FFF5 - Start L3 | FF5F - Left Right | F5FF - R1 R2 | 5FFF - ◯ ▢
FFF6 - Start Select | FF6F - Up Left | F6FF - R1 L2 | 6FFF - ▢ △
FFF7 - Start | FF7F - Left | F7FF - R1 | 7FFF - ▢
FFF8 - Select R3 L3 | FF8F - Up Down Right | F8FF - R2 L1 L2 | 8FFF - ◯ X △
FFF9 - R3 L3 | FF9F - Down Right | F9FF - R2 L1 | 9FFF - ◯ X
FFFA - Select R3 | FFAF - Up Down | FAFF - L1 L2 | AFFF - X △
FFFB - R3 | FFBF - Down | FBFF - L1 | BFFF - X
FFFC - Select L3 | FFCF - Up Right | FCFF - R2 L2 | CFFF - ◯ △
FFFD - L3 | FFDF - Right | FDFF - R2 | DFFF - ◯
FFFE - Select | FFEF - Up | FEFF - L2 | EFFF - △
‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
Notes:
- 0000 - All Buttons | FFFF - No Buttons
- This does not include analog sticks.
- You can combine these, for example FCEF (R2 + L2 + Up).
- You can use this for conditions to check if one or more buttons are pressed.
- You can use this to make one or more buttons to be pressed.
- Coding
- Item Modification
- Stats
- World Codes
- Miscellaneous