Page 3 of 4 FirstFirst 1234 LastLast
Results 21 to 30 of 39

Thread: Still Need ASM Help

  1. #21

    Default

    I'm guessing you add an offset to an the offline address to get the online address. Do you type in the address and add/sub an amount?
    3DS Friend Code: 4699-6293-3106

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

    Default

    Take two addresses that you already know, for example one for 1.0 and the same one for 1.1, find the difference between them, and use that value
    Always willing to help with anything, code-related or not. :]

  3. #23

    Default

    Do I remove the "--" thing that's already there because it sometimes tell me that there's an error. o_O
    3DS Friend Code: 4699-6293-3106

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

    Default

    Quote Originally Posted by Demonic View Post
    Do I remove the "--" thing thats already there cuz it sometimes tell me theres an error o_O
    huh? for the code porter thing? Just select to add/subtract, put a code at the top and click port
    For example put 121D88FE 000014FD (first player's slot address), put 228C in the value to apply part, and then press port, it'll output 121DAB8A 000014FD (second player's slot address)
    Always willing to help with anything, code-related or not. :]

  5. #25

    Default

    In ARDS Code I put: 121D88FE 000014FD
    Decimal Difference to +/-: 228C

    It keeps saying its not a valid integer value.
    3DS Friend Code: 4699-6293-3106

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

    Default

    Quote Originally Posted by dragonboy269 View Post
    By the way the only reason yours wouldn't compile is because of a typo XD

    You put: ldrh r8, 0x1FFE
    if you put
    ldrh r8,=0x1FFE
    it compiles
    Can i just... slap you for teaching bad habits? I've told you this sometimes takes more room than needed.. l:

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


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

    Default

    Sorry XD I've gotten used to a lot of bad habits. Most of my sources are unreadable because I've done weird things to make them compile as short as they possibly can. >_<
    Besides I haven't made a code in 3 months, and that code wasn't for ACWW it was for ACCF
    I'll work on re-making my codes in a "readable" way. XD
    Always willing to help with anything, code-related or not. :]

  8. #28

    Default

    Well, I found out how to use the code porter and I re-made a few codes. Thanks to dragonboy and maniac! :P
    3DS Friend Code: 4699-6293-3106

  9. #29

    Default

    Well I know this code probably has already been made but for practice I made a text to Inventory:

    Code:
    [Start+Select]
     
    94000130 FFF30000
    023FF090 012FFF11
    E0000000 00000068
    E28F2001 E12FFF12
    210F4811 240C2200
    30017803 DB002B3A
    400B3309 18D240A3
    D5F53C04 782D4D0B
    241C4B0B 4345480B
    531A195B D5FC3C02
    782D4D09 241C4B09
    43454806 531A195B
    D5FC3C02 00004770
    022AF136 021D02EC
    021D88FE 0000228C
    021CBD48 021CFC26
    023FF090 E3520003
    D2000000 00000000
    Instead of sending the item to slot 1, it sends it to all slots. Good for town jobs kinda.
    All addresses found by GH Staff, Original Code by Virus & Toenailed.
    Should I post my source?
    3DS Friend Code: 4699-6293-3106

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

    Default

    Probably not, as the original TTI source isn't even posted publicly. Unless it uses the same TTI that's in RTWE
    maybe you could post snippets leaving certain stuff out :P
    Always willing to help with anything, code-related or not. :]

Posting Permissions

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