Persona 5 Royal

User avatar
Kitsune
Moderator
Posts: 195
Joined: Fri Apr 14, 2017 4:17 pm

Re: Persona 5 Royal

Post by Kitsune » Tue Apr 14, 2020 10:41 pm

coolmotif30 wrote: Tue Apr 14, 2020 10:35 pm

Code: Select all

Joker's Level
00000069 000000XX (Change XX to a number from 1 to 63 (this is 99 in hex))

Joker's Experience
2000006C XXXXXXXX (Change XXXXXXXX to a high value to, in theory, level him up instantly after a single fight)

Do you know if there are codes for other character's levels?
I mean, I can make them if I have to, but what is wrong with Save Wizard's cheats? They have Max Experience for All Characters. One battle should max you out.

Stats are independent of level though. Are you asking for Max Stats for all characters? Because Save Wizard has that as well.
User avatar
coolmotif30
Junior Member
Posts: 15
Joined: Tue Apr 07, 2020 4:07 am

Re: Persona 5 Royal

Post by coolmotif30 » Tue Apr 14, 2020 10:46 pm

Kitsune wrote: Tue Apr 14, 2020 10:41 pm
coolmotif30 wrote: Tue Apr 14, 2020 10:35 pm

Code: Select all

Joker's Level
00000069 000000XX (Change XX to a number from 1 to 63 (this is 99 in hex))

Joker's Experience
2000006C XXXXXXXX (Change XXXXXXXX to a high value to, in theory, level him up instantly after a single fight)

Do you know if there are codes for other character's levels?
I mean, I can make them if I have to, but what is wrong with Save Wizard's cheats? They have Max Experience for All Characters. One battle should max you out.

Stats are independent of level though. Are you asking for Max Stats for all characters? Because Save Wizard has that as well.
I'm dumb. I'm thinking I wanna add characters you can't get until later and change their level so it's no so high buuuuut that would mean I would need to change all of their stats as well. So they are not so overpowered if I add them in early.
User avatar
Kitsune
Moderator
Posts: 195
Joined: Fri Apr 14, 2017 4:17 pm

Re: Persona 5 Royal

Post by Kitsune » Tue Apr 14, 2020 11:04 pm

coolmotif30 wrote: Tue Apr 14, 2020 10:46 pm
Kitsune wrote: Tue Apr 14, 2020 10:41 pm
coolmotif30 wrote: Tue Apr 14, 2020 10:35 pm

Code: Select all

Joker's Level
00000069 000000XX (Change XX to a number from 1 to 63 (this is 99 in hex))

Joker's Experience
2000006C XXXXXXXX (Change XXXXXXXX to a high value to, in theory, level him up instantly after a single fight)

Do you know if there are codes for other character's levels?
I mean, I can make them if I have to, but what is wrong with Save Wizard's cheats? They have Max Experience for All Characters. One battle should max you out.

Stats are independent of level though. Are you asking for Max Stats for all characters? Because Save Wizard has that as well.
I'm dumb. I'm thinking I wanna add characters you can't get until later and change their level so it's no so high buuuuut that would mean I would need to change all of their stats as well. So they are not so overpowered if I add them in early.
Oh. That is easy.

So, to make people available to be in your party you need to use this code:

Code: Select all

10003B4C 0000YYxx

XX=
00 - No Kasumi
01 - Yes Kasumi

YY=
01 - Ryuji
02 - Morgana
04 - Ann
08 - Yusuke
10 - Makoto
20 - Haru
40 - Futaba
80 - Goro
Here YY varies depending on what you want to do to. The YY base is 00 for when you have no party members, and it adds up depending on who you have or want. Example:

Exmaple:

Code: Select all

