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
NEW: Replaced “Import”/“Export” with “Decompile”/“Compile” for less confusion.
NEW: Patches Module: See patches.yml. You can enable or disable the compiling of various included patches into your new ROM such as EB++, Bozo’s General Movement Hack, and the Run Button hack by simply marking them as Enabled.
NEW: Added a “upgrade” feature which allows you to upgrade your CoilSnake 1.0 projects to be compatible with CoilSnake 1.1.
NEW: Added logo art by Reg to the About menu
BUGFIX: The ROM Expander now works in Windows.
BUGFIX: Fixed a compilation error which caused the file select background or other data randomly becoming corrupted in the compiled ROM.
BUGFIX: Misc Tables: Item names are now limited to 24 characters. Allowing 25 chars created a glitch in-game. Thanks to H.S for reporting this.
BUGFIX: Window Graphics: Window flavor names are now correctly compiled.
BUGFIX: Fonts: The width of font 3 (the HP/PP window font) is now compiled to the ROM correctly.
BUGFIX: Misc Tables: Fixed incorrect fields in psi_ability_table and battle_action_table, thanks to H.S for finding them