Kingdom Hearts II: Final Mix Codes (Closed 3)

Discussion in 'Code Vault' started by NeoCloudstrife, Aug 15, 2009.

Thread Status:
Not open for further replies.
  1. Mixt The dude that does the thing

    Joined:
    Oct 18, 2006
    Gender:
    Male
    826
    Oh, sorry I forgot the screenshot when I was copying things over.

    [​IMG]

    It is easiest to see here because the struggle stage is placed on a higher layer than the blur effect so you can see the ghosting abruptly end.

    With my admittedly small knowledge of coding, I find it hard to believe that codes can't touch this. Time and time again coders find things that were previously deemed ridiculous. But on the flip side I know this is an odd request and is likely much harder than it is actually worth.
     
  2. Majik Chaser

    Joined:
    Dec 13, 2006
    Gender:
    Male
    74
    To be honest, codes can fix it. It's just not feasible though. People here don't know anything about assembly hacking, which this would require if you want to remove the "focus" effect the camera has in all cutscenes. A alternate would be for someone to fix it through DMA, which is highly unfeasible, as the code would need to be remade for each individual cutscene.
     
  3. Mixt The dude that does the thing

    Joined:
    Oct 18, 2006
    Gender:
    Male
    826
    Yeah, I wouldn't mind doing the leg work. But I really only know the basic concepts of coding. In fact all I really know is about theory, I have absolutely no idea how the execution works.
     
  4. Wheel of Time Time forever preserved in memory.

    Joined:
    Apr 1, 2007
    Gender:
    Male
    Location:
    Europe, Sweden
    36
    Yes, but not the Sora you're playing as. You have to replace Donald or Goofy with a boss and then replace that boss' model with Sora's.
     
  5. Gultigargar Hollow Bastion Committee

    Joined:
    Oct 25, 2009
    Location:
    Europe, Denmark
    25
    591
    He's not dual wielding because you haven't give him dual wield status.

    Grey lines are not needed, because the value at that address is already the same as you're changing it to. So those are lines that do literally nothing.

    Red lines make no sense. You're trying to do something with Mulan and Valor Form's moveset, but I can't figure out what...
     
  6. roxas9 Moogle Assistant

    Joined:
    May 28, 2011
    0
    4
    guys there is a code to play as jafar genie??
     
  7. ♥♦♣♠Luxord♥♦♣♠ Chaser

    Joined:
    Jan 13, 2009
    1,773
    Is it possible: yes
    It there a code for it: no
     
  8. andzalot55 Merlin's Housekeeper

    Joined:
    Apr 28, 2009
    Location:
    Canada
    0
    14
    Does anyone have codes for "Sora Boss"???
    :3
     
  9. Gultigargar Hollow Bastion Committee

    Joined:
    Oct 25, 2009
    Location:
    Europe, Denmark
    25
    591
  10. ♥♦♣♠Luxord♥♦♣♠ Chaser

    Joined:
    Jan 13, 2009
    1,773
    lawl

    I suggested going back a page or two and reading....
     
  11. roxas9 Moogle Assistant

    Joined:
    May 28, 2011
    0
    4
    why when I try to replace donald or goofy with final xemnas I see a void in their place the code to replace Donald in this example is not 11CE0B6A 0000081F??
     
  12. Gultigargar Hollow Bastion Committee

    Joined:
    Oct 25, 2009
    Location:
    Europe, Denmark
    25
    591
    Final Xemnas is special. There needs to be two of him before he appears, and he is very picky about what you can replace, which means he won't work if he is not replacing just the right objects.
     
  13. roxas9 Moogle Assistant

    Joined:
    May 28, 2011
    0
    4
    I understand so if I want to make it appear I have to replace it with more objects in the room such as the Emperor in the land of dragons, right?
     
  14. chessplayerjames Destiny Islands Resident

    Joined:
    Jun 8, 2009
    Gender:
    Male
    Location:
    Hanging in Ecuador
    3
    95
    What code should I use if I wanted to reduce my (Sora's) Magic level to 0 (or 1, if 0 isn't possible). I want to do Lexaeus, and only use the triangle reaction command on him to defeat him, and I don't want Reflect to hurt him any (or just a little, if 0 isn't possible). I looked on the front page and I saw the XX digits, but it didn't provide any yy digits.
     
  15. ♥♦♣♠Luxord♥♦♣♠ Chaser

    Joined:
    Jan 13, 2009
    1,773
    Sora's magic is 0

    0032E029 00000000

    Sora's magic is 1

    0032E029 00000001
     
  16. Gultigargar Hollow Bastion Committee

    Joined:
    Oct 25, 2009
    Location:
    Europe, Denmark
    25
    591
    1) This code is actually for Sora's strenght stat, not magic.
    2) It only modifies the amount of "stat boosts", not the actualy stat. I don't think I've ever seen a stat code that modifies the stats directly, only these "stat boost" ones.
     
  17. ♥♦♣♠Luxord♥♦♣♠ Chaser

    Joined:
    Jan 13, 2009
    1,773
    Then the attachment is wrong.
    Shame this thread gets worse and worse.
     
  18. Gultigargar Hollow Bastion Committee

    Joined:
    Oct 25, 2009
    Location:
    Europe, Denmark
    25
    591
    Sat down and hacked some "Zero stats" codes. NOTE: The status menu will not show your stats as zero, but they are actually zero.
    Code:
    Zero strength
    01C6C8D8 00000000
    
    Zero magic
    01C6C1A2 00000000
    01C6C8DA 00000000
    (There are apparently two adresses for this? These two addresses always have the same value as your magic stat...)
    
    Zero defense
    01C6C8DC 00000000
    I suppose you could also use these codes to increase your stats, but the front page versions work fine, so why bother?

    EDIT: @chessplayerjames: I'm pretty sure reflect will still do damage, even with a magic stat of zero. But you don't need reflect anyway, just use guard...
     
  19. chessplayerjames Destiny Islands Resident

    Joined:
    Jun 8, 2009
    Gender:
    Male
    Location:
    Hanging in Ecuador
    3
    95
    I tried the Zero Magic code, but it didn't seem to work. Reflect (and my other magic spells) did the same amount of damage. I used Codebreaker, BTW. I did the code like 01C6C1A2 00000000 01C6C8DA 00000000
     
  20. Gultigargar Hollow Bastion Committee

    Joined:
    Oct 25, 2009
    Location:
    Europe, Denmark
    25
    591
    It does work, they all do. I've triple tested it. But if your magic stat was low to begin with, then there probably won't be much difference.

    But maybe it's your coebreaker that's the problem? Try and see if the cure spell can heal you. When I use these codes, cure doesn't heal me at all. That should be the same when you use them.
     
Thread Status:
Not open for further replies.