00 = No one
01 = Ryuji
25 = Ryuji, Ann, and Haru.
Add each number (in hex) for each group member that you want. The sum is what goes in xx. So a value of FF gives all 8 characters (Joker is always in group so he isn't part of this code).


As for their stats:

Code: Select all

Ryuji stats start on 0x0358 in your save. It is 5 bytes long.
Morgana's stats start on 0x0600 in your save. 
Add 0x2A8 to the previous offset to find the next character's stats.
I will let you try it on your own and see if you can get it.
User avatar
coolmotif30
Junior Member
Posts: 15
Joined: Tue Apr 07, 2020 4:07 am

Re: Persona 5 Royal

Post by coolmotif30 » Wed Apr 15, 2020 1:30 am

Kitsune wrote: Tue Apr 14, 2020 11:04 pm
coolmotif30 wrote: Tue Apr 14, 2020 10:46 pm
Kitsune wrote: Tue Apr 14, 2020 10:41 pm
coolmotif30 wrote: Tue Apr 14, 2020 10:35 pm

Code: Select all

Joker's Level
00000069 000000XX (Change XX to a number from 1 to 63 (this is 99 in hex))

Joker's Experience
2000006C XXXXXXXX (Change XXXXXXXX to a high value to, in theory, level him up instantly after a single fight)

Do you know if there are codes for other character's levels?
I mean, I can make them if I have to, but what is wrong with Save Wizard's cheats? They have Max Experience for All Characters. One battle should max you out.

Stats are independent of level though. Are you asking for Max Stats for all characters? Because Save Wizard has that as well.
I'm dumb. I'm thinking I wanna add characters you can't get until later and change their level so it's no so high buuuuut that would mean I would need to change all of their stats as well. So they are not so overpowered if I add them in early.
Oh. That is easy.

So, to make people available to be in your party you need to use this code:

Code: Select all

10003B4C 0000YYxx

XX=
00 - No Kasumi
01 - Yes Kasumi

YY=
01 - Ryuji
02 - Morgana
04 - Ann
08 - Yusuke
10 - Makoto
20 - Haru
40 - Futaba
80 - Goro
Here YY varies depending on what you want to do to. The YY base is 00 for when you have no party members, and it adds up depending on who you have or want. Example:

Exmaple:

Code: Select all

00 = No one
01 = Ryuji
25 = Ryuji, Ann, and Haru.
Add each number (in hex) for each group member that you want. The sum is what goes in xx. So a value of FF gives all 8 characters (Joker is always in group so he isn't part of this code).


As for their stats:

Code: Select all

Ryuji stats start on 0x0358 in your save. It is 5 bytes long.
Morgana's stats start on 0x0600 in your save. 
Add 0x2A8 to the previous offset to find the next character's stats.
I will let you try it on your own and see if you can get it.
awesome awesome awesome! thanks so much. That last code is exactly what I was looking for
is it also 0x2A8 from joker's codes as well? if I wanted to start making codes to change the levels and amount of experience for other characters
User avatar
Kitsune
Moderator
Posts: 195
Joined: Fri Apr 14, 2017 4:17 pm

Re: Persona 5 Royal

Post by Kitsune » Wed Apr 15, 2020 2:18 am

coolmotif30 wrote: Wed Apr 15, 2020 1:30 am awesome awesome awesome! thanks so much. That last code is exactly what I was looking for
is it also 0x2A8 from joker's codes as well? if I wanted to start making codes to change the levels and amount of experience for other characters
Yes, from Joker's first Persona Slot it is 0x248 away, going backwards. Keep in mind that Joker can hold up to 12 Personas. If you click on this link it will take you to another post in this Topic, which breaks down part of the save structure for Persona. That is for the first slot, and each slot is 0x30 after that. Does that make sense?

Furthermore, at offset 0x95 it will either be a 01 or a 00. If you choose to give yourself a Persona make sure you put a 01 before Persona ID.

Hope that helps.
User avatar
coolmotif30
Junior Member
Posts: 15
Joined: Tue Apr 07, 2020 4:07 am

Re: Persona 5 Royal

Post by coolmotif30 » Wed Apr 15, 2020 2:29 am

Kitsune wrote: Wed Apr 15, 2020 2:18 am
coolmotif30 wrote: Wed Apr 15, 2020 1:30 am awesome awesome awesome! thanks so much. That last code is exactly what I was looking for
is it also 0x2A8 from joker's codes as well? if I wanted to start making codes to change the levels and amount of experience for other characters
Yes, from Joker's first Persona Slot it is 0x248 away, going backwards. Keep in mind that Joker can hold up to 12 Personas. If you click on this link it will take you to another post in this Topic, which breaks down part of the save structure for Persona. That is for the first slot, and each slot is 0x30 after that. Does that make sense?

Furthermore, at offset 0x95 it will either be a 01 or a 00. If you choose to give yourself a Persona make sure you put a 01 before Persona ID.

Hope that helps.
helps tons! thanks so much
User avatar
coolmotif30
Junior Member
Posts: 15
Joined: Tue Apr 07, 2020 4:07 am

Re: Persona 5 Royal

Post by coolmotif30 » Wed Apr 15, 2020 5:36 am

Kitsune wrote: Wed Apr 15, 2020 2:18 am
coolmotif30 wrote: Wed Apr 15, 2020 1:30 am awesome awesome awesome! thanks so much. That last code is exactly what I was looking for
is it also 0x2A8 from joker's codes as well? if I wanted to start making codes to change the levels and amount of experience for other characters
Yes, from Joker's first Persona Slot it is 0x248 away, going backwards. Keep in mind that Joker can hold up to 12 Personas. If you click on this link it will take you to another post in this Topic, which breaks down part of the save structure for Persona. That is for the first slot, and each slot is 0x30 after that. Does that make sense?

Furthermore, at offset 0x95 it will either be a 01 or a 00. If you choose to give yourself a Persona make sure you put a 01 before Persona ID.

Hope that helps.
So I came up with
Kasumi Level 00001851 000000xx
Kasumi EXP 20001854 0000xxxx

They both don't seem to be working. I'm pretty sure I did the math correctly... I'll keep messing around and see what I can get

I also tried the original code you made for Joker with his level and experience. The level code did change his level but I put his experience at a low amount and it showed up in game as 0 exp and upon level up he leveled up to 99. I know I saw something similar just a few posts back so I'm going to go check it out now
User avatar
OkamiIzumi
Junior Member
Posts: 5
Joined: Mon Apr 13, 2020 6:59 am

Re: Persona 5 Royal

Post by OkamiIzumi » Wed Apr 15, 2020 6:03 am

still trying to revert my social links, but i don't have a full list of each confidant's number in advanced mode, so i'm having to test every single one.
RoxasZX
Junior Member
Posts: 3
Joined: Sat Apr 11, 2020 5:21 pm

Re: Persona 5 Royal

Post by RoxasZX » Wed Apr 15, 2020 6:30 am

tonykings26 wrote: Mon Apr 13, 2020 5:15 am
snowskitten77 wrote: Sun Apr 12, 2020 9:24 pm
llvllr30 wrote: Sun Apr 12, 2020 8:55 am
RoxasZX wrote: Sun Apr 12, 2020 1:13 am
I'm having issues finding the correct codes for the rest of the arcana whoever is further into the game can complete this list as of now I will continue to play the game until I unlock all the arcana to give the correct codes. in the link, green means-tested and passed and red is incorrect https://docs.google.com/spreadsheets/d/ ... sp=sharing

(1-10) is (1-A)

00013613 0000000X (Chariot)
00013623 0000000X (Fool)
00013633 0000000X (Lovers)
00013643 0000000X (Magician)
00013653 0000000X (Death)
00013663 0000000X (Hierophant)
00013673 0000000X (Moon)
00013683 0000000X (Sun)
000136A3 0000000X (Strength)
000136A3 0000000X (Temperance) <- this is wrong
000136B3 0000000X (Hanged Man)
000136C3 0000000X (Justice)
000136D3 0000000X (Emperor)
000136E3 0000000X (Devil)
000136F3 0000000X (Priestess)
00013703 0000000X (Fortune)
00013713 0000000X (Judgement)
00013723 0000000X (Star)
00013733 0000000X (Hermit)
00013743 0000000X (Tower)
00013753 0000000X (Empress)
00013763 0000000X (Faith)
00013693 0000000X (Councillor)
hermit and emperor didnt work for me
the rest worked fine
I checked my game against my original values and they worked fine for me. You have a different region game? Mines NA.

I have NA version and i still had trouble with the code. Worked on it for a while and came up with this https://docs.google.com/spreadsheets/d/ ... sp=sharing . I don't have all confidants unlocked yet and working on this didn't help but once I have it all done I will get back to it.
Here is an Update I found the Faith & Councillor code Check the link https://docs.google.com/spreadsheets/d/ ... edit#gid=0 NA version only
User avatar
smallorc14
Junior Member
Posts: 21
Joined: Sun Apr 05, 2020 3:56 am

Re: Persona 5 Royal

Post by smallorc14 » Wed Apr 15, 2020 8:41 am

sr for writing this so late but thanks i got past the Casino now from a code someone brought forth on my video
this code wish add all character to your party
20003B4C 4000FFD1
then i used max exp code on Kasumi and she now works like normal
Post Reply