Patch checksum AP in Last Window: The Secret of Cape West (#104)

This commit is contained in:
Mow
2026-01-13 15:47:35 -05:00
committed by GitHub
parent 653e620c29
commit fee3207b33
5 changed files with 115 additions and 0 deletions

View File

@@ -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"):