Results 1 to 3 of 3

Thread: AR code types?

  1. #1

    Default AR code types?

    What does the AR code type "DC000000 00000000" mean?

    I checked the Trainer Toolkit manual and it's unlisted, but I've seen it used in several codes. For example, the in-game name changer Dragonboy made:

    94000130 FCFF0000
    B21C5C88 00000000
    DC000000 000079E0
    F21D905E 00000008
    D2000000 00000000

  2. #2
    Member
    Join Date
    Aug 2008
    Location
    Arizona
    Posts
    1,073
    Blog Entries
    2

    Default

    DC000000 00000000 = adds an offset to the current offset
    for example....
    B21C5C88 00000000 sets the offset as the address held at 0x21C5C88
    DC000000 000079E0 adds 0x79E0 to that address


    this may help: http://doc.kodewerx.org/hacking_nds.html#arcodetypes
    Always willing to help with anything, code-related or not. :]

  3. #3

Posting Permissions

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