Jump to content

Icoza

Veterans
  • Posts

    6
  • Joined

  • Last visited

 Content Type 

Profiles

Forums

Events

Reborn Development Blog

Rejuvenation Development Blog

Starlight Divide Devblog

Desolation Dev Blog

Posts posted by Icoza

  1. 3 hours ago, BlueTowel said:

    Technically, the Box Link does nothing! A switch is activated when using the PC in Isolated Farm that adds Storage to the menu.

    Sounds good, I'll start working on the wiki and sorry to bother again but which menu does it get added to? I used the prompt from the PC in Isolated Farm but I don't see the option anywhere. Could you SWM or AIronFaar's mods interfere with it?

     

    Edit: AIronFaar's debug menu mod seems to prevent the storage menu option from appearing. It isn't a huge issue since you can access the PC through debug but just thought I'd let you know. I was able to fix it, but it requires editing the debug mod to include the new menu option. Could there be any other incompatibilities?

  2. 2 hours ago, TanKY said:

    Hey, I have a question about modifying the EvOverflow mod.

    If I edit the mod to increase the Pokemon's IV by 2 instead of 1, could it break anything?

    To be specific, I just edited "thispoke.iv[k] += 1" to "thispoke.iv[k] += 2"

    To be safe, the change I made was

    "thispoke.iv[k] += 2

    if thispoke.iv[k] > 31

        thispoke.iv[k] = 31

        end"

    Without the check the ivs can go to 32.

    You also have to do the same thing to the exp share mod if you're using that. I haven't run into any issues with this change.

     

×
×
  • Create New...