mirror of
https://github.com/LNH-team/pico-loader.git
synced 2026-06-02 09:16:49 +02:00
Patch checksum AP in Last Window: The Secret of Cape West (#104)
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
#include "patches/arm9/OSResetSystemPatch.h"
|
||||
#include "patches/arm9/PokemonDownloaderArm9Patch.h"
|
||||
#include "patches/arm9/DSProtectArm9Patch.h"
|
||||
#include "patches/arm9/LastWindowCrcPatch.h"
|
||||
#include "patches/arm9/NandSave/FaceTrainingNandSavePatch.h"
|
||||
#include "patches/arm9/NandSave/JamWithTheBandNandSavePatch.h"
|
||||
#include "patches/arm9/NandSave/NintendoDSGuideNandSavePatch.h"
|
||||
@@ -404,6 +405,12 @@ void Arm9Patcher::AddGameSpecificPatches(
|
||||
patchCollection.AddPatch(new NintendoDSGuideNandSavePatch());
|
||||
break;
|
||||
}
|
||||
// Last Window: The Secret of Cape West
|
||||
case GAMECODE("YLUP"):
|
||||
{
|
||||
patchCollection.AddPatch(new LastWindowCrcPatch());
|
||||
break;
|
||||
}
|
||||
// Rabbids Go Home
|
||||
case GAMECODE("VRGE"):
|
||||
case GAMECODE("VRGV"):
|
||||
|
||||
Reference in New Issue
Block a user