Change gPauseAnyCursor into combobox (#2423)

* Change gPauseAnyCursor into combobox

* Add enums

* Change naming
This commit is contained in:
aMannus
2023-01-31 12:53:22 +01:00
committed by GitHub
parent 4e08eca1b9
commit 612700c2ab
6 changed files with 33 additions and 14 deletions

View File

@@ -2222,6 +2222,13 @@ typedef struct {
const char** palettes;
} SkyboxTableEntry;
typedef enum {
/* 0x00 */ PAUSE_ANY_CURSOR_RANDO_ONLY,
/* 0x01 */ PAUSE_ANY_CURSOR_ALWAYS_ON,
/* 0x02 */ PAUSE_ANY_CURSOR_ALWAYS_OFF,
/* 0x03 */ PAUSE_ANY_CURSOR_MAX
} PauseCursorAnySlotOptions;
#define ROM_FILE(name) \
{ 0, 0, #name }