-
Notifications
You must be signed in to change notification settings - Fork 81
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
Resolve the labels in the entities jump table #80
Comments
Work slowly started in #86. Still lot of pointers to label manually though :) |
#95 had a list of all entities. It should make it much easier to label the entity handlers. |
kemenaran
changed the title
Document the entities jump table
Resolve the labels in the entities jump table
Oct 12, 2019
Code for known entities is now separated in their own files. Still quite a lot of labeling work to do though. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There a huge jump table, jumping to the code for handling every type of entity. It should be easy to track the code it jumps to.
https://github.com/zladx/LADX-Disassembly/blob/master/src/code/entities/_handlers_table.asm#L13
TODO
code/entities
directoryThe text was updated successfully, but these errors were encountered: