mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-20 05:51:18 +00:00
Parameter/Item Misc Cleanup (#1201)
* Misc parameter cleanup * More cleanup * More cleanup * ia4, more readable * More comments * PR Suggestion
This commit is contained in:
parent
924c10d2d3
commit
1e03b662f2
9 changed files with 148 additions and 121 deletions
|
@ -3826,7 +3826,7 @@ s32 func_808382DC(Player* this, GlobalContext* globalCtx) {
|
|||
}
|
||||
|
||||
func_80832698(this, NA_SE_VO_LI_TAKEN_AWAY);
|
||||
globalCtx->unk_11DE9 = 1;
|
||||
globalCtx->unk_11DE9 = true;
|
||||
func_80078884(NA_SE_OC_ABYSS);
|
||||
} else if ((this->unk_8A1 != 0) && ((this->unk_8A1 >= 2) || (this->invincibilityTimer == 0))) {
|
||||
u8 sp5C[] = { 2, 1, 1 };
|
||||
|
@ -12056,7 +12056,7 @@ s32 func_8084DFF4(GlobalContext* globalCtx, Player* this) {
|
|||
} else {
|
||||
if ((this->getItemId == GI_HEART_CONTAINER_2) || (this->getItemId == GI_HEART_CONTAINER) ||
|
||||
((this->getItemId == GI_HEART_PIECE) &&
|
||||
((gSaveContext.inventory.questItems & 0xF0000000) == 0x40000000))) {
|
||||
((gSaveContext.inventory.questItems & 0xF0000000) == (4 << QUEST_HEART_PIECE_COUNT)))) {
|
||||
temp1 = NA_BGM_HEART_GET | 0x900;
|
||||
} else {
|
||||
temp1 = temp2 = (this->getItemId == GI_HEART_PIECE) ? NA_BGM_SMALL_ITEM_GET : NA_BGM_ITEM_GET | 0x900;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue