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

Add support for Hexal macros in the evaluator #12

Open
object-Object opened this issue Jul 10, 2024 · 0 comments
Open

Add support for Hexal macros in the evaluator #12

object-Object opened this issue Jul 10, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@object-Object
Copy link
Owner

Hexal implements macros by mixing into CastingVM.queueExecuteAndWrapIota, which is not called by HexDebug:

https://github.com/Talia-12/Hexal/blob/f0260742e7191ac295762ecd8c2a623676f2dde8/Common/src/main/java/ram/talia/hexal/mixin/MixinCastingVM.java

If Hexal is installed, we should do similar logic somewhere to expand macros drawn in the evaluator.

@object-Object object-Object added the enhancement New feature or request label Jul 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant