Page 4 of 7 FirstFirst ... 23456 ... LastLast
Results 31 to 40 of 70

Thread: ASM Text to Emotion

  1. #31
    Chris (Administrator) Vash's Avatar
    Join Date
    Sep 2007
    Location
    Teh Interwebz
    Posts
    1,992
    Blog Entries
    27

    Default Re: ASM Text to Emotion

    Quote Originally Posted by Area51_Hacker2
    No thats EU:

    Code:
    V1.1:
    94000130 FDFF0000
    023FF090 012FFF11
    E0000000 00000018
    E59F000C E5D00000
    E2400001 E5C00000
    E12FFF1E 121D9548
    023FF090 E3520003
    D2000000 00000000
    94000130 FEFF0000
    023FF090 012FFF11
    E0000000 00000018
    E59F000C E5D00000
    E2800001 E5C00000
    E12FFF1E 121D9548
    023FF090 E3520003
    D2000000 00000000
    That had absolutely nothing to do with what we were talking about...
    Animal Crossing: City Folk
    ACToolkit - NPC_Tool - PattView

  2. #32

    Default Re: ASM Text to Emotion

    Quote Originally Posted by codelegend01
    V1.1?
    Actually Codelegend has offered to test my code. I forgot that my code was EU and he had asked for V1.1 so he could test. Sorry I forgot to quote that in my post.

    Remember to always click the thanks button of those who help you! It makes them feel wanted:

  3. #33

    Default Re: ASM Text to Emotion

    Nope still not working...

    if you need me, I'm hazardousgfx on hackforums.net

  4. #34

    Default Re: ASM Text to Emotion

    at all?

    Remember to always click the thanks button of those who help you! It makes them feel wanted:

  5. #35

    Default Re: ASM Text to Emotion

    Nope, nothing.

    if you need me, I'm hazardousgfx on hackforums.net

  6. #36

    Default Re: ASM Text to Emotion

    Hrrrm try these:

    1. Hit r or l BEFORE you go into the emotion too see if it changes like that

    2. The reverse

    3. Tap the emotion too see if the picture just didn't change

    Remember to always click the thanks button of those who help you! It makes them feel wanted:

  7. #37

    Default Re: ASM Text to Emotion

    Quote Originally Posted by Area51_Hacker2
    Hrrrm try these:

    1. Hit r or l BEFORE you go into the emotion too see if it changes like that

    2. The reverse

    3. Tap the emotion too see if the picture just didn't change
    Okay results:
    Nothing still /=

    if you need me, I'm hazardousgfx on hackforums.net

  8. #38

    Default Re: ASM Text to Emotion

    Weird :S If anyone wants too point out any flaws with my source :S
    Code:
    ldr r0, =0x121dcbf0
    ldrb r0,[r0]
    sub r0,#0x1
    strb r0,[r0]
    bx  lr
    
    ldr r0, =0x121dcbf0
    ldrb r0,[r0]
    add r0,#0x1
    strb r0,[r0]
    bx  lr
    (Thats EU)

    I think maybe

    Code:
    ldr r0, =0x121dcbf0
    ldrb r0,r1
    sub r0,#0x1
    strb r0,r1
    bx  lr
    
    ldr r0, =0x121dcbf0
    ldrb r0,r1
    add r0,#0x1
    strb r0,r1
    bx  lr
    That might work better

    This is a little of topic I think I'll start a new topic for this project.

    Remember to always click the thanks button of those who help you! It makes them feel wanted:

  9. #39

    Default Re: ASM Text to Emotion

    EDIT: nevermind, the one Maniac helped you with fixed what I was saying to fix :P
    This is my siggy. I'll make it better when I stop being lazy

  10. #40

    Default Re: ASM Text to Emotion

    I changed it in the other one. Maniac said it made sense the only reason I created a new topic is because it was kinda off topic (this one) If you want a text to emotion PM Virus I bet he can easily mod TTI to fit your needs.

    Remember to always click the thanks button of those who help you! It makes them feel wanted:

Posting Permissions

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