Results 1 to 9 of 9

Thread: Convert these codes to EU

  1. #1

    Default Convert these codes to EU

    Hi guys !

    Could someone convert these codes to EU ? it would be kind. ^^

    Dragonboy's pick up anything code: http://game-hackers.com/threads/71-N...ll=1#post29001

    Drop items on water/Dig on water cement/place patterns on water
    : http://game-hackers.com/threads/71-N...ll=1#post28862

    Thanks.

  2. #2

    Default

    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:

  3. The Following User Says Thank You to Area51_Hacker2 For This Useful Post:


  4. #3

    Default

    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

  5. The Following 2 Users Say Thank You to Demonic722 For This Useful Post:


  6. #4

    Default

    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:

  7. #5

    Default

    Thanks for your answers. I think it'll be easier to convert them since they've been made by using ARDS Codetypes.

  8. #6

    Default

    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:
    Code:
    12362352 0000XXXX
    12362354 0000XXXX
    12362356 0000XXXX
    12362358 0000XXXX
    1236235A 0000XXXX
    1236235C 0000XXXX
    That code modifies whats being displayed...can't seem to buy the item though and you can place an item ontop of an item.
    Last edited by Demonic722; 11-13-2010 at 09:14 AM.
    3DS Friend Code: 4699-6293-3106

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


  10. #7

    Default

    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 ?

  11. #8

    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

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


  13. #9

    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

  14. 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
  •