mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-12 10:54:44 +00:00
En_Heishi1 and Eff_Ss_Solder_Srch_Ball OK (#234)
* progress * init ok and merge master * enheishi1 and srchball OK * cleanup * cleanup * cleanup * more cleanup * done * more comments * add file headers * some review comments * move vectors * more review comments * angle in decimal * add prototype * semicolon would be good * fix * make unset actor ids 0 * reword comment * no &
This commit is contained in:
parent
b4a7ac9d71
commit
8b6e86649d
54 changed files with 636 additions and 1880 deletions
|
@ -1440,11 +1440,11 @@ void Cutscene_Command_Textbox(GlobalContext* globalCtx, CutsceneContext* csCtx,
|
|||
if (D_8011E1C0 != cmd->base) {
|
||||
D_8011E1C0 = cmd->base;
|
||||
if ((cmd->type == 3) && CHECK_QUEST_ITEM(QUEST_ZORA_SAPPHIRE)) {
|
||||
func_8010B680(globalCtx, cmd->textId1, 0);
|
||||
func_8010B680(globalCtx, cmd->textId1, NULL);
|
||||
} else if ((cmd->type == 4) && CHECK_QUEST_ITEM(QUEST_GORON_RUBY)) {
|
||||
func_8010B680(globalCtx, cmd->textId1, 0);
|
||||
func_8010B680(globalCtx, cmd->textId1, NULL);
|
||||
} else {
|
||||
func_8010B680(globalCtx, cmd->base, 0);
|
||||
func_8010B680(globalCtx, cmd->base, NULL);
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue