megalon / nasb-moveset-editor

Moveset editor for Nickelodeon All-Star Brawl
MIT License
1 stars 1 forks source link

Generated graph contains blank BaseIdentifier nodes #24

Closed megalon closed 2 years ago

megalon commented 2 years ago

Bug

When generating a graph, the graph will contain blank BaseIdentifier nodes such as StateAction. These nodes serve no purpose on their own, but exist as placeholders. Commonly they are connected to ports that are unused. Such as the "Else" output of SACheckThingNode

Cause

I believe NASB Parser creates these empty structures, but they may exist in the moveset itself.

Workaround

These nodes don't seem to do anything so they can be ignored, or deleted.