Jump to content

Recommended Posts

Posted
  On 2/27/2020 at 1:23 AM, AliceTheAlice said:

This Mewtwo can't be Shiny. It cannot be caught and has forced IVs. I suspect this Mewtwo alone may fill in most of the missing flags for you in the data. lol

Expand  

yup cannot be shiny (already knew what that flag was), cannot be caught (just thought I figured it out), but apparently has forced IVs now.

I hoping I didn't mistake the forced IVs flag for the cannot be caught flag.. urgh.

Probably need to test out a custom event raid file later. A bit busy at the moment

edit: Found the real value for catchability, and also found where IVs were written.

  • Like 1
Posted
  On 2/28/2020 at 2:16 AM, theSLAYER said:

has there been any event raid that does not have HA?

Expand  

I have not heard anyone state that Hidden Abilities were not available for any Promoted Raid thus far. On top of that, we have not even had a species of Pokemon which does not have a HA in the list of Promoted Nests...

Posted
  On 3/4/2020 at 2:58 AM, AliceTheAlice said:

I have not heard anyone state that Hidden Abilities were not available for any Promoted Raid thus far. On top of that, we have not even had a species of Pokemon which does not have a HA in the list of Promoted Nests...

Expand  

Thanks. I'm under the impression that all promoted raids are set to HA. I even battled a Mewtwo that had Unnerve (if I'm not mistaken), so chance of HA is a default setting, and I won't have to dig for it in the moves.

I've expanded my app a bit. Apparently there's 5 moves programmed per slot, tho I think the extra move is a move they can use but not have it when captured.

  • 2 weeks later...
Posted
  On 3/13/2020 at 10:22 AM, Dal2kness said:

image.png.4f48db18dc62e2542341dbf3a1033442.png

Thank u so much bro ^^
theSLAYER

 

theSLAYER
Can i edit IV?

I tried to edit IV value ,Nature ,AB and it OK for 5 IV but another ramdomize can't fix

Expand  

For the record, to tag a user, it’s not just copying the hyperlink for the person. It’s to put “@“ and type the name behind it. 

Now, I’ll probably be able to give you the rough addresses for where IV is, in comparison to the species, later. Watch this space.

 

Edit:

  Quote

 'set ivs
        DataGridView1.Rows(i).Cells(10).Value = rawdata1(position - &HB)

Expand  

According to my records, it is - 0x0B from the location of the species.
Do a few tests, you should find it. When in doubt, load the edited file in my program and check if the changes are there.

 

  • Like 1
Posted
  On 3/15/2020 at 5:05 AM, theSLAYER said:

For the record, to tag a user, it’s not just copying the hyperlink for the person. It’s to put “@“ and type the name behind it. 

Now, I’ll probably be able to give you the rough addresses for where IV is, in comparison to the species, later. Watch this space.

 

Edit:

According to my records, it is - 0x0B from the location of the species.
Do a few tests, you should find it. When in doubt, load the edited file in my program and check if the changes are there.

 

Expand  

I confused about this method please explain.

Posted
  On 3/15/2020 at 5:05 AM, theSLAYER said:

For the record, to tag a user, it’s not just copying the hyperlink for the person. It’s to put “@“ and type the name behind it. 

Now, I’ll probably be able to give you the rough addresses for where IV is, in comparison to the species, later. Watch this space.

Expand  

For every location of the species ID, minus 0x0B.

Location of the various species can be found in previous posts from me. (here)

If you don't understand that, you probably should do the edits..


Even tho every event up to now appears to be random, I've had this row for Abilities, as these were the only changes I've noticed previously.

However, now that some raids were reported to be HA only, those raids coincidentally show what I've had as abilities (tentative) this whole time:
image.png

Thus, I believe the ability values are the same as wonder cards in previous generation. (Also, Dai_encount seems to use this too):
0 - Ability 1
1 - Ability 2
2 - Ability HA
3 - Random (1 & 2)
4 - Random (1, 2 & HA)

Now looking back to previous stuff that I saw the "2" on:

  Reveal hidden contents

If this difference is indeed what trigger the ability, it appears that because forced HA was only 1 and 2 star, people didn't report it cause they already completed the game ><

 

  Reveal hidden contents

 

  • 2 months later...
  • 2 weeks later...
Posted

@theSLAYER Do you happen to know how I would edit the EVs/Level of the pokémon in a particular raid den? Basically if I wanted to make my own custom raids like the Mewtwo raid that was actually a challenge to defeat. 

