Replies: 2 comments 5 replies
-
Clicking the met location is already used to suggest met location/level changes. It might be better to add new syntax for the batch lines, to "use value from reference entity" instead. However, this is problematic as the property names do not align between the two object types. Met_Location/Egg_Location are not Location/EggLocation etc. Maybe it's best to extract the combo box+label displayed in the batch editor to a separate control, so you can quick lookup values when added to different forms. |
Beta Was this translation helpful? Give feedback.
3 replies
-
Added functionality in latest commit: 70cab2a |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
in light of #3490, it takes too many steps to filter Pokémon in the encounter database, swapping back and forth from the encounter db and the batch editor.
Current Steps:
view Pokémon
ctrl m - batch editor
typing in met location to find value of =Location=
then opening the encounter database to type out =Location=XX with info retrieved from the batch editor
can we have an option of clicking met location to copy the =Location=XX value to the clipboard? like if you were to right or left even shift click on the met location, it would give you the data required for the encounter database, (the same could be done for other fields)
also it's impossible to use the batch editor and the encounter database at the same time, the batch editor window locks the pkhex window to that window, so you need to close the batch editor to go back into the encounter table.
Beta Was this translation helpful? Give feedback.
All reactions