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

Resolve the labels in the entities jump table #80

Closed
3 of 4 tasks
kemenaran opened this issue Jul 20, 2019 · 3 comments · Fixed by #140
Closed
3 of 4 tasks

Resolve the labels in the entities jump table #80

kemenaran opened this issue Jul 20, 2019 · 3 comments · Fixed by #140

Comments

@kemenaran
Copy link
Collaborator

kemenaran commented Jul 20, 2019

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

@kemenaran
Copy link
Collaborator Author

Work slowly started in #86. Still lot of pointers to label manually though :)

@kemenaran
Copy link
Collaborator Author

#95 had a list of all entities. It should make it much easier to label the entity handlers.

@kemenaran kemenaran changed the title Document the entities jump table Resolve the labels in the entities jump table Oct 12, 2019
@kemenaran
Copy link
Collaborator Author

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
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant