Results 1 to 7 of 7

Thread: [NDS] Custom ASM Routine with a "(M)" Code [AR]

  1. #1

    Default [NDS] Custom ASM Routine with a "(M)" Code [AR]

    Kenobi from KodeWerx made an Action Replay DS hack that allows you to execute a custom ASM routine using the E type code. The only problem was that it would only for games without a custom "(M)" code. Here is a way I discovered to fix that problem.

    Original E code type hack made by Kenobi
    Code:
    023FE074 012FFF11
    Replace 023FE074 with the address at line 7 in the custom "(M)" code.

    Example:
    Animal Crossing: Wild World (U 1.0) custom "(M)" code
    Code:
    00000000 023f0000 //Line 1
    00000000 00000001 //Line 2
    00000000 00000000 //Line 3
    00000000 00000000 //Line 4
    00000000 00000000 //Line 5
    00000000 023ffe88 //Line 6
    00000000 023ff090 //Line 7
    00000000 00000000 //Line 8
    00000000 00000001 //Line 9
    023FF090 is the address that should replace 023FE074, giving you: 023FF090 012FFF11. To revert back to the normal E code type, you would use: 023FF090 E3520003. All credit for the codes should go to Kenobi; I just discovered a method for getting the hack to work with games that require a custom "(M)" code. I'm sure Kenobi could have figured this out himself if he already hasn't but, I didn't see any info on it.

  2. #2
    J.P. (Global Moderator) Maniac's Avatar
    Join Date
    Sep 2007
    Location
    Ohio, USA
    Posts
    2,083
    Blog Entries
    5

    Default Re: [ARDS] Custom ASM Routine with a "(M)" Code

    Nice, that unlocks a lot of possibilities for the game with custom (m) codes... Now to learn ASM ._. lol

    Say what you mean, mean what you say, and let your actions speak for you.


  3. #3

    Default Re: [ARDS] Custom ASM Routine with a "(M)" Code

    I've been messing around with it a bit today.
    You might want to look through this if you want to learn ASM:
    ARM Reference Manual

    Edit: This also has some good info: Arm Instruction Set

  4. #4
    J.P. (Global Moderator) Maniac's Avatar
    Join Date
    Sep 2007
    Location
    Ohio, USA
    Posts
    2,083
    Blog Entries
    5

    Default Re: [ARDS] Custom ASM Routine with a "(M)" Code

    Thanks....holy crap... 811 pages fun fun. Do you know how to put it into an AR code? Just wondering...

    Say what you mean, mean what you say, and let your actions speak for you.


  5. #5

    Default Re: [ARDS] Custom ASM Routine with a "(M)" Code

    Download Kenobi's ASM to ARDS application here.

  6. #6
    J.P. (Global Moderator) Maniac's Avatar
    Join Date
    Sep 2007
    Location
    Ohio, USA
    Posts
    2,083
    Blog Entries
    5

    Default Re: [ARDS] Custom ASM Routine with a "(M)" Code

    I forgot about that application... thanks.

    Say what you mean, mean what you say, and let your actions speak for you.


  7. #7

    Default Re: [NDS] Custom ASM Routine with a "(M)" Code [AR]

    That sounds really cool i tried reading that stuff posted ya know the clickable stuff but Its too confusing i think ill wait till im older

Posting Permissions

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