• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

Recent content by dGxx

  1. D

    help with function

    I did but Im just not as full-fledged and fluent like u in c code. I will keep studying, Im sure I will get better at it. Thanks for your time Lunos.
  2. D

    help with function

    wow thats great and precise Lunos thank you, Im trying for another function, hoping u can help me with this one as well. Im trying to make a function similar to the exp candies but in a special. This special gives the chosen mon, 5000 Exp Points but the only thing it doesnt do is give...
  3. D

    [pokefirered] Help with Gym Leader Rematch

    unfortunately the way u have scripted it, yes she will battle you every time, adding the yesno would give you that choice. Personally, I like to have all my leader rematches right before the Elite 4, to make the Elite 4 harder. Im sure thats the syntax for the yesno box. You're welcome, Im...
  4. D

    [pokefirered] Help with Gym Leader Rematch

    yeah something is wrong, caught it right away, its not similar to the brock one, but thats ok, looking at code sometimes confused the bejeezus out of you. If you check.. you are using the wrong flag, I thought u were gonna use the champ flag, but if you just want to battle her every time u beat...
  5. D

    [pokefirered] Help with Gym Leader Rematch

    If you only want it to happen after you leave the gym, you could add a map script on pewter city that does the cleartrainerflag after checking the trainerflag, im not sure of the syntax but im sure u can figure it out. You can either give another npc in pewter city the script or make it a map...
  6. D

    help with function

    I'm currently trying to make a special that checks for the pokeball used on a caught pokemon, I want it to return TRUE or FALSE and this is what I got so far bool8 CheckIfPartyMonMasterball() { u8 ball = ITEM_MASTER_BALL; if (GetMonData(&gPlayerParty[gSpecialVar_0x8004]...
  7. D

    [pokefirered] Help with Gym Leader Rematch

    Hey that looks good, yeah sorry thought that would be the way everyone would script, it was scripted with poryscript, use the RHH's video to learn how to add it to your decomp, it makes scripting so much easier, I just dont use poryscript when I edit the existing scripts, only when Im inserting...
  8. D

    [pokefirered] Help with Gym Leader Rematch

    sure, so editing the leader's script to check for champ flag. Im not sure which flag is set when you become champ. Check your flags to see which one is set. In emerald, the flag is called FLAG_IS_CHAMPION. I would add that to the script for Brock (for example) script BrockGymLeader { lock...
  9. D

    special like ChoosePartyMon but from the box pc

    Just wondering about something, I wanted to know if there is a special for choosing a pokemon from the box pc, kinda like special(Choosepartymon) If there isnt I can take some pointers on hopefully making one. Thanks
  10. D

    [pokefirered] Help with Gym Leader Rematch

    Im currently doing pokeemerald-expansion but im sure pokefirered is similar. What I would do in your case, rematche tables aren't there for Gym leaders. So you would have to add a new entry or edit an existing one of a trainer and change the values to match the leader you want. Thats number 1...
  11. D

    [pokefirered] Help with Gym Leader Rematch

    I can help, but what and when would you like to rematch them? anytime? whenever you beat the 4? or after an event? depending on your answer it will let me know how to script their rematch
  12. D

    [SOLVED] [pokeemerald-expansion] How to add new event_objects past 255?

    I had a problem similar (again) to palettes. I downloaded this program called CYOTEK color Palette Editor. And I created a palette, one that was needed for the obj event. I also used another program called GraphicsGale. About the unsupported? I mainly got those errors if I edited my png's with...
  13. D

    [SOLVED] [pokeemerald-expansion] How to add new event_objects past 255?

    I see what you're saying, I had a similar problem, but they are already so many objevents you can replace instead of making new entries, personally I added mewtwo, oak, blue and kanto leaders by just replacing some of the decoration objevents. You can fit in like 20 objectevents just by...
  14. D

    [SOLVED] [pokeemerald-expansion] How to add new event_objects past 255?

    I asked a similar question a while back, the great people here gave me this link, and it helped a ton so I will share it with you. This great link will help you out and will help with expansion of event objects. This other link helped me out a lot too
  15. D

    [Pokeemerald] [Event Scripts] Dynamic Multichoice

    i added all the changes and I got many errors but I wont bother u with them. I just hope it gets added to the expansion in the next update. Thank you lunos
Back
Top