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

Fix lack of alignment check #39

Merged
merged 3 commits into from
Feb 17, 2019

Conversation

StanHash
Copy link
Member

Fixes #38 and therefore part of #2

@@ -15,7 +15,7 @@ class Raw
public string Name { get; }
private int length;
public short Code { get; }
public int OffsetMod { get; }
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For compatibility (or, more importantly, the original documentation for EA) reasons, maybe keep this field.

public int OffsetMod {get;} public int AlignmentRequirement {get { return OffsetMod; } }

@Crazycolorz5 Crazycolorz5 merged commit af4aeeb into FireEmblemUniverse:master Feb 17, 2019
@StanHash StanHash deleted the fix-alignment-check branch March 15, 2019 16:18
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 this pull request may close these issues.

2 participants