Skip to content

Instantly share code, notes, and snippets.

View HTV04's full-sized avatar
😎

Harrison HTV04

😎
View GitHub Profile
@HTV04
HTV04 / knldat.py
Created July 24, 2023 21:19
KNLDAT Generator for KokonoePlayer-Lite
#!/usr/bin/env python
# KNLDAT Generator for KokonoePlayer-Lite v1.0
# By HTV04
# Usage: knldat.py [output file] [input files...]
# This is free and unencumbered software released into the public domain.
#
# Anyone is free to copy, modify, publish, use, compile, sell, or
# distribute this software, either in source code form or as a compiled
@HTV04
HTV04 / romhead.py
Last active July 24, 2023 20:53
Mega Drive ROM Header Generator
#!/usr/bin/env python
# Mega Drive ROM Header Generator v1.0
# By HTV04
# Usage: romhead.py [output file]
# Note: ROM header generated is incomplete, complete with romfix (https://github.com/sikthehedgehog/mdtools)
# MIT License
#
# Copyright (c) 2023 HTV04
@HTV04
HTV04 / boot.s
Last active July 24, 2023 20:40
SGDK Startup Code for VASM
; SGDK Startup Code for VASM v1.0
; By HTV04
; Translated from SEGA Startup Code for the Sozobon C Compiler
; Written by Paul W. Lee
; Modified by Charles Coty
; Modified by Stephane Dallongeville
; MIT License
;
@HTV04
HTV04 / mdswrap.h
Created July 24, 2023 20:28
MDSDRV ABI Wrapper
// MDSDRV ABI wrapper
// By HTV04
// Reference: https://github.com/superctr/MDSDRV/blob/master/doc/api.md
/*
MIT License
Copyright (c) 2023 HTV04
Permission is hereby granted, free of charge, to any person obtaining a copy
@HTV04
HTV04 / p64-extract.py
Created January 2, 2023 06:08
Quick and Dirty Picotron .P64 Recursive Extractor
#!/usr/bin/env python
# Quick and Dirty Picotron .P64 Recursive Extractor v1.0
#
# MIT License
#
# Copyright (c) 2023 HTV04
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
@HTV04
HTV04 / funkin-xmlresize.py
Last active July 1, 2022 04:23
Friday Night Funkin' XML Resizer
#!/usr/bin/env python3
# MIT License
#
# Copyright (c) 2021 HTV04
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell