This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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 | |
;# |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* 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) | |
*/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# 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) | |
# |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\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} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
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. | |
*/ |