mirror of
https://github.com/zeldaret/oot.git
synced 2024-11-11 03:39:59 +00:00
Fix SKYBOX_HOUSE_LINK enum value. (#902)
This commit is contained in:
parent
7fee09776b
commit
463283a1ac
1 changed files with 1 additions and 1 deletions
|
@ -295,7 +295,7 @@ typedef enum {
|
|||
/* 0x03 */ SKYBOX_OVERCAST_SUNSET,
|
||||
/* 0x04 */ SKYBOX_MARKET_ADULT,
|
||||
/* 0x05 */ SKYBOX_CUTSCENE_MAP,
|
||||
/* 0x06 */ SKYBOX_HOUSE_LINK,
|
||||
/* 0x07 */ SKYBOX_HOUSE_LINK = 7,
|
||||
/* 0x09 */ SKYBOX_MARKET_CHILD_DAY = 9,
|
||||
/* 0x0A */ SKYBOX_MARKET_CHILD_NIGHT,
|
||||
/* 0x0B */ SKYBOX_HAPPY_MASK_SHOP,
|
||||
|
|
Loading…
Reference in a new issue