Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

extract_tables.feature_names_table does not include "TILE" #202

Open
spnda opened this issue Apr 14, 2021 · 0 comments
Open

extract_tables.feature_names_table does not include "TILE" #202

spnda opened this issue Apr 14, 2021 · 0 comments

Comments

@spnda
Copy link
Contributor

spnda commented Apr 14, 2021

With me updating the visualstudio.py generator, I noticed that "TILE" does not get exported with "SELF" and "PARENT", even though it is clearly used:

0x04: {
"SELF": {"type": 0x80, "param": 0, "first_bit": 0, "num_bits": 16, "triggers": True},
"TILE": {"type": 0x80, "param": 0, "first_bit": 16, "num_bits": 4, "triggers": True},
},

0x11: {
"SELF": {"type": 0x80, "param": 0, "first_bit": 0, "num_bits": 16, "triggers": False},
"TILE": {"type": 0x80, "param": 0, "first_bit": 16, "num_bits": 4, "triggers": False},
},

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant