kwsch / pkNX

Pokémon (Nintendo Switch) ROM Editor & Randomizer
https://projectpokemon.org/home/forums/topic/48647-pknx-nintendo-switch-rom-editor-randomizer/
GNU General Public License v3.0
352 stars 108 forks source link

Raid Bonus Rewards form question #70

Closed CScorpion-h closed 4 years ago

CScorpion-h commented 4 years ago

I can't find the WinForms about the drop bonus table, where is it? I want to add some component and function

kwsch commented 4 years ago

Most of the "dumb" editors use the GenericEditor form. This form is generic, and doesn't have any special logic that corresponds to the class that instantiated it.

If you want advanced function for an editor, I suggest you make a separate (dedicated) editor for the content you are wishing to modify.