| 53 | } |
| 54 | |
| 55 | void zMenuInit(U32 theSceneID) |
| 56 | { |
| 57 | sInMenu = 1; |
| 58 | xsrand(iTimeGet()); |
| 59 | iTimeGet(); |
| 60 | xrand(); |
| 61 | zSceneInit(theSceneID, 0); |
| 62 | xCameraInit(&globals.camera, 0x280, 0x1e0); |
| 63 | zCameraReset(&globals.camera); |
| 64 | xCameraSetScene(&globals.camera, globals.sceneCur); |
| 65 | zMusicInit(); |
| 66 | } |
| 67 | |
| 68 | void zMenuExit() |
| 69 | { |
nothing calls this directly
no test coverage detected