Kingdom Hearts Final Mix NTSC/J Codes

Discussion in 'Code Vault' started by NeoCloudstrife, May 8, 2009.

  1. Wheel of Time Time forever preserved in memory.

    Joined:
    Apr 1, 2007
    Gender:
    Male
    Location:
    Europe, Sweden
    36
    Room modifer (R2)
    E003FDFF 004E42DC
    102BC128 000000WW
    102BC130 000000RR
    102BC134 000000FF

    Digits should be the same as KH1
     
  2. Loomer Moogle Assistant

    Joined:
    Mar 21, 2018
    Gender:
    Male
    0
    1
    I am new to coding. I'm trying to figure out how to convert:

    Sora's Weapon Equipped Modifier from KH1 (Codebreaker)
    0AE54929 000000??
    to KH1FM

    I have tried using Omniconvert using the Game ID: 01FF and end up with:
    003F1CC6 000000??
    Which FM recognizes but does nothing when trying to use any numbers where the ?? are which is supposed to be the replacement code.

    I have also tried switching between the Kingdom Key and Jungle Key while trying to find the unknown initial value using Cheat Engine but the lowest I've been able to get to was 90,000 possibilities before giving up because it takes forever to find.

    Could anyone try to convert this for me or give me a step in the right direction for me to go from there? Thank you.
     
    Last edited: Mar 21, 2018
  3. Wheel of Time Time forever preserved in memory.

    Joined:
    Apr 1, 2007
    Gender:
    Male
    Location:
    Europe, Sweden
    36
    Omniconvert can't convert across regions, it just changes the format. I have attempted to port it, but I'm not guaranteeing it'll work.

    Sora's Weapon Equipped Modifier (KH1FM)
    003F83B4 000000??

    So try that and see if it works.
     
  4. MrHuggleBuffles Moogle Assistant

    Joined:
    Jun 22, 2018
    Gender:
    Male
    0
    4
    Is there a way to code abilities that the player does not have into the save file?
    Long story short, I have an english patch for fm and it bugged encounter plus.
     
  5. TheHooligan95 Merlin's Housekeeper

    Joined:
    Jul 5, 2017
    Gender:
    M
    1
    10
    If you have a save file before the unlock, try re-unlocking it on an pristine final mix iso
     
  6. MrHuggleBuffles Moogle Assistant

    Joined:
    Jun 22, 2018
    Gender:
    Male
    0
    4
    I am at End of the World, Final Rest. The only save files i have before synthesizing is 18 hours into the game and i'm at 60 hours into the game currently.
     
  7. Couno Moogle Assistant

    Joined:
    Jun 25, 2018
    0
    4
    Hello guys,

    I am looking for a code that will allow you to change the target of a boss (As the target mode in KH2)

    Only I can not find ID corresponding to a character in the game (Unlike KH2)

    This video shows that this is possible here:


    This guy seems to have entered a code changing the ID of each character !

    I use Emuhast and PS2dis for the values... But i don't find...

    Can you help me please ?
     
  8. Blayz Mods Set The World A Blayz

    Joined:
    Feb 20, 2010
    Gender:
    Male
    Location:
    Washington State
    72
    That's more then likely an ASM Hack if anything else, that sort of thing is not easy to do normal hacking wise.

    Edit: because finding the ID to each character is not displayed in plain sight like it is for kh2, you have to be able to read the code in order to locate the correct addresses.
     
  9. Couno Moogle Assistant

    Joined:
    Jun 25, 2018
    0
    4

    Thank you for your reply. In fact the codes are different from those on KH2. And I can not find them: / Because I searched and I do not find on the software ... I think the code in question is included on a single data address. But I do not know which values I should go to :/

    Because in Kingdom hearts 2, the code in question concerns only one address. Corresponding to the target mode of Sora. (2034e948 XXXXXXXX) ... the "X" are the values of Sora in a room.

    For Kingdom Hearts 1, the model ID of Sora is: xa_ex_0010.mdls. I think that by entering this ID we could find an address corresponding to the target mode ... But how?

    ps: I use Emuhast and PS2dis.


    I continue my search.
     
    Last edited: Jul 8, 2018
  10. Blayz Mods Set The World A Blayz

    Joined:
    Feb 20, 2010
    Gender:
    Male
    Location:
    Washington State
    72
    Hit ctrl or command on mac + F on you're keyboard and search his ID, let me know if it brings you anywhere promising.
     
  11. ThePenitentMan1 Moogle Assistant

    Joined:
    May 16, 2018
    Gender:
    Male
    2
    7
    I ported some1fromthedark's party mod to Final Mix.

    Code:
    patch=1,EE,003F880F,extended,000000xx
    patch=1,EE,003F8810,extended,000000xx
    patch=1,EE,003F8811,extended,000000xx
    
    Here are the digits from his post:

     
    Last edited: Sep 3, 2018
  12. DeadDeadDead Merlin's Housekeeper

    Joined:
    Sep 2, 2018
    Gender:
    MALE
    Location:
    Nowhere
    4
    29
    Have anyone posted "All Abilities" code list yet?
     
  13. ThePenitentMan1 Moogle Assistant

    Joined:
    May 16, 2018
    Gender:
    Male
    2
    7
    Enzineda's Level 1 patch had the ability codes. I messed around with them a little bit to discover the ones he hadn't put in his patch.

    Please note that these codes will override and erase whatever abilities you already had. I like using the first slot's code to replace an unwanted ability with another one (Such as, for example, replacing Tech Boost with Critical Plus).

    Here are the codes:

    Code:
    // Sora, Ability Slots 1-34:
    patch=1,EE,003F83C4,extended,000000__
    patch=1,EE,003F83C5,extended,000000__
    patch=1,EE,003F83C6,extended,000000__
    patch=1,EE,003F83C7,extended,000000__
    patch=1,EE,003F83C8,extended,000000__
    patch=1,EE,003F83C9,extended,000000__
    patch=1,EE,003F83CA,extended,000000__
    patch=1,EE,003F83CB,extended,000000__
    patch=1,EE,003F83CC,extended,000000__
    patch=1,EE,003F83CD,extended,000000__
    patch=1,EE,003F83CE,extended,000000__
    patch=1,EE,003F83CF,extended,000000__
    patch=1,EE,003F83D0,extended,000000__
    patch=1,EE,003F83D1,extended,000000__
    patch=1,EE,003F83D2,extended,000000__
    patch=1,EE,003F83D3,extended,000000__
    patch=1,EE,003F83D4,extended,000000__
    patch=1,EE,003F83D5,extended,000000__
    patch=1,EE,003F83D6,extended,000000__
    patch=1,EE,003F83D7,extended,000000__
    patch=1,EE,003F83D8,extended,000000__
    patch=1,EE,003F83D9,extended,000000__
    patch=1,EE,003F83DA,extended,000000__
    patch=1,EE,003F83DB,extended,000000__
    patch=1,EE,003F83DC,extended,000000__
    patch=1,EE,003F83DD,extended,000000__
    patch=1,EE,003F83DE,extended,000000__
    patch=1,EE,003F83DF,extended,000000__
    patch=1,EE,003F83E0,extended,000000__
    patch=1,EE,003F83E1,extended,000000__
    patch=1,EE,003F83E2,extended,000000__
    patch=1,EE,003F83E3,extended,000000__
    patch=1,EE,003F83E4,extended,000000__
    patch=1,EE,003F83E5,extended,000000__
    patch=1,EE,003F83E6,extended,000000__
    
    The maximum number of ability slots Sora's allowed to have is 48, but I can't seem to get a code that changes 48 abilities at once working. If you added each one at a time, though, it should work.

    Code:
    // --All Ability Code Values-- (Non-Sora abilities will not work for Sora, not even Shared abilities)
    // (Shared) High Jump: 01
    // (Shared) Mermaid Kick: 02
    // (Shared) Glide: 03
    // (Shared) Superglide: 04
    // Treasure Magnet: 05
    // (Sora) Combo Plus: 06
    // (Sora) Air Combo Plus: 07
    // Critical Plus: 08
    // Second Wind: 09
    // (Sora) Scan: 0A
    // (Sora) Sonic Blade: 0B
    // (Sora) Ars Arcanum: 0C
    // (Sora) Strike Raid: 0D
    // (Sora) Ragnarok: 0E
    // (Sora) Trinity Limit: 0F
    // Cheer: 10
    // (Sora) Vortex: 11
    // (Sora) Aerial Sweep: 12
    // (Sora) Counterattack: 13
    // (Sora) Blitz: 14
    // (Sora) Guard: 15
    // (Sora) Dodge Roll: 16
    // MP Haste: 17
    // MP Rage: 18
    // Second Chance: 19
    // Berserk: 1A
    // Jackpot: 1B
    // Lucky Strike: 1C
    // (Goofy) Charge: 1D
    // (Goofy) Rocket: 1E
    // (Goofy) Tornado: 1F
    // (Goofy) MP Gift: 20
    // (Tarzan) Raging Boar: 21
    // (Tarzan) Asp's Bite: 22
    // (Tarzan) Healing Herb: 23
    // (Tarzan) Wind Armor: 24
    // (Aladdin) Crescent: 25
    // (Aladdin) Sandstorm: 26
    // (Jack) Applause!: 27
    // (Jack) Blazing Fury: 28
    // (Jack) Icy Terror: 29
    // (Jack) Bolts of Sorrow: 2A
    // (Jack) Ghostly Scream: 2B
    // (Peter Pan) Hummingbird: 2C
    // (Peter Pan) Time-Out: 2D
    // (Peter Pan) Storm's Eye: 2E
    // (Beast) Ferocious Lunge: 2F
    // (Beast) Furious Bellow: 30
    // (Ariel) Spiral Wave: 31
    // (Ariel) Thunder Potion: 32
    // (Ariel) Cure Potion: 33
    // (Ariel) Aero Potion: 34
    // (Sora, Final Mix) Slapshot: 35
    // (Sora, Final Mix) Sliding Dash: 36
    // (Sora, Final Mix) Hurricane Blast: 37
    // (Sora, Final Mix) Ripple Drive: 38
    // (Sora, Final Mix) Stun Impact: 39
    // (Sora, Final Mix) Gravity Break: 3A
    // (Sora, Final Mix) Zantetsuken: 3B
    // (Sora, Final Mix) Tech Boost: 3C
    // (Sora, Final Mix) Encounter Plus: 3D
    // (Final Mix) Leaf Bracer: 3E
    // (Goofy, Final Mix) Evolution: 3F
    
    Code:
    // Abilities from Enzineda's Level 1 patch (Ability names added by me):
    patch=1,EE,003F83C4,extended,0000000A // Scan
    patch=1,EE,003F83C5,extended,00000015 // Guard
    patch=1,EE,003F83C6,extended,00000013 // Counterattack
    patch=1,EE,003F83C7,extended,00000017 // MP Haste
    patch=1,EE,003F83C8,extended,0000001A // Berserk
    patch=1,EE,003F83C9,extended,00000008 // Critical Plus
    patch=1,EE,003F83CA,extended,0000003D // Encounter Plus
    patch=1,EE,003F83CB,extended,00000010 // Cheer
    patch=1,EE,003F83CC,extended,00000010 // Cheer
    patch=1,EE,003F83CD,extended,00000011 // Vortex
    patch=1,EE,003F83CE,extended,00000012 // Aerial Sweep
    patch=1,EE,003F83CF,extended,00000014 // Blitz
    patch=1,EE,003F83D0,extended,0000001C // Lucky Strike
    patch=1,EE,003F83D1,extended,0000001C // Lucky Strike
    patch=1,EE,003F83D2,extended,0000001C // Lucky Strike
    patch=1,EE,003F83D3,extended,0000001C // Lucky Strike
    patch=1,EE,003F83D4,extended,0000001C // Lucky Strike
    patch=1,EE,003F83D5,extended,00000016 // Dodge Roll
    patch=1,EE,003F83D6,extended,00000035 // Slapshot
    patch=1,EE,003F83D7,extended,00000036 // Sliding Dash
    patch=1,EE,003F83D8,extended,00000037 // Hurricane Blast
    patch=1,EE,003F83D9,extended,00000038 // Ripple Drive
    patch=1,EE,003F83DA,extended,00000039 // Stun Impact
    patch=1,EE,003F83DB,extended,00000006 // Combo Plus
    patch=1,EE,003F83DC,extended,00000006 // Combo Plus
    patch=1,EE,003F83DD,extended,00000006 // Combo Plus
    patch=1,EE,003F83DE,extended,00000007 // Air Combo Plus
    patch=1,EE,003F83DF,extended,00000007 // Air Combo Plus
    patch=1,EE,003F83E0,extended,00000007 // Air Combo Plus
    patch=1,EE,003F83E1,extended,0000001B // Jackpot
    patch=1,EE,003F83E2,extended,0000001B // Jackpot
    patch=1,EE,003F83E3,extended,0000001B // Jackpot
    patch=1,EE,003F83E4,extended,00000005 // Treasure Magnet
    patch=1,EE,003F83E5,extended,00000005 // Treasure Magnet
    patch=1,EE,003F83E6,extended,00000005 // Treasure Magnet
    
     
  14. some1fromthedark Merlin's Housekeeper

    Joined:
    Jul 5, 2008
    Gender:
    Male
    Location:
    The World That Never Was
    14
    41
    Interesting thing I noticed while playing around with these. The most significant bit for each ability value is used to tell the game if the ability is equipped or not.
    For example Ars Arcanum is 0C when equipped and 8C when unequipped. This can be used to bypass the AP limit since the game will still equip abilities even if you don't have enough AP for them.

    I also wanted to mention that even if you edit a slot, if there is a slot above that slot with 00 as its value, then the ability you modified won't show up in the menu. It seems like the game stops looking for more abilities as soon as it finds a 00 value.

    EDIT:

    I went ahead and compiled a list of all the ability slots I could find:

    Code:
    Sora Ability Slots:
    
    003F83C4 000000XX
    003F83C5 000000XX
    003F83C6 000000XX
    003F83C7 000000XX
    003F83C8 000000XX
    003F83C9 000000XX
    003F83CA 000000XX
    003F83CB 000000XX
    003F83CC 000000XX
    003F83CD 000000XX
    003F83CE 000000XX
    003F83CF 000000XX
    003F83D0 000000XX
    003F83D1 000000XX
    003F83D2 000000XX
    003F83D3 000000XX
    003F83D4 000000XX
    003F83D5 000000XX
    003F83D6 000000XX
    003F83D7 000000XX
    003F83D8 000000XX
    003F83D9 000000XX
    003F83DA 000000XX
    003F83DB 000000XX
    003F83DC 000000XX
    003F83DD 000000XX
    003F83DE 000000XX
    003F83DF 000000XX
    003F83E0 000000XX
    003F83E1 000000XX
    003F83E2 000000XX
    003F83E3 000000XX
    003F83E4 000000XX
    003F83E5 000000XX
    003F83E6 000000XX
    003F83E7 000000XX
    003F83E8 000000XX
    003F83E9 000000XX
    003F83EA 000000XX
    003F83EB 000000XX
    003F83EC 000000XX
    003F83ED 000000XX
    003F83EE 000000XX
    003F83EF 000000XX
    003F83F0 000000XX
    003F83F1 000000XX
    003F83F2 000000XX
    003F83F3 000000XX
    
    Donald's Ability Slots:
    
    003F8438 000000XX
    003F8439 000000XX
    003F843A 000000XX
    003F843B 000000XX
    003F843C 000000XX
    003F843D 000000XX
    003F843E 000000XX
    003F843F 000000XX
    003F8440 000000XX
    003F8441 000000XX
    003F8442 000000XX
    003F8443 000000XX
    003F8444 000000XX
    003F8445 000000XX
    003F8446 000000XX
    003F8447 000000XX
    003F8448 000000XX
    003F8449 000000XX
    003F844A 000000XX
    003F844B 000000XX
    003F844C 000000XX
    003F844D 000000XX
    003F844E 000000XX
    003F844F 000000XX
    003F8450 000000XX
    003F8451 000000XX
    003F8452 000000XX
    003F8453 000000XX
    003F8454 000000XX
    003F8455 000000XX
    003F8456 000000XX
    003F8457 000000XX
    003F8458 000000XX
    003F8459 000000XX
    003F845A 000000XX
    003F845B 000000XX
    003F845C 000000XX
    003F845D 000000XX
    003F845E 000000XX
    003F845F 000000XX
    003F8460 000000XX
    003F8461 000000XX
    003F8462 000000XX
    003F8463 000000XX
    003F8464 000000XX
    003F8465 000000XX
    003F8466 000000XX
    003F8467 000000XX
    
    Goofy's Ability Slots:
    
    003F84AC 000000XX
    003F84AD 000000XX
    003F84AE 000000XX
    003F84AF 000000XX
    003F84B0 000000XX
    003F84B1 000000XX
    003F84B2 000000XX
    003F84B3 000000XX
    003F84B4 000000XX
    003F84B5 000000XX
    003F84B6 000000XX
    003F84B7 000000XX
    003F84B8 000000XX
    003F84B9 000000XX
    003F84BA 000000XX
    003F84BB 000000XX
    003F84BC 000000XX
    003F84BD 000000XX
    003F84BE 000000XX
    003F84BF 000000XX
    003F84C0 000000XX
    003F84C1 000000XX
    003F84C2 000000XX
    003F84C3 000000XX
    003F84C4 000000XX
    003F84C5 000000XX
    003F84C6 000000XX
    003F84C7 000000XX
    003F84C8 000000XX
    003F84C9 000000XX
    003F84CA 000000XX
    003F84CB 000000XX
    003F84CC 000000XX
    003F84CD 000000XX
    003F84CE 000000XX
    003F84CF 000000XX
    003F84D0 000000XX
    003F84D1 000000XX
    003F84D2 000000XX
    003F84D3 000000XX
    003F84D4 000000XX
    003F84D5 000000XX
    003F84D6 000000XX
    003F84D7 000000XX
    003F84D8 000000XX
    003F84D9 000000XX
    003F84DA 000000XX
    003F84DB 000000XX
    
    Tarzan's Ability Slots:
    
    003F8520 000000XX
    003F8521 000000XX
    003F8522 000000XX
    003F8523 000000XX
    003F8524 000000XX
    003F8525 000000XX
    003F8526 000000XX
    003F8527 000000XX
    003F8528 000000XX
    003F8529 000000XX
    003F852A 000000XX
    003F852B 000000XX
    003F852C 000000XX
    003F852D 000000XX
    003F852E 000000XX
    003F852F 000000XX
    003F8530 000000XX
    003F8531 000000XX
    003F8532 000000XX
    003F8533 000000XX
    003F8534 000000XX
    003F8535 000000XX
    003F8536 000000XX
    003F8537 000000XX
    003F8538 000000XX
    003F8539 000000XX
    003F853A 000000XX
    003F853B 000000XX
    003F853C 000000XX
    003F853D 000000XX
    003F853E 000000XX
    003F853F 000000XX
    003F8540 000000XX
    003F8541 000000XX
    003F8542 000000XX
    003F8543 000000XX
    003F8544 000000XX
    003F8545 000000XX
    003F8546 000000XX
    003F8547 000000XX
    003F8548 000000XX
    003F8549 000000XX
    003F854A 000000XX
    003F854B 000000XX
    003F854C 000000XX
    003F854D 000000XX
    003F854E 000000XX
    003F854F 000000XX
    
    Aladdin's Ability Slots:
    
    003F8608 000000XX
    003F8609 000000XX
    003F860A 000000XX
    003F860B 000000XX
    003F860C 000000XX
    003F860D 000000XX
    003F860E 000000XX
    003F860F 000000XX
    003F8610 000000XX
    003F8611 000000XX
    003F8612 000000XX
    003F8613 000000XX
    003F8614 000000XX
    003F8615 000000XX
    003F8616 000000XX
    003F8617 000000XX
    003F8618 000000XX
    003F8619 000000XX
    003F861A 000000XX
    003F861B 000000XX
    003F861C 000000XX
    003F861D 000000XX
    003F861E 000000XX
    003F861F 000000XX
    003F8620 000000XX
    003F8621 000000XX
    003F8622 000000XX
    003F8623 000000XX
    003F8624 000000XX
    003F8625 000000XX
    003F8626 000000XX
    003F8627 000000XX
    003F8628 000000XX
    003F8629 000000XX
    003F862A 000000XX
    003F862B 000000XX
    003F862C 000000XX
    003F862D 000000XX
    003F862E 000000XX
    003F862F 000000XX
    003F8630 000000XX
    003F8631 000000XX
    003F8632 000000XX
    003F8633 000000XX
    003F8634 000000XX
    003F8635 000000XX
    003F8636 000000XX
    003F8637 000000XX
    
    Ariel's Ability Slots:
    
    003F867C 000000XX
    003F867D 000000XX
    003F867E 000000XX
    003F867F 000000XX
    003F8680 000000XX
    003F8681 000000XX
    003F8682 000000XX
    003F8683 000000XX
    003F8684 000000XX
    003F8685 000000XX
    003F8686 000000XX
    003F8687 000000XX
    003F8688 000000XX
    003F8689 000000XX
    003F868A 000000XX
    003F868B 000000XX
    003F868C 000000XX
    003F868D 000000XX
    003F868E 000000XX
    003F868F 000000XX
    003F8690 000000XX
    003F8691 000000XX
    003F8692 000000XX
    003F8693 000000XX
    003F8694 000000XX
    003F8695 000000XX
    003F8696 000000XX
    003F8697 000000XX
    003F8698 000000XX
    003F8699 000000XX
    003F869A 000000XX
    003F869B 000000XX
    003F869C 000000XX
    003F869D 000000XX
    003F869E 000000XX
    003F869F 000000XX
    003F86A0 000000XX
    003F86A1 000000XX
    003F86A2 000000XX
    003F86A3 000000XX
    003F86A4 000000XX
    003F86A5 000000XX
    003F86A6 000000XX
    003F86A7 000000XX
    003F86A8 000000XX
    003F86A9 000000XX
    003F86AA 000000XX
    003F86AB 000000XX
    
    Jack's Ability Slots:
    
    003F86F0 000000XX
    003F86F1 000000XX
    003F86F2 000000XX
    003F86F3 000000XX
    003F86F4 000000XX
    003F86F5 000000XX
    003F86F6 000000XX
    003F86F7 000000XX
    003F86F8 000000XX
    003F86F9 000000XX
    003F86FA 000000XX
    003F86FB 000000XX
    003F86FC 000000XX
    003F86FD 000000XX
    003F86FE 000000XX
    003F86FF 000000XX
    003F8700 000000XX
    003F8701 000000XX
    003F8702 000000XX
    003F8703 000000XX
    003F8704 000000XX
    003F8705 000000XX
    003F8706 000000XX
    003F8707 000000XX
    003F8708 000000XX
    003F8709 000000XX
    003F870A 000000XX
    003F870B 000000XX
    003F870C 000000XX
    003F870D 000000XX
    003F870E 000000XX
    003F870F 000000XX
    003F8710 000000XX
    003F8711 000000XX
    003F8712 000000XX
    003F8713 000000XX
    003F8714 000000XX
    003F8715 000000XX
    003F8716 000000XX
    003F8717 000000XX
    003F8718 000000XX
    003F8719 000000XX
    003F871A 000000XX
    003F871B 000000XX
    003F871C 000000XX
    003F871D 000000XX
    003F871E 000000XX
    003F871F 000000XX
    
    Peter Pan's Ability Slots:
    
    003F8764 000000XX
    003F8765 000000XX
    003F8766 000000XX
    003F8767 000000XX
    003F8768 000000XX
    003F8769 000000XX
    003F876A 000000XX
    003F876B 000000XX
    003F876C 000000XX
    003F876D 000000XX
    003F876E 000000XX
    003F876F 000000XX
    003F8770 000000XX
    003F8771 000000XX
    003F8772 000000XX
    003F8773 000000XX
    003F8774 000000XX
    003F8775 000000XX
    003F8776 000000XX
    003F8777 000000XX
    003F8778 000000XX
    003F8779 000000XX
    003F877A 000000XX
    003F877B 000000XX
    003F877C 000000XX
    003F877D 000000XX
    003F877E 000000XX
    003F877F 000000XX
    003F8780 000000XX
    003F8781 000000XX
    003F8782 000000XX
    003F8783 000000XX
    003F8784 000000XX
    003F8785 000000XX
    003F8786 000000XX
    003F8787 000000XX
    003F8788 000000XX
    003F8789 000000XX
    003F878A 000000XX
    003F878B 000000XX
    003F878C 000000XX
    003F878D 000000XX
    003F878E 000000XX
    003F878F 000000XX
    003F8790 000000XX
    003F8791 000000XX
    003F8792 000000XX
    003F8793 000000XX
    
    Beast's Ability Slots:
    
    003F87D8 000000XX
    003F87D9 000000XX
    003F87DA 000000XX
    003F87DB 000000XX
    003F87DC 000000XX
    003F87DD 000000XX
    003F87DE 000000XX
    003F87DF 000000XX
    003F87E0 000000XX
    003F87E1 000000XX
    003F87E2 000000XX
    003F87E3 000000XX
    003F87E4 000000XX
    003F87E5 000000XX
    003F87E6 000000XX
    003F87E7 000000XX
    003F87E8 000000XX
    003F87E9 000000XX
    003F87EA 000000XX
    003F87EB 000000XX
    003F87EC 000000XX
    003F87ED 000000XX
    003F87EE 000000XX
    003F87EF 000000XX
    003F87F0 000000XX
    003F87F1 000000XX
    003F87F2 000000XX
    003F87F3 000000XX
    003F87F4 000000XX
    003F87F5 000000XX
    003F87F6 000000XX
    003F87F7 000000XX
    003F87F8 000000XX
    003F87F9 000000XX
    003F87FA 000000XX
    003F87FB 000000XX
    003F87FC 000000XX
    003F87FD 000000XX
    003F87FE 000000XX
    003F87FF 000000XX
    003F8800 000000XX
    003F8801 000000XX
    003F8802 000000XX
    003F8803 000000XX
    003F8804 000000XX
    003F8805 000000XX
    003F8806 000000XX
    003F8807 000000XX
    
    Shared Ability Slots:
    
    003F8919 000000XX
    003F891A 000000XX
    003F891B 000000XX
    003F891C 000000XX
    003F891D 000000XX
    003F891E 000000XX
    003F891F 000000XX
    003F8920 000000XX
    003F8921 000000XX
    003F8922 000000XX
    003F8923 000000XX
    003F8924 000000XX
    003F8925 000000XX
    003F8926 000000XX
    003F8927 000000XX
    003F8928 000000XX
    003F8929 000000XX
    003F892A 000000XX
    003F892B 000000XX
    003F892C 000000XX
    003F892D 000000XX
    003F892E 000000XX
    003F892F 000000XX
    003F8930 000000XX
    003F8931 000000XX
    003F8932 000000XX
    003F8933 000000XX
    003F8934 000000XX
    003F8935 000000XX
    003F8936 000000XX
    003F8937 000000XX
    003F8938 000000XX
    003F8939 000000XX
    003F893A 000000XX
    003F893B 000000XX
    003F893C 000000XX
    003F893D 000000XX
    003F893E 000000XX
    003F893F 000000XX
    003F8940 000000XX
    003F8941 000000XX
    003F8942 000000XX
    003F8943 000000XX
    003F8944 000000XX
    003F8945 000000XX
    003F8946 000000XX
    003F8947 000000XX
    003F8948 000000XX
    
     
    Last edited: Oct 31, 2018
  15. NeilZander Moogle Assistant

    Joined:
    Nov 15, 2018
    Gender:
    Male
    0
    1
    Hi I was wondering if I could ask for some help I'm playing the Kingdom Hearts Final Mix with the English Translation patch sadly I was unaware It would be bugged and now I face a issue I'm lvl 85 and finally after so many years managed to beat Kurt Zisa but never got the Ansem Report or the ability from him I Also can not get the Encounter Plus ability from the moogle sadly... can someone please give the codes for those items I was unaware the patch is bugged I'm at end game now and I really don't want to have to start over I'm very close to 100% completion for the first time.....
     
  16. some1fromthedark Merlin's Housekeeper

    Joined:
    Jul 5, 2008
    Gender:
    Male
    Location:
    The World That Never Was
    14
    41
    You can get the abilities using the ability modifier codes.
    These are the digits for the abilities you are missing. Count the number of abilities you have for Sora and use this digits with the following two slots.
    // (Sora, Final Mix) Zantetsuken: 3B
    // (Sora, Final Mix) Encounter Plus: 3D
    For example if you have 32 abilities, you would use slot 33 and slot 34 to add these abilities.

    Unfortunately I don't see a code here for getting the Ansem's Report items, I'll take a quick look and see if I can find them for you. If so I'll edit this post.
     
  17. X_Chi11er_X Moogle Assistant

    Joined:
    Jan 11, 2019
    0
    1
    Hello, first, thank you for the final mix codes.

    I hit a bit of a snag with the fly anywhere codes.
    it worked during the tutorial ad the first day on Destiney Islands.
    On the second day it started only working when Sora is the only non-static object in a cell. (eg. seaside shack)
    However, when I leave, it seems to trigger on another object{flight particles trigger around the target}
    Destiny Islands main cell = Seagull above bridge
    Backside of the Island = Riku
    Night of the attack = a boat. no joke.

    Darkside Cell = ?
    Item shop = Red duck
    etc.

    Any advice?
     
    Last edited: Jan 11, 2019
  18. some1fromthedark Merlin's Housekeeper

    Joined:
    Jul 5, 2008
    Gender:
    Male
    Location:
    The World That Never Was
    14
    41
    The game loads entities into the game based on the order they are stored in the cell's ARD file I believe. Those are stored in alphabetical order by filename, so in cell's where entities are loaded that have a filename that comes earlier than Sora's, they will get put into that slot instead and the effect will be applied to them. It is a difficult problem to fix since it is hard to check what slot Sora has been loaded into dynamically.
     
  19. some1fromthedark Merlin's Housekeeper

    Joined:
    Jul 5, 2008
    Gender:
    Male
    Location:
    The World That Never Was
    14
    41
    I discovered this gem today and thought I would share it with all of you.

    Code:
    Always receive skip cutscene prompt before starting a skippable cutscene:
    
    4037A178 00040001
    FFFFFFFF 00000000
    
    
    EDIT: Changed the code to the condensed version to save 2 lines.
     
    Last edited: Feb 14, 2019
  20. Enzineda Traverse Town Homebody

    Joined:
    Jul 2, 2013
    23
    112
    I'm going to fix up the level 1 mod a bit. There's some janky stuff in there that should be fixable with modern versions of PCSX2.

    EDIT: Got keyblade abilities working without players having to edit the pnach. Should be a pretty quick fix there. I'll look at rebalancing some stuff there too.

    EDIT 2: The solution for keyblades that grant actual abilities to Sora was pretty obvious actually, I placed 6 empty abilities at the top of his list, which are populated whenever a keyblade requires it. When the current keyblade does not populate this section, it is reverted back to empty abilities (FF, not 00, because 00 acts as a cutoff whereas FF is just a null abillity).

    This allows sora to learn new abilities without any issues, as they are placed at the bottom of the list.

    EDIT 3:

    NTSC Controls + Analog Camera.
    If you use this, you should set your Right Stick Down in pcsx2 to do nothing, otherwise you might accidentally move your command menu while rotating the camera.

    Code:
    // NTSC Controls + Analog Camera
    
    patch=1,EE,20268cec,extended,0803f414
    patch=1,EE,200fd050,extended,00a0c821
    patch=1,EE,200fd054,extended,0809a33d
    patch=1,EE,200fd058,extended,24020330
    patch=1,EE,20268db4,extended,0803f417
    patch=1,EE,200fd05c,extended,87240000
    patch=1,EE,200fd060,extended,30859cfd
    patch=1,EE,200fd064,extended,93260010
    patch=1,EE,200fd068,extended,93270011
    patch=1,EE,200fd06c,extended,9328000c
    patch=1,EE,200fd070,extended,9329000b
    patch=1,EE,200fd074,extended,932a0003
    patch=1,EE,200fd078,extended,932b0002
    patch=1,EE,200fd07c,extended,30814000
    patch=1,EE,200fd080,extended,34a32000
    patch=1,EE,200fd084,extended,0061280b
    patch=1,EE,200fd088,extended,a328000b
    patch=1,EE,200fd08c,extended,30812000
    patch=1,EE,200fd090,extended,34a34000
    patch=1,EE,200fd094,extended,0061280b
    patch=1,EE,200fd098,extended,a329000c
    patch=1,EE,200fd09c,extended,34a30002
    patch=1,EE,200fd0a0,extended,2d410041
    patch=1,EE,200fd0a4,extended,0061280a
    patch=1,EE,200fd0a8,extended,34a30100
    patch=1,EE,200fd0ac,extended,2d610041
    patch=1,EE,200fd0b0,extended,0061280a
    patch=1,EE,200fd0b4,extended,3963007f
    patch=1,EE,200fd0b8,extended,00031840
    patch=1,EE,200fd0bc,extended,2d61007f
    patch=1,EE,200fd0c0,extended,0001180a
    patch=1,EE,200fd0c4,extended,a3230010
    patch=1,EE,200fd0c8,extended,34a30200
    patch=1,EE,200fd0cc,extended,2d6100bf
    patch=1,EE,200fd0d0,extended,0061280b
    patch=1,EE,200fd0d4,extended,2563ff80
    patch=1,EE,200fd0d8,extended,00031840
    patch=1,EE,200fd0dc,extended,2d610081
    patch=1,EE,200fd0e0,extended,0001180b
    patch=1,EE,200fd0e4,extended,a3230011
    patch=1,EE,200fd0e8,extended,34030080
    patch=1,EE,200fd0ec,extended,2d41007f
    patch=1,EE,200fd0f0,extended,0061500b
    patch=1,EE,200fd0f4,extended,340b0080
    patch=1,EE,200fd0f8,extended,30810002
    patch=1,EE,200fd0fc,extended,0001500a
    patch=1,EE,200fd100,extended,00060842
    patch=1,EE,200fd104,extended,3821007f
    patch=1,EE,200fd108,extended,0026580b
    patch=1,EE,200fd10c,extended,00070842
    patch=1,EE,200fd110,extended,24230080
    patch=1,EE,200fd114,extended,0067580b
    patch=1,EE,200fd118,extended,a7250000
    patch=1,EE,200fd11c,extended,a32a0003
    patch=1,EE,200fd120,extended,03e00008
    patch=1,EE,200fd124,extended,a32b0002
    
    EDIT 4: I've found the Shared Ability slots.
    003F8919
    003F891A
    003F891B
    003F891C

    These are the ones that are normally populated by the game, however more than this exist.
    To unequip an ability in code, add 80 (hex) to it. 1C would become 9C as an example.
     
    Last edited: Feb 13, 2019