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
AssertionError: Title length must be less than 256 characters
File "core\rom_project.py", line 420, in _save_impl
File "skytemple_files\hardcoded\icon_banner.py", line 131, in save_to_rom
File "skytemple_files\hardcoded\icon_banner.py", line 33, in _utf16_encode_fixed
The text was updated successfully, but these errors were encountered:
Yeah, it should say 256 bytes instead of characters. Since a UTF-16 character is either 2 or 4 bytes, limiting the number of characters to 128 isn't correct either, technically.
Sentry Issue: SKYTEMPLE-1VY
The text was updated successfully, but these errors were encountered: