Skip to content

Instantly share code, notes, and snippets.

@Bl4ckSh4rk
Bl4ckSh4rk / GSAcrypt.c
Last active October 21, 2023 04:42
GSAcrypt - Gameboy Advance AR Crypto Program by Parasyte
/* GSAcrypt - Gameboy Advance AR Crypto Program
*
* Copyright notice for this file:
* Copyright (C) 2001-2003 Parasyte
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
@Bl4ckSh4rk
Bl4ckSh4rk / YGOWC11SaveFix.c
Created July 6, 2017 23:10
Fixes checksums in Yu-Gi-Oh! 5D's World Championship 2011 (NDS) save files
// YGOWC11SaveFix - fixes checksums in Yu-Gi-Oh! 5D's World Championship 2011 (NDS) save files
// Copyright (C) 2014 BlackShark
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
@Bl4ckSh4rk
Bl4ckSh4rk / badwords_3ds.txt
Last active September 13, 2023 09:32
3DS / NSW Banned Word List
.*(ca|k|ka)ralh(inh|o|ã|õ).*
.*[gj]ilip.*
.*[늬니]미.*
.*[뒈디]져.*
.*[백빽]보지.*
.*[붕븅빙]신.*
.*[뻑뽀]큐.*
.*[시씨]벨넘.*
.*[좃좆]까.*
.*[크클]리토리스.*
@Bl4ckSh4rk
Bl4ckSh4rk / functions.cpp
Last active January 8, 2022 16:50 — forked from TuxSH/functions.cpp
Pokémon Battle Revolution basic encryption/decryption functions
#define _CRT_SECURE_NO_WARNINGS
#define _SCL_SECURE_NO_WARNINGS
#include <cstdio>
#include <cstdlib>
#include <iostream>
#include <algorithm>
#include <cstdint>
using namespace std;
@Bl4ckSh4rk
Bl4ckSh4rk / Pokemon-3DS-Title-List.txt
Last active April 23, 2024 19:37
List of Pokémon titles for Nintendo 3DS
Pokémon 3DS Title List
==========================================================================
ALL REGIONS
MAIN GAMES
0004000000055D00 Pokémon X [EKJA]
0004000000055E00 Pokémon Y [EK2A]
000400000011C400 Pokémon Omega Ruby [ECRA]
000400000011C500 Pokémon Alpha Sapphire [ECLA]
0004000000164800 Pokémon Sun [BNDA]
@Bl4ckSh4rk
Bl4ckSh4rk / GetRoamerData.c
Last active January 8, 2022 16:50
Tool to read out some data about the roaming Pokemon in the third generation games
#include <stdio.h>
#include <stdlib.h>
void exitTool()
{
printf("\n\nPress ENTER to exit...");
while(1)
{
if (getchar())
break;
@Bl4ckSh4rk
Bl4ckSh4rk / RSE_Secret_Bases.txt
Created October 19, 2017 13:11
Save structure of secret bases in Ruby, Sapphire and Emerald
RSE - Secret Bases
Offsets
Ruby/Sapphire
Section 2
0xA88 - 0xF7F Bases 1 - 7 + first 152 Bytes of Base 8
Section 3
0x000 - 0x787 Last 8 Bytes of Base 8 + Bases 9 - 20
0x7A0 - 0x835 Decoration Storage
@Bl4ckSh4rk
Bl4ckSh4rk / B2W2_DLC.txt
Created December 10, 2017 15:29
Gen 5 official PGL DLC names (C-Gear/Pokedex Skins, Musicals)
English
French
German
Italian
Spanish
Japanese
Korean
C-Gear Skins
@Bl4ckSh4rk
Bl4ckSh4rk / g3_dict_eng.txt
Last active December 27, 2017 22:56
RSEFRLG - Dictionary (Easy Chat)
POKéMON
0x0001 BULBASAUR
0x0002 IVYSAUR
0x0003 VENUSAUR
0x0004 CHARMANDER
0x0005 CHARMELEON
0x0006 CHARIZARD
0x0007 SQUIRTLE
0x0008 WARTORTLE
0x0009 BLASTOISE
@Bl4ckSh4rk
Bl4ckSh4rk / g4_dict_eng.txt
Last active January 3, 2018 01:31
DPPtHGSS - Dictionary (Easy Chat)
POKéMON
0x0001 BULBASAUR
0x0002 IVYSAUR
0x0003 VENUSAUR
0x0004 CHARMANDER
0x0005 CHARMELEON
0x0006 CHARIZARD
0x0007 SQUIRTLE
0x0008 WARTORTLE
0x0009 BLASTOISE