| 75 | } |
| 76 | |
| 77 | void zMenuSetup() |
| 78 | { |
| 79 | globals.player.MaxHealth = 3; |
| 80 | zSceneSetup(); |
| 81 | sAttractMode_timer = 48.264f; |
| 82 | zGameSetupPlayer(); |
| 83 | zEnvStartingCamera(gCurEnv); |
| 84 | xCameraUpdate(&globals.camera, -1.0f); |
| 85 | xSkyDome_Setup(); |
| 86 | zEntEventAll(NULL, 0, eEventSceneBegin, NULL); |
| 87 | zEntEventAll(NULL, 0, eEventRoomBegin, NULL); |
| 88 | if (globals.updateMgr) |
| 89 | { |
| 90 | xUpdateCull_Update(globals.updateMgr, eEventDispatcher_PadVibrateOn); |
| 91 | } |
| 92 | zEntEvent(&globals.player.ent, 8); |
| 93 | } |
| 94 | |
| 95 | void zMenuFirstBootSet(S32 value); |
| 96 |
nothing calls this directly
no test coverage detected