Skip to content

Commit

Permalink
Merge pull request #1590 from 2dos/nsak-got-screwed
Browse files Browse the repository at this point in the history
I'm sorry NSAK lovers
  • Loading branch information
theballaam96 authored Aug 28, 2023
2 parents df29504 + b454383 commit 566f277
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion base-hack/src/fixes/guardCatch.c
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ void catchWarpHandle(void) {

int inRabbitRace(void) {
if (CurrentMap == MAP_FUNGI) {
return *(int*)(0x807FBB64) | 4; // In Rabbit Race
return *(int*)(0x807FBB64) & 4; // In Rabbit Race
}
return 0;
}
Expand Down
2 changes: 1 addition & 1 deletion static/patches/pointer_addresses.json

Large diffs are not rendered by default.

Binary file modified static/patches/shrink-dk64.bps
Binary file not shown.
2 changes: 1 addition & 1 deletion static/presets/nostyle_allkeys.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name":"No Style, All Keys",
"description":"Alternative consistent settings focused on getting all of the keys with seed completion time under 3 hours for experienced players.",
"settings_string": "bKsnPMYQQSwWBuWDogPQ+qBoRDIhKlsa58B+I0eu0uXxCnTE2nBAOgVBkFup6/AkgGTQMgusllgoC6AEGAnUBA4G7AMIBHcCBIK8AUKBnkDBYO9AcMCFCGlD2AFIhRUM5EpFyRaRSUcEKiLAImIoAr1rjkbtV/vsigeAM2oGLEkWABMYABMaAA8cAA8eAAsgAAsiAAckAAcmAAcoAAcRKcuUOS4VLGEvhhKmY2mMtFkWlcsCtDlsNCcWCowEwYEY0HFNIpMiMhAA6AKoA"
"settings_string": "bKEGiRorPNXm8rJzzGEDEsFRIeh9UDQiGRCVLY1z4D8Ro9dpcviFmpyxNpwQDoFQZBbqev2JIBk0DILrJZYKAugBBgJ1AQOBuwDCAR3AgSCvAFCgZ5AwWDvQHDAhQhqM9vpSoUVDOVKZc2i3gZwdHqLcEKuLB4nAoCL1rjkbtV/vsigeAM2oGLEkWABMYABMaAA8cAA8eAAsgAAsiAAckAAcmAAcoAAcRKcuUOS4VLGEvoE5IMMJU2mMtFkWlcsCtDlsNCcWCowEwYEYkHFNIpMiMOgCqAA"
}

0 comments on commit 566f277

Please sign in to comment.