Page 1 of 3 123 LastLast
Results 1 to 10 of 21

Thread: DSWorkshop Tutorials

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

    Default DSWorkshop Tutorials

    Search and Replace:

    For this tutorial I will make a Rocks to Weeds code for Animal Crossing: Wild World U1.0.

    Step 1:


    First, you will need to make your Joker (or Activator). Use the Joker Generator to do this. Once you've generated your code, copy the top line of the code and place it in the Activator box in the Search and Replace tab (as shown in Step 2).

    Step 2:


    In this step, you'll paste the Joker into the Activator box.

    Step 3:


    Start address is where the world map starts. In 1.0 this address is 0x021E3124. That is why 21E3124 is in the Start Address box. Next, you will find how many times to repeat. For the world map, it will need to repeat 4096 times. Start value is the first hex value for a rock. Rocks start at 00E3 and go up to 00EC. This includes 00E3, 00E4, 00E5, 00E6, and so on. That is why the start address is 00E3 and the end value is 00EC. We want to replace these with weeds, which the hex for a weed is 0021. Leave the copy address alone. That is set by default. Then generate your code and you're done!
    Animal Crossing: City Folk
    ACToolkit - NPC_Tool - PattView

  2. #2

    Default Re: DSWorkshop Tutorials

    Nice, except I dont know where you find the start address. Is it for player one or I dont know??? The onyl thing I dont get whatss start adress.
    EDIT:Who would you make it v 1.1? You use teh code porter and add a # or subtract a #

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

    Default Re: DSWorkshop Tutorials

    U1.0
    21e3124

    U1.1
    21e36a4

    EU
    21e6d4c

    Those are for the world map in AC:WW
    Animal Crossing: City Folk
    ACToolkit - NPC_Tool - PattView

  4. #4

    Default Re: DSWorkshop Tutorials

    Lol, I dont have a start value. Instead I have value to replace and I cant click on my end value. What do I do then.

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

    Default Re: DSWorkshop Tutorials

    Change to Range...

    Follow the images...
    Animal Crossing: City Folk
    ACToolkit - NPC_Tool - PattView

  6. #6

    Default Re: DSWorkshop Tutorials

    What version of DSWorkshop are you using? Is the latest one?
    Edit:
    I tried something. Press L+R+Start
    Code:
    94000130 FCFB0000
    D3000000 021E36A2
    C0000000 00000FFF
    DC000000 00000002
    F2000000 00000002
    82000000 00005000
    72000000 00005009
    10000000 00000021
    D2000000 00000000

  7. #7

    Default Re: DSWorkshop Tutorials

    Quote Originally Posted by Velocity
    What version of DSWorkshop are you using? Is the latest one?
    Edit:
    I tried something. Press L+R+Start
    Code:
    94000130 FCFB0000
    D3000000 021E36A2
    C0000000 00000FFF
    DC000000 00000002
    F2000000 00000002
    82000000 00005000
    72000000 00005009
    10000000 00000021
    D2000000 00000000
    Whats the code do?

  8. #8

    Default Re: DSWorkshop Tutorials

    S'pose to remove the neighbors houses. I cant try it out because my cousin jacked my game. So Im gunnu buy my own.

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

    Default Re: DSWorkshop Tutorials

    that would turn them to weeds.

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


  10. #10

    Default Re: DSWorkshop Tutorials

    I just made a code, not with the porter, and am wondering how the code porter works? If anyone wants to tell me send me a pm.


    EDIT: the code i made works yay!! It was supposed to replace royal crowns with king tut wigs by pressing select & start. YAY!!!!

Posting Permissions

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