Results 1 to 10 of 10

Thread: ACWW Code Tester Help WANTED

Hybrid View

  1. #1
    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.

  2. #2

    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

  3. #3
    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

  4. #4
    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.

  5. #5

    Default

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

  6. #6

    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
  •