Merge branch 'develop' into zelda64

This commit is contained in:
Kenix3 2022-06-21 19:27:46 -04:00 committed by GitHub
commit 1435b5d314
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
41 changed files with 24544 additions and 1235 deletions

View file

@ -240,7 +240,6 @@ void Gameplay_Init(GameState* thisx) {
globalCtx->cameraPtrs[MAIN_CAM]->uid = 0;
globalCtx->activeCamera = MAIN_CAM;
func_8005AC48(&globalCtx->mainCamera, 0xFF);
Sram_Init(globalCtx, &globalCtx->sramCtx);
func_80112098(globalCtx);
Message_Init(globalCtx);
GameOver_Init(globalCtx);