Hi! I just wanted to say that this video is an absolute hit! I really enjoyed it and I hope you'll do tutorials on other games. It would be awesome to see more content like this! Thanks and keep up the great work!
great videos, keep up the good work. I have a question about unlock a specific pokemon to be shiny or higher luck because when i use party in the code it get reset when a new run start. thank you for answering
Thank you :) If you want to unlock permanently a pokemon you can watch part 2 or 1(unlock everything). But basically every modification in party is just for the current run.
@@HazzelWitch To freeze the game in new versions you want to look for the 4th occurrence of "gameData.voucher"(not the 2nd) then you can continue like in the video
Hey I have another question is there a way to change the limit you start with at the beginning so Instead of only being able to pick like 2 pokemon you can pick a 6
Yes, you can also: 1. edit a Pokemon in your party(this.scene.party[].nature) 2. edit a Pokemon in the enemy party(this.scene.currentBattle.enemyParty[].nature) 3. permanently edit your starters (I explain this in Part 2, by setting Natures, etc)
Hi! I just wanted to say that this video is an absolute hit! I really enjoyed it and I hope you'll do tutorials on other games. It would be awesome to see more content like this! Thanks and keep up the great work!
Thank you homie!
I managed to catch and use eternamax with this, thanks
(all I did was change the biomeType to 0 and waveIndex to 1)
TY i was stuck on a trainer fight and i didn't wanted to restart my grinding. You saved me im going to sub
I tried catching an end biome pokemon but it just freeezes....
great videos, keep up the good work. I have a question about unlock a specific pokemon to be shiny or higher luck because when i use party in the code it get reset when a new run start. thank you for answering
Thank you :)
If you want to unlock permanently a pokemon you can watch part 2 or 1(unlock everything).
But basically every modification in party is just for the current run.
The game does not pause when I press the arrowkeys😢
@@HazzelWitch To freeze the game in new versions you want to look for the 4th occurrence of "gameData.voucher"(not the 2nd) then you can continue like in the video
Hey I have another question is there a way to change the limit you start with at the beginning so Instead of only being able to pick like 2 pokemon you can pick a 6
Yes, the parameter is inside starterData. I will make a video soon
Would this flag your account?
Is it possible to forcefully change the moveset and natures of Pokémon within a party or can that only be changed before the Pokémon is caught?
Yes, you can also:
1. edit a Pokemon in your party(this.scene.party[].nature)
2. edit a Pokemon in the enemy party(this.scene.currentBattle.enemyParty[].nature)
3. permanently edit your starters (I explain this in Part 2, by setting Natures, etc)
Is there a list for the move id's
@@jeffrysmith-u4e github.com/pagefaultgames/pokerogue/blob/main/src%2Fenums%2Fmoves.ts
Is it possible to edit what wave its on so like if i wanted to go to wave 1000 is there a number i could change for it to happen
Yes, I explain that in part 2
@@maourr oh sorry
@@CallumJames-u4q don't worry
I'm enjoying the video. Can you tell me how to reduce the Pokemon cost? The cost of legendary Pokemon is too high.
I will make a video soon, but in the meantime, the parameter that you are looking for is inside "starterData"
@@maourrThank you. Have a good day