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

Bug: flags member of MapHeader struct is not handled correctly for pokeemerald #57

Closed
huderlem opened this issue Nov 8, 2018 · 1 comment

Comments

@huderlem
Copy link
Owner

huderlem commented Nov 8, 2018

In Ruby, MapHeader.flags is only used for enabling the map name popup. In Emerald, it is a bitfield that holds 4 values:
Bit 0: biking allowed
Bit 1: escape rope allowed
Bit 2: running shoes allowed
Bit 3: map name popup enabled

Porymap needs to show these extra checkboxes for Emerald, and update the save logic accordingly.

@huderlem
Copy link
Owner Author

ebdab42

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