Page 1 of 2 12 LastLast
Results 1 to 10 of 17

Thread: Pretty confusing...

  1. #1

    Default Pretty confusing...

    Hi, I tryed to convert the Debug Menu codes from PKMD 2 JP to US and EU, but I found something strange.

    Here the (working) code for the JP Yami/Darkness version (I have the same problem with the Toki/Time code):
    94000130 FFDF0000
    B20B42E0 00000000
    200000C0 00000008
    D2000000 00000000

    For first: I do not know why there is a Pointer, because the pointed adress don't change (i'm not sure, but until now the adress which get modified is 021E5EF4)


    Here the code for the EU version of Team Darkness:
    94000130 FFDF0000
    B20AC0F4 00000000
    200000C0 00000008
    D2000000 00000000

    The code is correct, works ever on no$gba, but ONLY on no$gba... I have test the code with the original game and with an M3 Real. Nothings happens :/ Wht's wrong?

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

    Default

    The pointer address did change btw..from 20B42E0 to 20AC0F4... As for why it doesnt work with a normal game is that it may be a different version than the No$GBA one.

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


  3. #3

    Default

    Sry, I wanted to say, that the value of the Pointer doesn't change. And until now, it exists only one version of PMD2 EU (release was yesterday ...) and I have test the code on the M3 with the same ROM, with wich I have convert the code. And the JP code works with no$gba and with the M3 Real.

    (My english is not sooo good :/)

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

    Default

    Why not rehack it yourself?
    Animal Crossing: City Folk
    ACToolkit - NPC_Tool - PattView

  5. #5

    Default

    How do you mean it?

  6. #6

    Default

    since you have no$gba just make the code from scratch instead of trying to port
    This is my siggy. I'll make it better when I stop being lazy

  7. #7

    Default

    That's is what I made. For find the pointer adress, I have search the adress which will be edited to 0x08 with the code (in this case the RAM dump methode doesn't work, beacause the value of the pointer and thus the end-adress doesn't change. I wanted to put the Offset-Code nevertheless in the code, because they made it too in the JP version, no idea why..). Then: [adress] - 0xC0 = [the pointer's value]. Then I've search that value in 32bit for find the pointer adress and the best adress was 20AC0F4.

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

    Default

    What game, version, and code? I'll make it for ya...
    Animal Crossing: City Folk
    ACToolkit - NPC_Tool - PattView

  9. #9

    Default

    PMD2 Team Darkness (or Time) EU plz.

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

    Default

    Well that answered 2 out of 3 questions...

    Can you please explain what the code does exactly?
    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
  •