diff options
| author | Archez <Archez@users.noreply.github.com> | 2025-02-27 22:30:28 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-27 21:30:28 -0600 |
| commit | e0abc8816765c240323b2880c45b790415e97b45 (patch) | |
| tree | 676302b7cda918fc867b2d282635dc9977b55e74 /mm/2s2h/GameInteractor/GameInteractor.h | |
| parent | 90b8dc8322cc3c3b44538aa249ebb938fcda60b0 (diff) | |
Add fix for Day 1/2 Honey&Darling with no sword and bow (#1032)
Diffstat (limited to 'mm/2s2h/GameInteractor/GameInteractor.h')
| -rw-r--r-- | mm/2s2h/GameInteractor/GameInteractor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/2s2h/GameInteractor/GameInteractor.h b/mm/2s2h/GameInteractor/GameInteractor.h index 7ade171c1..a795032c7 100644 --- a/mm/2s2h/GameInteractor/GameInteractor.h +++ b/mm/2s2h/GameInteractor/GameInteractor.h @@ -156,7 +156,7 @@ typedef enum { VB_PASS_INTEREST_BANK_THRESHOLD, VB_PASS_SECOND_BANK_THRESHOLD, VB_PASS_SECOND_BANK_THRESHOLD_ALT, - VB_CLEAR_B_BUTTON_FOR_HORSEBACK, + VB_CLEAR_B_BUTTON_FOR_NO_BOW, VB_NOT_AFFORD_TINGLE_MAP, VB_ALREADY_HAVE_TINGLE_MAP, VB_TINGLE_GIVE_MAP_UNLOCK, |
