+ Reply to Thread
Results 1 to 8 of 8

Thread: Big discovery! Need help to finish!!

  1. #1
    Jahooze! re11ding's Avatar
    Join Date
    Jun 2009
    Location
    a place
    Age
    18
    Posts
    12

    Big discovery! Need help to finish!!

    since i have converted the Motion 3D code to platinum, i've been trying to convert the Crazy Zoom v1.2 since then.. i've done so many tests but no luck so i stopped testing for a while. Today i got in the mood to start again since i had nothing else to do. i have found the camera address code for platinum!

    If you want to help, make sure you already know advance things about the Action Replay

    from my motion 3D code i was trying to figure out the address of the code line that is the camera address itself but it wasn't possible because it had the watch address so you could change the value through the calculator. while looking through the D/P Crazy Zoom code i found the D/P camera code address in it. let me explain.

    here is the Motion 3D code i have converted to work: http://projectpokemon.org/forums/showthread.php?p=29129

    see any similarities to the two?

    Motion3D [D/P (U)]
    Spoiler

    94000130 FDFF0000
    DA000000 02000002
    B21C4D28 00000000
    B0000004 00000000
    D7000000 0000150E
    DC000000 FFFFFFFE
    94000130 FFF70000
    DA000000 00112F56
    D3000000 00000000
    D7000000 02000002
    D2000000 00000000


    Motion3D [Platinum (U)]
    Spoiler

    94000130 fdff0000
    da000000 02000002
    b2101d40 00000000
    d7000000 000012fe
    dc000000 fffffffe
    94000130 fff70000
    da000000 00111d10
    d3000000 00000000
    d7000000 02000002
    d2000000 00000000


    look at the only bolded parts of the 2 codes. this is the usual main code in most codes for that game. now look at the itatlic line in the DP code, this never needs to be in the Platinum codes. now look at the only underlined part of the 2 codes. not sure why, but these are part of the camera code address. lastly look at the Bolded and underlined address and vaule, this is the watch calculator code that allows you to activate the camera with the vaule you put in. this is also acting as the camera value control instead of using the actual address which was unknown for platinum. now look below.

    Crazy Zoom 1.2 D/P
    Spoiler
    B21C4D28 00000000
    B0000004 00000000
    DC000000 0000150E
    A0000000 FF000004
    D3000000 00000000
    121CED48 0000F000
    D2000000 00000000
    B21C59A4 00000000
    DA000000 0000001A
    94000130 FCF30204
    D4000000 FFFFFFFF
    D0000000 00000000
    94000130 FCF30208
    D4000000 00000001
    D0000000 00000000
    74000100 FF000020
    D7000000 0000001A
    D2000000 00000000
    B21C59A4 00000000
    DA000000 00000022
    94000130 FCF30108
    D4000000 FFFFFFFF
    D0000000 00000000
    94000130 FCF30104
    D4000000 00000001
    D0000000 00000000
    74000100 FF000020
    D7000000 00000022
    D2000000 00000000
    B21C59A4 00000000
    DA000000 0000002A
    94000130 FCF30004
    D4000000 FFFFFFFF
    D0000000 00000000
    94000130 FCF30008
    D4000000 00000001
    D0000000 00000000
    74000100 FF000020
    D7000000 0000002A
    D2000000 00000000

    :: Features

    * Zoom
    o R+Start - Zoom in
    o R+Select - Zoom out* Rotation Left/Right
    o L+Select - Left
    o L+Start - Right* Rotation Up/Down
    o L+R+Start - Up
    o L+R+Select - Down


    this code gives a lot of control to the camera but doesn't use the calculator. this means the rest of the camera address is in here somewhere. I bolded it to make things easier. thats the DP camera address and i confirmed this by noticing its the only code on the left column that begins with a 0, 1, or 2 which is a register address to place the value as.

    so finally here's the thing i need help with, i'm very close to converting the code, but there's just one more address that i'm not sure what to convert to (they are bolded)

    Crazy zoom (platinum US) IN TESTING
    Spoiler
    b2101d40 00000000
    DC000000 000012fe
    A0000000 FF000004
    D3000000 00000000
    121C8B24 0000F000
    D2000000 00000000

    B21C59A4 00000000
    DA000000 0000001A
    94000130 FCF30204
    D4000000 FFFFFFFF
    D0000000 00000000
    94000130 FCF30208
    D4000000 00000001
    D0000000 00000000
    74000100 FF000020
    D7000000 0000001A
    D2000000 00000000
    B21C59A4 00000000
    DA000000 00000022
    94000130 FCF30108
    D4000000 FFFFFFFF
    D0000000 00000000
    94000130 FCF30104
    D4000000 00000001
    D0000000 00000000
    74000100 FF000020
    D7000000 00000022
    D2000000 00000000
    B21C59A4 00000000
    DA000000 0000002A
    94000130 FCF30004
    D4000000 FFFFFFFF
    D0000000 00000000
    94000130 FCF30008
    D4000000 00000001
    D0000000 00000000
    74000100 FF000020
    D7000000 0000002A
    D2000000 00000000


    that address is the only thing left that i can't figure out how to convert. everything else should be fine. the things i underlined i am positive are right through testing. anything else i believe doesn't need to be touched for reasons that are just about impossible to explain and for studying every other differences in the 2 types of games (i coulted D and P as one type)

    Any help would really be appreciated!! once this is done, its complete!! anyone that converts it correctly will get half the credit for finishing the code!! oh boy oh boy oh boy!! i'm getting too excited!!!
    Jonny

  2. #2
    ....zzzZZZZ ShinyPalkia's Avatar
    Join Date
    Jul 2009
    Location
    Luxembourg
    Age
    24
    Posts
    22

    Re: Big discovery! Need help to finish!!

    I'm very busy at the moment, so I will not explain you the code line per line, but you don't need to convert the Crazy Zoom V1.2, I'm gonna work on a V2 soon.
    Last edited by ShinyPalkia; Aug 9th, 2009 at 08:08 PM.

  3. #3
    Jahooze! re11ding's Avatar
    Join Date
    Jun 2009
    Location
    a place
    Age
    18
    Posts
    12

    Re: Big discovery! Need help to finish!!

    Quote Originally Posted by ShinyPalkia View Post
    I'm very busy at the moment, so I will not explain you the code line per line, but you don't need to convert the Crazy Zoom V1.2, I'm gonna work on a V2 soon.
    what do you mean by that? you have a trainer toolkit or something? if you are really serious, then your telling me that all of my effort working on this was a waste of time. thanks a lot.
    Jonny

  4. #4
    ....zzzZZZZ ShinyPalkia's Avatar
    Join Date
    Jul 2009
    Location
    Luxembourg
    Age
    24
    Posts
    22

    Re: Big discovery! Need help to finish!!

    I use hasteDS. But I don't think it was waste of time, you earned some experience on how to convert AR codes, may be. =/ I already posted the US version somewhere on the Internet, I don't remember if it was the V1 or the V1.2, but it hasn't any importance because, as I said, I'm gonna work on an better version soon.

  5. #5
    Jahooze! re11ding's Avatar
    Join Date
    Jun 2009
    Location
    a place
    Age
    18
    Posts
    12

    Re: Big discovery! Need help to finish!!

    Quote Originally Posted by ShinyPalkia View Post
    I use hasteDS. But I don't think it was waste of time, you earned some experience on how to convert AR codes, may be. =/ I already posted the US version somewhere on the Internet, I don't remember if it was the V1 or the V1.2, but it hasn't any importance because, as I said, I'm gonna work on an better version soon.
    i've been a converter for a few years now. but it was for the game Super mario 64 DS v1.0 to v1.1 and vice versa. think you cuould find the code and/or link to code?
    Last edited by re11ding; Aug 11th, 2009 at 09:59 PM.
    Jonny

  6. #6

    Re: Big discovery! Need help to finish!!

    Speaking of Crazy Zoom v1.2, I can't get the code to work on my US Diamond version.

    Cheat codes like 100% Pokeball catch rate work, but the Crazy Zoom one doesn't.

    Any idea why?

    (And I'm sure my L and R buttons work, because I can scroll through PC boxes with them.)

  7. #7
    Jahooze! re11ding's Avatar
    Join Date
    Jun 2009
    Location
    a place
    Age
    18
    Posts
    12

    Re: Big discovery! Need help to finish!!

    Quote Originally Posted by Zowayix View Post
    Speaking of Crazy Zoom v1.2, I can't get the code to work on my US Diamond version.

    Cheat codes like 100% Pokeball catch rate work, but the Crazy Zoom one doesn't.

    Any idea why?

    (And I'm sure my L and R buttons work, because I can scroll through PC boxes with them.)
    hmm... thats odd. it worked on mine. your sure your start and select buttons work? i'm guessing they do but i'm just checking
    Jonny

  8. #8

    Re: Big discovery! Need help to finish!!

    Yes they do, I can arrange items in my bag with Select and use Start to advance the title screen.

    I'm using no$gba v2.6a by the way, does that matter?

+ Reply to Thread

Tags for this Thread

Bookmarks

Posting Permissions

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