Page 3 of 7 FirstFirst 12345 ... LastLast
Results 21 to 30 of 66

Thread: The ASM Emotion Cycler [Complete/No Source]

  1. #21

    Default Re: The ASM Emotion Cycler [Project V1.1]

    Sorry can't test :/ Only v1.1

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

  2. #22

    Default Re: The ASM Emotion Cycler [Project V1.1]

    ok so whats my latest source (I cannot believe how much of an idiot I am....Itsme I think I based my source on yours you may want to check that!)

    Maniac has the latches but he's decided not to give them too me, asked me to stop bugging him about it, and can't be bothered explaining them too me, rofl

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

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

    Default Re: The ASM Emotion Cycler [Project V1.1]

    Quote Originally Posted by codelegend01
    Sorry can't test :/ Only v1.1
    I didn't ask for a tester. I'm positive that one works for 1.0. I didn't even test it. It's just common sense. It's his working source with 1.0 addresses and added checks.

    Quote Originally Posted by Area51_Hacker2
    ok so whats my latest source...
    Your working 1.1 source is:

    Code:
    @:Subtracting
    @:L trigger Latch ASM
    ldr r0, =0x021d9548
    ldrb r1,[r0]
    sub r1,#0x1
    strb r1,[r0]
    bx  lr
    
    @:Adding
    @:R trigger Latch ASM
    ldr r0, =0x021d9548
    ldrb r1,[r0]
    add r1,#0x1
    strb r1,[r0]
    bx  lr
    Animal Crossing: City Folk
    ACToolkit - NPC_Tool - PattView

  4. #24

    Default Re: The ASM Emotion Cycler [Project V1.1]

    I meant with checks also couldn't I use a duo trigger like

    32-bit conditional A is held down
    32-bit conditional A is released

    ?

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

  5. #25

    Default Re: The ASM Emotion Cycler [Project V1.1]

    Quote Originally Posted by Area51_Hacker2
    ok so whats my latest source (I cannot believe how much of an idiot I am....Itsme I think I based my source on yours you may want to check that!)

    Maniac has the latches but he's decided not to give them too me, asked me to stop bugging him about it, and can't be bothered explaining them too me, rofl
    XD that's maniac for ya...

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

  6. #26

    Default Re: The ASM Emotion Cycler [Project V1.1]

    Quote Originally Posted by codelegend01
    Quote Originally Posted by Area51_Hacker2
    ok so whats my latest source (I cannot believe how much of an idiot I am....Itsme I think I based my source on yours you may want to check that!)

    Maniac has the latches but he's decided not to give them too me, asked me to stop bugging him about it, and can't be bothered explaining them too me, rofl
    XD that's maniac for ya...
    Its because I didn't notice an obvious mistake in the Source.

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

  7. #27

    Default Re: The ASM Emotion Cycler [Project V1.1]

    and because latches aren't that hard if you think about it a bit >_>
    This is my siggy. I'll make it better when I stop being lazy

  8. #28

    Default Re: The ASM Emotion Cycler [Project V1.1]

    Hrrrrm

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

  9. #29

    Default Re: The ASM Emotion Cycler [Project V1.1]

    it has to do with making the activator part of the ASM, that's what I needed to find out to realize how to do it
    This is my siggy. I'll make it better when I stop being lazy

  10. #30

    Default Re: The ASM Emotion Cycler [Project V1.1]

    so I can just re-write the activator in ASM? No that can't be it.... There must be something else I have to add to it. Ah well I'll get onto the ASM activator

    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
  •