Results 1 to 10 of 10

Thread: ACWW Code Tester Help WANTED

  1. #1

    Default ACWW Code Tester Help WANTED

    Can someone test this code for me ingame and see how it works?

    When on Wifi, press L+Select to Delete seeds or unusable space from all people on wifi's inventory



    94000130 FDFB0000
    023FF090 012FFF11
    E0000000 0000007C
    E59F005C E59F105C
    E59F205C E59F305A
    E59F5058 E59F8056
    E1DFB5B8 E59F4052
    E790C002 E15C0003
    AA000002 E15C0004
    1A000000 E18050B2
    E2522002 5AFFFFF6
    E2888001 E3580004
    1A000000 E12FFF1E
    E5914000 E084400B
    E5814000 E282201E
    EAFFFFED 021CFC26
    021CBD48 5000001E
    0001FFF1 F0300004
    0000228C 00000000
    023FF090 E3520003
    D2000000 00000000



    PM me if you want the source.

    I need this tested to see if it freeezes. Please post errors or crashes

    Original Idea was either by Dboy or FatBoy, can't remember. All routine by me. All addresses not found by me.
    http://siestacat.webs.com/GetAttachment.jpg

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

    Default

    I think I've said this but deleting a seed from their inven wont do anything..

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


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

    Default

    A better idea would be to make a code that slowly searches the ground for any changes, if so check if that change is the addition of a seed, if it is put the other item back. You'd need to use a lot of free memory for that though

    First you'd need 32 bits to store the map slot you're on (that way you can have it run in the background without lagging the game)

    Then a space to store every item on the ground (for example, pressing L+R+Up to run a "snapshot" that stores each item on your ground in free memory, then upon release the code starts searching the ground for any changes)

    Then, after that, to stop the code press L+R+Down

  4. #4

    Default

    Eh. Maybe. I'll look into that. I made it, but than realized that that wouldn't really help much... ok... scratch that...
    http://siestacat.webs.com/GetAttachment.jpg

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

    Default

    I know exactly what to do to make it, I'm just really lazy lately for some reason and all I wanna do is sleep XD
    Plus I'm supposed to be doing school work.

    Here's a simple version

    Press L+R+Up to save a snapshot of your town, press L+R+Down to restore

    Code:
    94000130 FCBF0000
    DC000000 021E3124
    F22BF220 00002000
    D2000000 00000000
    94000130 FC7F0000
    DC000000 022BF220
    F21E3124 00002000
    D2000000 00000000
    However, the BEST way to do it would be an ASM routine that works in real time automatically. That way you won't have to worry about pressing buttons or anything before someone leaves your town. You just press once to activate, and again to deactivate.

  6. #6

    Default

    That would work. Good idea. I was going to ask for the source, but *gasp* I realized its in standard.
    http://siestacat.webs.com/GetAttachment.jpg

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

    Default

    Code:
    94000130 FCBF0000
    DC000000 021E3124   @offset register now holds first map slot
    F22BF220 00002000    @copy #0x2000 bytes from the map to free memory starting at 022BF220
    D2000000 00000000 
    94000130 FC7F0000
    DC000000 022BF220   @offset register now holds first free memory slot
    F21E3124 00002000   @copy #0x2000 bytes back to the map
    D2000000 00000000

  8. #8
    Ban-hammered!
    Join Date
    Jul 2010
    Location
    America
    Posts
    71

    Exclamation Dragonboy269 or Anybody who can make this HELP |ME

    Quote Originally Posted by dragonboy269 View Post
    I know exactly what to do to make it, I'm just really lazy lately for some reason and all I wanna do is sleep XD
    Plus I'm supposed to be doing school work.

    Here's a simple version

    Press L+R+Up to save a snapshot of your town, press L+R+Down to restore



    What version is it? I would die for that code ( Not literally ) I need that for US/ v1.1

    Code:
    94000130 FCBF0000
    DC000000 021E3124
    F22BF220 00002000
    D2000000 00000000
    94000130 FC7F0000
    DC000000 022BF220
    F21E3124 00002000
    D2000000 00000000
    However, the BEST way to do it would be an ASM routine that works in real time automatically. That way you won't have to worry about pressing buttons or anything before someone leaves your town. You just press once to activate, and again to deactivate.

  9. #9

    Default

    What do you want?
    http://siestacat.webs.com/GetAttachment.jpg

  10. #10

    Default

    lol it got bumped..
    3DS Friend Code: 4699-6293-3106

Posting Permissions

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