Entrance Rando (#1760)

This commit is contained in:
Adam Bird
2022-11-14 06:13:21 -05:00
committed by GitHub
parent 8be2c4ddd7
commit 15a9975200
36 changed files with 1341 additions and 142 deletions

View File

@@ -6,6 +6,7 @@
#include "z64audio.h"
#include "soh/Enhancements/randomizer/randomizerTypes.h"
#include "soh/Enhancements/randomizer/randomizer_inf.h"
#include "soh/Enhancements/randomizer/randomizer_entrance.h"
typedef struct {
/* 0x00 */ u8 buttonItems[8];
@@ -185,6 +186,7 @@ typedef struct {
RandoSetting randoSettings[300];
ItemLocationRando itemLocations[RC_MAX];
HintLocationRando hintLocations[50];
EntranceOverride entranceOverrides[ENTRANCE_OVERRIDES_MAX_COUNT];
char childAltarText[250];
char adultAltarText[750];
char ganonHintText[150];