- 352
- Posts
- 8
- Years
- Seen Mar 10, 2022
I'm looking for someone who wants to make a Exp Prize System divided in two routines:
1- After completing a mission the NPC will give some exp for the first Pokémon in your party;
2- After completing a mission the NPC will give some exp for all Pokémon in your party.
EDIT: New idea, by storing vars to define the prize, for an example:
0xVAR1 0x? (Number of Pokémon in party to gain the exp, starting at the first slot)
0xVAR2 0x?????? (Amount of exp to gain)
callasm 0x8XXXXXX+1
It is what I think it should be.
1- After completing a mission the NPC will give some exp for the first Pokémon in your party;
2- After completing a mission the NPC will give some exp for all Pokémon in your party.
EDIT: New idea, by storing vars to define the prize, for an example:
0xVAR1 0x? (Number of Pokémon in party to gain the exp, starting at the first slot)
0xVAR2 0x?????? (Amount of exp to gain)
callasm 0x8XXXXXX+1
It is what I think it should be.
Last edited: