Skip to content

Instantly share code, notes, and snippets.

View SnowyMouse's full-sized avatar
🐭
Eep!!

Snowy SnowyMouse

🐭
Eep!!
View GitHub Profile
.intel_syntax noprefix
.text
;# Fix sprite sheet width so that width = height (fixes particles)
;#
;# by Snowy~
;#
;# This is meant to return at the end of a function with this signature: 83C4085F5E5D6689185B83C42CC3
;#
/*
* chimera-compress (c) Snowy Mouse
*
* Compresses/decompresses a Halo: Combat Evolved cache file for use with Chimera and other compatible map readers.
*
* Requires zstandard @ http://facebook.github.io/zstd/
*
* This software is licensed under version 3 of the GNU GPL (https://www.gnu.org/licenses/gpl-3.0.en.html)
*/
Brawler (Hippowdon) (M) @ Life Orb
Ability: Sand Force
EVs: 248 HP / 252 Atk / 8 SpD
Adamant Nature
- Earthquake
- Fire Fang
- Iron Head
- Ice Fang
Princess (Diancie-Mega) @ Diancite
@SnowyMouse
SnowyMouse / genscriptdefs.py
Last active June 26, 2021 21:53
Parse an hs_doc.txt file and output a JSON file
#
# genscriptdefs.py by Snowy Mouse (2021)
#
# Parses an hs_doc.txt file (from using script_doc) and outputs a JSON file to
# be used with a tool
#
# Note that this will specifically ignore begin, begin_random, set, cond, if,
# and any passthrough functions, as these are written in a way that can't really
# be automatically parsed. (The parameter text is probably handwritten)
#
@SnowyMouse
SnowyMouse / halo-map-structure.tex
Last active May 31, 2024 12:21
Halo Map Structure
\documentclass[12pt,oneside]{article}
\renewcommand{\familydefault}{\sfdefault}
\usepackage[a4paper,margin=1in]{geometry}
\usepackage{hyperref}
\usepackage[utf8]{inputenc}
\usepackage[none]{hyphenat}
\usepackage{tabularx}
\usepackage{emoji}
\usepackage[document]{ragged2e}
\usepackage{xspace}
/*
custom-colors-unfuckerupper - Fixes change colors on object tags when
improperly extracted using older versions of Invader or the current stable
version of Refinery.
Copyright (c) Kavawuvi
This tool is licensed strictly under the GNU General Public License version
3. Read https://www.gnu.org/licenses/gpl-3.0.en.html for more information.
*/