1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-08-11 01:10:33 +00:00

Document Scene Sequences and Remaining SeqFlags (#1308)

* Begin scene sequence docs

* Better docs

* cleanup

* Better Docs

* cleanup

* Move flag

* Off -> None

* Fix comment

* spacing

* address pr, spot -> resumePoint

* SEQ_IO_VAL_NONE

* missed one
This commit is contained in:
engineer124 2022-10-09 21:57:50 -04:00 committed by GitHub
parent b6d9a8183b
commit 76803f1534
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 100 additions and 67 deletions

View file

@ -1895,5 +1895,6 @@ void FileSelect_Init(GameState* thisx) {
FileSelect_InitContext(&this->state);
Font_LoadOrderedFont(&this->font);
SEQCMD_RESET_AUDIO_HEAP(0, 10);
func_800F5E18(SEQ_PLAYER_BGM_MAIN, NA_BGM_FILE_SELECT, 0, 7, 1);
// Setting ioData to 1 and writing it to ioPort 7 will skip the harp intro
Audio_PlaySequenceWithSeqPlayerIO(SEQ_PLAYER_BGM_MAIN, NA_BGM_FILE_SELECT, 0, 7, 1);
}