grunt-lucas / porytiles

Overworld tileset compiler for Pokémon Generation 3 decompilation projects
MIT License
35 stars 3 forks source link

Closes #1: secondary metatile attributes are not properly emitted #3

Closed grunt-lucas closed 8 months ago

grunt-lucas commented 8 months ago

As reported in #1 , secondary tileset metatile attributes were not properly emitted. This PR fixes the issue and provides a test case to confirm correct behavior. The fix was simple, I had forgotten to properly initialize a struct member, deep in the compilation code.