Advertisement
Guest User

Persona 3 FES controllable party members fix

a guest
May 23rd, 2020
4,805
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.96 KB | None | 0 0
  1. Copy the code into your pnach file for persona 3 fes (this fixes the problem with skills like invigorate, regenerate, and spring of life but the change persona button will be available for every character although it will do nothing it can probably crash the game, so just ignore it)
  2.  
  3.  
  4. ///Persona 3 FES
  5.  
  6. // Controllable party members (by TGE)
  7. patch=1,EE,0029AFC8,word,00000000 // nop check for if battle unit is not mc -> ai
  8. patch=1,EE,0020207C,word,00000000 // load proper unit id for battle menu skill list
  9. patch=1,EE,0020208C,word,8F84B6FC
  10. patch=1,EE,00202090,word,8C840254
  11. patch=1,EE,00202094,word,8C840030
  12. patch=1,EE,00202098,word,8C8400A4
  13. patch=1,EE,0028DE14,word,2405001B // fix escape
  14. patch=1,EE,0029692C,word,00000000
  15. /patch=1,EE,0028AC5C,word,9683001A // disable persona menu for non-mc
  16. // Disabling even one of the codes from between "0028AC5C" to "0028AC74" disables Persona Change on ALL members, even the MC.
  17. /patch=1,EE,0028AC60,word,3063FFBF
  18. /patch=1,EE,0028AC64,word,A683001A
  19. /patch=1,EE,0028AC68,word,96830018
  20. /patch=1,EE,0028AC6C,word,00000000
  21. /patch=1,EE,0028AC70,word,081A6AF8 // HUD: Affects the Command Circle in Battle when enabled, see "0069ABE4" and "0069ABE8".
  22. /patch=1,EE,0028AC74,word,00000000 // Disables Item effect when enabled: Spring of Life, Regenerate, Invigorate. Homunculus works either way, contrary to forum reports that they don't.
  23. // Disables Change Persona on ALL members, even MC, every code above needs this enabled, but then Item effects won't work.
  24. patch=1,EE,0069ABE0,word,8F82B6FC
  25. /patch=1,EE,0069ABE4,word,8C420148 // HUD: When "0028AC70" is enabled and "0028AC74" is disabled, DISABLE this to display Command Circle on.
  26. /patch=1,EE,0069ABE8,word,14540004 // HUD: When "0028AC70" is enabled, ENABLE this display Command Circle on.
  27. patch=1,EE,0069ABEC,word,00000000
  28. patch=1,EE,0069ABF0,word,34630400
  29. patch=1,EE,0069ABF4,word,A6830018
  30. patch=1,EE,0069ABF8,word,34630400
  31. patch=1,EE,0069ABFC,word,080A2B1D
  32. patch=1,EE,0069AC00,word,00000000
  33. patch=1,EE,001FF518,word,8E300254 // fix skill requirements
  34. patch=1,EE,001FF51C,word,8E100030
  35. patch=1,EE,001FF520,word,8E1000A4
  36. patch=1,EE,001FF524,word,00000000
  37. patch=1,EE,001FF528,word,00000000
  38. patch=1,EE,001FF52C,word,00000000
  39. patch=1,EE,002D8210,word,00000000 // fix items
  40. patch=1,EE,002D8220,word,00000000
  41. patch=1,EE,002D8224,word,00000000
  42. patch=1,EE,002D823C,word,00000000
  43. patch=1,EE,002A3914,word,081A6B01 // fix boss battle camera
  44. patch=1,EE,0069AC04,word,1240000B
  45. patch=1,EE,0069AC08,word,00000000
  46. patch=1,EE,0069AC0C,word,8E420030
  47. patch=1,EE,0069AC10,word,844700A2
  48. patch=1,EE,0069AC14,word,20030001
  49. patch=1,EE,0069AC18,word,14E00006
  50. patch=1,EE,0069AC1C,word,00000000
  51. patch=1,EE,0069AC20,word,844200A4
  52. patch=1,EE,0069AC24,word,10430003
  53. patch=1,EE,0069AC28,word,00001021
  54. patch=1,EE,0069AC2C,word,080A8E47
  55. patch=1,EE,0069AC30,word,00000000
  56. patch=1,EE,0069AC34,word,0C0BE210
  57. patch=1,EE,0069AC38,word,00000000
  58. patch=1,EE,0069AC3C,word,080A8E47
  59. patch=1,EE,0069AC40,word,00000000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement