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

Suggestion: Allow the size of the ID parameter in raws to be specified #3

Open
LeonarthCG opened this issue Jul 30, 2018 · 0 comments

Comments

@LeonarthCG
Copy link

The ID of a raw is always a short (this was the case in the old core too) which is fine for Fire Emblem, for the most part, but can cause issues for other games.

One can get around this by setting the code ID to 0 and using the "fixed" parameter flag on the first parameter. as well as using the "unsafe" code flag.

This is an exmaple from Traps.txt:

FIRE, 0, 6, -language:FE7:FE8 -unsafe -priority:ballista -indexMode:8 -offsetMod:1
4, 0, 1, -fixed

My suggestion for a solution is to add a code flag to specify the size of the code ID and either make it default to 2 bytes if there is no size specified or add a way to specify the default size of code IDs based on language.

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