Skip to content

Commit

Permalink
enable honey and darling no sword fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LittleCube-hax committed Oct 19, 2024
1 parent 1126179 commit 7a8ee2f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/play_main_hooks.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ RECOMP_IMPORT("*", int recomp_set_moon_crash_resets_save(bool new_val));
RECOMP_IMPORT("*", int recomp_set_fd_anywhere(bool new_val));
RECOMP_IMPORT("*", int recomp_set_no_bow_epona_fix(bool new_val));
RECOMP_IMPORT("*", int recomp_set_allow_no_ocarina_tf(bool new_val));
RECOMP_IMPORT("*", int recomp_set_h_and_d_no_sword_fix(bool new_val));

RECOMP_IMPORT(".", void rando_init());

Expand All @@ -25,6 +26,7 @@ void call_rando_init()
recomp_set_fd_anywhere(true);
recomp_set_no_bow_epona_fix(true);
recomp_set_allow_no_ocarina_tf(true);
recomp_set_h_and_d_no_sword_fix(true);

dsot_set_skip_dsot_cutscene(true);
}
Expand Down

0 comments on commit 7a8ee2f

Please sign in to comment.