You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
peach.tilemap and peach.attrmap are committed, but none of the other decoded files are; should they be?
Running convert_background.py decode on menu_file_selection.tilemap.encoded and menu_file_selection.attrmap.encoded fails with an IndexError. I think this is because they fallthrough into the subsequent tilemap03 data. It might be more useful to combine those files, and instead of the Tilemap03 and Attrmap03 pointers, store either a raw address (like the ._07 dw $D651) or an offset from the base pointer (e.g. dw MenuFileSelectionAttrmap + $0123).
Tilemap06 and Tilemap09 might also belong combined with another file. This would explain why some decoded files fail to open in Tilemap Studio, e.g. inventory.tilemap complains "Attrmap is longer than tilemap."
The text was updated successfully, but these errors were encountered:
peach.tilemap
andpeach.attrmap
are committed, but none of the other decoded files are; should they be?convert_background.py decode
onmenu_file_selection.tilemap.encoded
andmenu_file_selection.attrmap.encoded
fails with anIndexError
. I think this is because they fallthrough into the subsequenttilemap03
data. It might be more useful to combine those files, and instead of theTilemap03
andAttrmap03
pointers, store either a raw address (like the._07 dw $D651
) or an offset from the base pointer (e.g.dw MenuFileSelectionAttrmap + $0123
).Tilemap06
andTilemap09
might also belong combined with another file. This would explain why some decoded files fail to open in Tilemap Studio, e.g.inventory.tilemap
complains "Attrmap is longer than tilemap."The text was updated successfully, but these errors were encountered: