Results 1 to 10 of 45

Thread: My first attempts at ASM

Hybrid View

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

    Default

    Oh yeah... forgot about that part its a bit different thatn virus's tti but w\e I'll look into it a bit more.. I'm a bit rusty in ASM atm having not used it in awhile..

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


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

    Default

    I used the text to item source from RTWE, but Virus said it should work the same way (someone else was using it too)

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

    Default

    yeah the one in RTWE was written for it to work in THUMB, virus's TTI only works for ARM. Anyhow I will look over it.
    Last edited by Maniac; 10-15-2008 at 07:21 PM.

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


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

    Default

    I took your advice and made it store/load a halfword. Now it edits my hairstyle/hair color and eyes, but it still won't edit my tan. Also it still doesn't do it correctly. Edit: I probably forgot something, but I changed the source to this
    Code:
    removed
    Last edited by dragonboy269; 04-28-2009 at 06:25 PM.

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

    Default

    Your load should be a loading a byte, the store shoulde be strh, or storing a halfword. oh, and have the loop execute 4 times.

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


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

    Default

    I'll try that

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

    Default

    Alright, tell me how it works..

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


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

    Default

    Still does the same thing.

Posting Permissions

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