I think you would need DB to do that as he wrote those in asm
I think you would need DB to do that as he wrote those in asm
Remember to always click the thanks button of those who help you! It makes them feel wanted:↓
Edit: He didn't write a Custom ASM Routine to make those, he used the ARDS Codetypes and a Debugger.
Last edited by Demonic722; 08-13-2012 at 01:15 AM.
3DS Friend Code: 4699-6293-3106
My mistake Demonic - man I'm getting lazy :L
Remember to always click the thanks button of those who help you! It makes them feel wanted:↓
Thanks for your answers. I think it'll be easier to convert them since they've been made by using ARDS Codetypes.
It's okay, heh. I've been getting lazy as well...Haven't made any codes lately nor tried learning any different programming languages. Anyways, I know this is an EU post, but does an ables modifier already exist? (I cant think of any better codes to make)
For 1.0:
That code modifies whats being displayed...can't seem to buy the item though and you can place an item ontop of an item.Code:12362352 0000XXXX 12362354 0000XXXX 12362356 0000XXXX 12362358 0000XXXX 1236235A 0000XXXX 1236235C 0000XXXX
Last edited by Demonic722; 11-13-2010 at 09:14 AM.
3DS Friend Code: 4699-6293-3106
I don't understand how to use your code Demonic. x.x
I have to replace the xxxx by what values ? It's an EU or an US 1.0 code ?
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:
This can be used for easy duplicating a pattern to another slot.Code:Back Row: 12362394 00003E04 12362396 00003E08 12362398 00003E0C 1236239A 00003E10 Front Row: 123623B4 00003E14 123623B6 00003E18 123623B8 00003E1C 123623BA 00003E20
I don't think these codes were made; if not, I made a new code.
Hex Values:
Pattern Difference: 0x4Code: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
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
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):
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 patternCode:94000130 FFFC0000 B22AEEE0 00000000 00000160 0000XXXX D2000000 00000000
in the back row.
Able Sisters Clothing Pattern Duplication Code [Not Permanent Duplication] (Hold A+B while walking in Ables)
Remove All Patterns in Ables (I think...) [A+B]Code:94000130 FFFC0000 B22AEEE0 00000000 10000160 0000XXXX 10000162 0000XXXX 10000164 0000XXXX 10000166 0000XXXX 10000180 0000XXXX 10000182 0000XXXX 10000184 0000XXXX 10000186 0000XXXX D2000000 00000000
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