Recent content by benicioneto

  1. B

    [Graphics] [pokeemerald] Editing the summary (status) screen

    Hi, These informations are really interesting, thank you! I have been trying to modify the summary screen (add more, editing bg of old ones), but i got stucked with all of that functions and these is the best information i got until now. Did you get your summary screen done?
  2. B

    [Script✓] CFRU scripting - How to make a form change item?

    Hello everyone, I'm having some dificulty to understand what i should do to make a Gracidea, DNA Splicer ... item. I'm using CFRU! I know this code in "src > party_menu.c": static void ItemUseCB_FormChangeItem(u8 taskId, TaskFunc func) { struct Pokemon* mon =...
  3. B

    [Scripting Question] Ability scripting

    Worked fine! Thanks!
  4. B

    [Scripting Question] Ability scripting

    Hi, I'm trying to give some pokemons two or more abilities with these code, but it keep getting error. def hasWorkingAbility(ability,ignorefainted=false) return false if self.isFainted? if !ignorefainted return false if @effects[PBEffects::GastroAcid] return true if...
Back
Top