Skip to content

Instantly share code, notes, and snippets.

@omots
omots / unheader.py
Last active October 10, 2023 12:56
SNES unheadering tool
#!/usr/bin/env python3
# unheader.py - Portable commandline SNES ROM unheading tool
# By oldmanoftheSEA (omotss@twitter, omots@github)
# THIS UTILITY COMES WITH NO WARRANTY EXPRESSED OR IMPLIED
# Backups are ALWAYS a good idea.
# Principles & support:
# This tool is generally conservative when it comes to making modifications.
@omots
omots / snes-palette.lua
Created March 27, 2022 02:46
SNES Palette Aseprite script
---------------------------------------------------------
-- Convert image to use SNES palette
-- (c) 2022 oldmanoftheSEA, CC-BY-SA 4.0
--
-- This work is licensed under the Creative Commons
-- Attribution-ShareAlike 4.0 International License.
-- To view a copy of this license, visit
-- http://creativecommons.org/licenses/by-sa/4.0/.
---------------------------------------------------------