Posted
  On 6/29/2020 at 5:39 PM, theSLAYER said:

 

Expand  

Out of curiosity, how hard would it be for the normalencountreader program to implement editing values itself? I seem to be having a real hard time making everything have a Dynamax level of 10 and Dynaboost of 5. 

Posted
  On 6/30/2020 at 9:03 AM, Waltee said:

Out of curiosity, how hard would it be for the normalencountreader program to implement editing values itself? I seem to be having a real hard time making everything have a Dynamax level of 10 and Dynaboost of 5. 

Expand  

I'm not interested in doing that. Probably easy for a pro, just time-consuming really, but I ain't that.

Posted (edited)
  On 6/30/2020 at 9:56 AM, theSLAYER said:

I'm not interested in doing that. Probably easy for a pro, just time-consuming really, but I ain't that.

Expand  

Not a problem, I appreciate you taking the time to reply all the same. I'll just keep trying to do what I'm trying doing to do, thanks. :)

Edited by Waltee
  • Like 1
Posted
  On 2/2/2020 at 5:58 AM, ThatsTrivialTTV said:

Hey Kaphotics,

So let's pretend you're talking to someone who has no idea what they're doing. (Apart from PKHEX and CFW installing) that's really all I've got.

What do I require to Dump the distribution raids.

What do I then require to hex edit them and inject them again?

Can this be done on PKHEX? Or do I have to use PKNX

Can anyone supply screenshots on how this is done?

Would I then make multiple save files to switch in between the dens?

Expand  

Look up Evaine on YouTube youll learn alot

Posted
  On 6/30/2020 at 10:05 AM, Waltee said:

Not a problem, I appreciate you taking the time to reply all the same. I'll just keep trying to do what I'm trying doing to do, thanks. :)

Expand  

Finally figured out how to do it. Made a really cool "hard as nails" boss for people in my stream to try and fight against, realised that as soon as I connect online the event den updates and gets rid of all that work. 

@theSLAYER is there another file that controls the OG dens that can also be used to edit all of those details of a raid that won't be wiped over as soon as I connect to the internet? 

Posted
  On 7/2/2020 at 1:25 AM, Waltee said:

Finally figured out how to do it. Made a really cool "hard as nails" boss for people in my stream to try and fight against, realised that as soon as I connect online the event den updates and gets rid of all that work. 

@theSLAYER is there another file that controls the OG dens that can also be used to edit all of those details of a raid that won't be wiped over as soon as I connect to the internet? 

Expand  

As previously mentioned in the thread, the Distribution (news) dens are updated whenever you communicate online, to ensure you're on the latest distribution data.

Only the ROM raids are permanently fixed. You have to edit the ROM to get permanent (and shareable) raids; not that I recommend connecting online with a modified ROM.

  • Thanks 1
Posted
  On 7/2/2020 at 2:25 AM, Kaphotics said:

As previously mentioned in the thread, the Distribution (news) dens are updated whenever you communicate online, to ensure you're on the latest distribution data.

Only the ROM raids are permanently fixed. You have to edit the ROM to get permanent (and shareable) raids; not that I recommend connecting online with a modified ROM.

Expand  

I know how to edit the data for the normal in-game dens by using PKNX, but I can't find any information on how to edit the level of those pokémon in the raids which is the main thing that I need to do. Would you happen to know where the level data of raids would be stored in-game that I can look at editing? PKNX mentions that there's a level data table and gives the ID for that, but I can't find where that is actually stored so it doesn't help me necessarily.

I know that it's not recommended to take a modified rom online, but I'm willing to take the risk on my spare console to give my followers a fun challenge at a custom made raid boss. 

Posted
  On 7/2/2020 at 11:13 AM, Waltee said:

I know how to edit the data for the normal in-game dens by using PKNX, but I can't find any information on how to edit the level of those pokémon in the raids which is the main thing that I need to do. Would you happen to know where the level data of raids would be stored in-game that I can look at editing? PKNX mentions that there's a level data table and gives the ID for that, but I can't find where that is actually stored so it doesn't help me necessarily.

I know that it's not recommended to take a modified rom online, but I'm willing to take the risk on my spare console to give my followers a fun challenge at a custom made raid boss. 

Expand  

Levels are fixed in the game code (based on stars); not sure where you'd have to change to get that.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...