Wednesday, November 11, 2015

Gateway 3DS Ultra 3.5 New Features: Support Emunand 10.3 on O3DS

Gateway 3DS released the Gateway 3ds ultra 3.5, supporting cheat code and updating emunand for 10.3 for O3DS.



Gateway 3ds Ultra 3.5 Summary New Features



  • Cheat code support
  • Updated emunand support for 10.3 for Old 3DS                  
This main update features is the cheat code supporting with no doubt.Even though gateway team announced the database is small they will hack more and KEEP TUNES
Meanwhile, they offer the use instruction on how to cheat.


How to Use Cheat


1. Simply copy the folder “cheats” into the root of your microSD card that will go into the Gateway RED card.Each file inside the cheats folder will be of the format <TitleID>.txt where TitleID is the title id of the game.

2. Boot into Gateway mode, and press SELECT to make the Gateway game selection menu appear.

3. Select your game and then press Y to enter cheat mode.

4. Enable the cheats you want and then press START to load the game.
CHEAT CODE FORMAT

Cheats code format



The following code types are supported. NOTE: default value of offset and data registers is zero.

Memory Writes:
0XXXXXXX YYYYYYYY – 32bit write to [XXXXXXX + offset]
1XXXXXXX 0000YYYY – 16bit write to [XXXXXXX + offset]
2XXXXXXX 000000YY – 8bit write to [XXXXXXX + offset]

Conditional 32bit codes:
3XXXXXXX YYYYYYYY – Greater Than (YYYYYYYY > [XXXXXXX + offset])
4XXXXXXX YYYYYYYY – Less Than (YYYYYYYY < [XXXXXXX + offset])
5XXXXXXX YYYYYYYY – Equal To (YYYYYYYY == [XXXXXXX + offset])
6XXXXXXX YYYYYYYY – Not Equal To (YYYYYYYY != [XXXXXXX + offset])

Conditional 16bit deref + write codes:
7XXXXXXX ZZZZYYYY – Greater Than
8XXXXXXX ZZZZYYYY – Less Than
9XXXXXXX ZZZZYYYY – Equal To
AXXXXXXX ZZZZYYYY – Not Equal To

Offset Codes:
BXXXXXXX 00000000 – offset = *(xxx)
D3000000 XXXXXXXX – set offset to immediate value
DC000000 XXXXXXXX – Adds an value to the current offset

Loop Code:
C0000000 YYYYYYYY – Sets the repeat value to ‘YYYYYYYY’
D1000000 00000000 – Loop execute
D0000000 00000000 – Terminator code

Data Register Codes:
D4000000 XXXXXXXX – Adds XXXXXXXX to the data register
D5000000 XXXXXXXX – Sets the data register to XXXXXXXX
D6000000 XXXXXXXX – (32bit) [XXXXXXXX+offset] = data ; offset += 4
D7000000 XXXXXXXX – (16bit) [XXXXXXXX+offset] = data & 0xffff ; offset += 2
D8000000 XXXXXXXX – (8bit) [XXXXXXXX+offset] = data & 0xff ; offset++
D9000000 XXXXXXXX – (32bit) sets data to [XXXXXXXX+offset]
DA000000 XXXXXXXX – (16bit) sets data to [XXXXXXXX+offset] & 0xffff
DB000000 XXXXXXXX – (8bit) sets data to [XXXXXXXX+offset] & 0xff

Special Codes:
DD000000 XXXXXXXX – if KEYPAD has value XXXXXXXX execute next block




No comments:

Post a Comment