Results 1 to 9 of 9

Thread: Convert these codes to EU

Hybrid View

  1. #1

    Default

    Replace XXXX with a hex code and its for 1.0..I can make EU but i want people to test this first.

    Edit: Here's the clothing pattern modifiers:
    Code:
    Back Row:
    12362394 00003E04
    12362396 00003E08
    12362398 00003E0C
    1236239A 00003E10
     
    Front Row:
    123623B4 00003E14
    123623B6 00003E18
    123623B8 00003E1C
    123623BA 00003E20
    This can be used for easy duplicating a pattern to another slot.
    I don't think these codes were made; if not, I made a new code.

    Hex Values:
    Code:
    Back Row:
    3E04-Pattern 1
    3E08-Pattern 2
    3E0C-Pattern 3
    3E10-Pattern 4
     
    Front Row:
    3E14-Pattern 1
    3E18-Pattern 2
    3E1C-Pattern 3
    3E20-Pattern 4
    Pattern Difference: 0x4
    Back Row Patterns to Front Row Patterns: 0x10[16dec]
    Slot difference: 0x2
    Row difference: 0x20
    If you replace a pattern with FFF1 there will be an empty space there.

    Edit 1: There seems to be a pointer...
    Edit 2: Will fix codes later if no one beat me to it.
    Last edited by Demonic722; 11-13-2010 at 10:25 AM.
    3DS Friend Code: 4699-6293-3106

  2. The Following User Says Thank You to Demonic722 For This Useful Post:


  3. #2

    Default

    I found out that changes aren't permanent -- it goes back to the pattern you had before you duplicated it, but I did finish the code (Still need the offsets for the rest of the slots):

    Code:
    94000130 FFFC0000
    B22AEEE0 00000000
    00000160 0000XXXX
    D2000000 00000000
    Replace XXXX with one of those hexes for patterns. Hold A+B while walking in ables to see the pattern (XXXX) duplicated to the first pattern
    in the back row.

    Able Sisters Clothing Pattern Duplication Code [Not Permanent Duplication] (Hold A+B while walking in Ables)
    Code:
    94000130 FFFC0000
    B22AEEE0 00000000
    10000160 0000XXXX
    10000162 0000XXXX
    10000164 0000XXXX
    10000166 0000XXXX
    10000180 0000XXXX
    10000182 0000XXXX
    10000184 0000XXXX
    10000186 0000XXXX
    D2000000 00000000
    Remove All Patterns in Ables (I think...) [A+B]
    Code:
    94000130 FFFC0000
    B22AEEE0 00000000
    00000160 FFF1FFF1
    00000164 FFF1FFF1
    00000180 FFF1FFF1
    00000184 FFF1FFF1
    D2000000 00000000
    Last edited by Demonic722; 08-13-2012 at 01:21 AM.
    3DS Friend Code: 4699-6293-3106

  4. The Following User Says Thank You to Demonic722 For This Useful Post:


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •