sm64coopdx/docs/lua
Cooliokid956 cda0fa648b Fix double bubble life loss
- Borrowed certain things from HackerSM64/later refreshes
  - lots of `enum`s!
    - `MenuOption` [NEW]
    - `TimerControl`
    - `WarpOperation`
    - `WarpFlags` [NEW]
    - `WarpNodes`
    - `WarpTypes`
  - names here and there

NEW Level Value: `pauseExitMode`
- Learn:
```c
enum PauseExitMode {
    PAUSE_EXIT_VANILLA,   // 0b00 // "EXIT COURSE"    exits to castle
    PAUSE_EXIT_COURSE,    // 0b01 // "EXIT COURSE"    exits the course
    PAUSE_EXIT_TO_CASTLE, // 0b10 // "EXIT TO CASTLE" exits to castle
    PAUSE_EXIT_BOTH       // 0b11 // "EXIT COURSE" and "EXIT TO CASTLE"
};
```

- Deduplicated `Painting`s
  - Defaults are now created/restored using Macros
- Killed so many unused variables
- Purged all references to the sm64ex Exit Game feature
  - like that's ever coming back
- Getting things ready for the return of Goddard

... - oh, bubbles!
- Fixed double life loss on timeout
- :)
2026-06-13 00:14:27 -05:00
..
examples Default object light ID to -1 2026-05-23 11:47:05 -04:00
guides fix incorrect label on playerIndex in HOOK_ON_NAMETAGS_RENDER 2026-05-29 18:58:35 -05:00
constants.md Fix double bubble life loss 2026-06-13 00:14:27 -05:00
functions-2.md Multiline descriptions (#1235) 2026-05-13 16:06:19 -04:00
functions-3.md Fix double bubble life loss 2026-06-13 00:14:27 -05:00
functions-4.md Fix Mario clones stealing bodystate from player Marios (#1286) 2026-06-01 10:29:18 +10:00
functions-5.md Achieve 100% function documentation (1972/1972 smlua functions) (#1289) 2026-05-31 16:15:18 -04:00
functions-6.md Achieve 100% function documentation (1972/1972 smlua functions) (#1289) 2026-05-31 16:15:18 -04:00
functions-7.md Achieve 100% function documentation (1972/1972 smlua functions) (#1289) 2026-05-31 16:15:18 -04:00
functions.md Fix Mario clones stealing bodystate from player Marios (#1286) 2026-06-01 10:29:18 +10:00
globals.md Expose gHudDisplay (#1158) 2026-05-01 22:25:06 -04:00
lua.md Add in C documentation (#1176) 2026-04-21 21:35:01 -04:00
structs.md Fix double bubble life loss 2026-06-13 00:14:27 -05:00