Skip to content

Commit

Permalink
Reorganize VB flags in enum
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanLongstaff committed Dec 13, 2024
1 parent d405117 commit 93cffd9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions soh/soh/Enhancements/game-interactor/GameInteractor.h
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,9 @@ typedef enum {
/*** Play Cutscenes ***/

VB_PLAY_TRANSITION_CS,
VB_PLAY_FIRE_ARROW_CS,
// Vanilla condition: INV_CONTENT(ITEM_ARROW_FIRE) == ITEM_NONE
VB_SPAWN_FIRE_ARROW,
// Opt: *EventChkInf flag
VB_PLAY_ENTRANCE_CS,
// Opt: *cutsceneId
Expand Down Expand Up @@ -344,9 +347,6 @@ typedef enum {
VB_PLAY_RAINBOW_BRIDGE_CS,
// Opt: *EnBox
VB_PLAY_SLOW_CHEST_CS,
// Opt: *ShotSun
VB_PLAY_FIRE_ARROW_CS,
VB_SPAWN_FIRE_ARROW,
//*Opt f32 sFishOnHandLength
// Vanilla condition: (s16)sFishingRecordLength < (s16)sFishOnHandLength
VB_SHOULD_CHECK_FOR_FISHING_RECORD,
Expand Down

0 comments on commit 93cffd9

Please sign in to comment.