Page 6 of 7 FirstFirst ... 4567 LastLast
Results 51 to 60 of 66

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

  1. #51
    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 Area51_Hacker2
    How can it be shorter!
    Custom latch written by Virus. Anywho, I'm going to post it in the Release topics.
    Animal Crossing: City Folk
    ACToolkit - NPC_Tool - PattView

  2. #52

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

    Will mine work?
    Code:
    Plain Asm Version:
    ldrb r2, Latch
    ldr r4, IOKeys
    ldrh r4, [r4]
    tst r4, #0xDF
    movne r2, #0x0
    bne LatchSet
    cmp r2, #0x1
    ldr r0, =0x121d9548
    ldrb r1,[r0]
    sub r1,#0x1
    strb r1,[r0]
    movne r2, #0x1
    
    LatchSet:
    
    strb r2, Latch
    
    IOKeys:
    .long 0x4000130
    Latch:
    .byte 0
    .short 0
    
    _
    
    ldrb r2, Latch
    ldr r4, IOKeys
    ldrh r4, [r4]
    tst r4, #0xEF
    movne r2, #0x0
    bne LatchSet
    cmp r2, #0x1
    ldr r0, =0x121d9548
    ldrb r1,[r0]
    add r1,#0x1
    strb r1,[r0]
    movne r2, #0x1
    
    LatchSet:
    
    strb r2, Latch
    
    IOKeys:
    .long 0x4000130
    Latch:
    .byte 0
    .short 0

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

  3. #53
    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 Area51_Hacker2
    Will mine work?...
    Not sure.
    Animal Crossing: City Folk
    ACToolkit - NPC_Tool - PattView

  4. #54

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

    Got a question. does this code only work for slot 1 of the emotions or is there more to it?

    EDIT: I tried it and it works on the first slot. Awesome job too! tried every emotion :P

  5. #55
    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 Oni-Neoxes
    Got a question. does this code only work for slot 1 of the emotions or is there more to it?

    EDIT: I tried it and it works on the first slot. Awesome job too! tried every emotion :P
    I don't see a reason to add anymore slot support. It would be possible I guess...
    Animal Crossing: City Folk
    ACToolkit - NPC_Tool - PattView

  6. #56
    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]

    [youtubedxk0kny]FcjA4ApdC8k[/youtubedxk0kny]
    Animal Crossing: City Folk
    ACToolkit - NPC_Tool - PattView

  7. #57

    Default Re: The ASM Emotion Cycler [Complete/No Source]

    awesome ^^

    The music is freaking cool !!!it make me laugh xD what is her name?

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

    Default Re: The ASM Emotion Cycler [Complete/No Source]

    Mucka Blucka - Tally Hall

    Amazing band.
    Tallyhall.com

    'Nuff said.
    Animal Crossing: City Folk
    ACToolkit - NPC_Tool - PattView

  9. #59

    Default Re: The ASM Emotion Cycler [Complete/No Source]

    hey the emote cycler dosnt work on wifi when i tested.... is it ok if u make a wifi version too? no rush. u can do it anytime want... it just world b helpful

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

    Default Re: The ASM Emotion Cycler [Complete/No Source]

    Quote Originally Posted by yyhhggtt
    hey the emote cycler dosnt work on wifi when i tested.... is it ok if u make a wifi version too? no rush. u can do it anytime want... it just world b helpful
    It wouldn't be too hard, I would just need a TT. I can't do it.
    Animal Crossing: City Folk
    ACToolkit - NPC_Tool - PattView

Posting Permissions

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