Results 1 to 10 of 39

Thread: Still Need ASM Help

Hybrid View

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

    Default

    Quote Originally Posted by Demonic View Post
    So will my code work too? (will check later) and your source is so small..compared to all my registers o_O is thumb more efficient with codes like these?
    I dunno if it'll work, I haven't tried it. And the longer a code is, the more efficient it is to use THUMB. (of course I usually make ALL my codes in THUMB) Text activators are picky, sometimes it won't compile for random reasons.
    Always willing to help with anything, code-related or not. :]

  2. #2

    Default

    Nice! I just typed "re" into the chat box without submitting it and it erased the hockey masks. Could you tell me another reason why my code doesn't activate besides the fact that there was a typo that I fixed? :P

    Code Source again:

    Code:
    removed
    Which compiled to:
    Code:
    removed
    Last edited by Demonic722; 06-23-2010 at 03:56 PM.
    3DS Friend Code: 4699-6293-3106

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

    Default

    Well, for one, when doing text activators, you should put
    ldrh r0, word
    instead of
    ldr r0,word
    may not help, but it should
    Always willing to help with anything, code-related or not. :]

  4. #4

    Default

    I'm going to try it so I change:

    ldr r0, word to: ldrh r0, word?

    Oh, and by the way, could you tell me whats 0x3C16 in that source?
    3DS Friend Code: 4699-6293-3106

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

    Default

    Quote Originally Posted by Demonic View Post
    Im going to try it so I change:

    ldr r0, word to: ldrh r0, word?

    Oh and btw, could yu tell me whats 0x3C16 in that source?
    Eh, i used the text pointer for "typing" instead of the sent message. That's why it activated without having to submit the message :P
    You know how to use pointers right? Basically, the text address for "typed" text is
    Code:
     (address at 0x21CAF6C) + 0x3C16
    Always willing to help with anything, code-related or not. :]

  6. #6

    Default

    Ohh, so 0x22AF136 is sent text and 0x21CAF6C is for plain text? I know code type 'B' is used for Pointers. How did you find that address? Did you type "something" in the keyboard and do a search then dump, reset, and do it again?

    Edit: Fixed typos.
    3DS Friend Code: 4699-6293-3106

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

    Default

    Quote Originally Posted by Demonic View Post
    Ohh..so 0x22AF136 is sent text and 0x21CAF6C is just plain text? I know that B code type or something loads from the pointer address? how did yu find that
    address..did yu type something in the keyboard and do a search then dump and reset and do it again?
    I used no$gba and emuhaste, i typed "stuff" outside, seached for "stuff" wrote down that address i went inside, typed "stuff" wrote down that address, getting a dump each time, then i used
    DS Workshop (should be here somewhere) on the pointer search part, loaded the two dumps and wrote the address of "stuff" for each dump, then did a search. XD
    Always willing to help with anything, code-related or not. :]

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

    Default

    Locked as requested.

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


Posting Permissions

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