-
Notifications
You must be signed in to change notification settings - Fork 57
Pull Request for issues #18, #19, #7, #8 #21
Conversation
All plugins should work without changes.
Fixed "Add image" action for Sprites with partitions data
Thanks a lot! and sorry for forgetting about this. I will review all the changes today |
// Update partition data info | ||
ncer.cebk.partition_data_offset = ncer.cebk.section_size - 8; | ||
ncer.cebk.max_partition_size = max_partition_size; | ||
ncer.cebk.first_partition_data_offset = (ncer.cebk.first_partition_data_offset > 0) ? ncer.cebk.first_partition_data_offset : 8; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this means that the first_partition_data_offset
can't be smaller than 8? In that case, should be check if it's smaller than 8 instad of 0?
Everything look good for me. I am waiting for a reply to my comment before merging. |
In this code I always added one part of data as default.
If you do not want to add partition data if original file does not contain this, you can change this code to
|
about value of In row with update
... and in updates:
I can commit this fix? |
I fixed this |
Perfect! Thanks! I am merging and closing the issues. |
Yea, MetLob is OK |
Also fixed "Tile Index" maximum value in OAM Editor...
This is commit to close Issue #18 and #19
For all oldest plugins, where using SpriteBase and OAM Editor, nothing affected and their works has't been changed.