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.