sm64coopdx/autogen
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
..
lua_constants Change romhack camera options (#1247) 2026-05-16 22:07:51 -04:00
lua_definitions Fix double bubble life loss 2026-06-13 00:14:27 -05:00
autogen.sh ModFs improvements (#907) 2025-10-21 19:42:06 +02:00
common.py CObject Properties (#1068) 2026-05-01 22:12:51 -04:00
convert_constants.py Fix double bubble life loss 2026-06-13 00:14:27 -05:00
convert_functions.py Fix Mario clones stealing bodystate from player Marios (#1286) 2026-06-01 10:29:18 +10:00
convert_structs.py Rename and expose visibleToObjects field (#1251) 2026-05-21 14:10:10 -04:00
extract_constants.py allow Lua to manipulate displaylists and vertices (#675) 2025-02-27 14:27:55 +10:00
extract_display_lists.py geo_num3_switch is not a display list 2025-08-07 14:22:31 +02:00
extract_functions.py Multiline descriptions (#1235) 2026-05-13 16:06:19 -04:00
extract_object_fields.py allow Lua to manipulate displaylists and vertices (#675) 2025-02-27 14:27:55 +10:00
extract_structs.py CObject Properties (#1068) 2026-05-01 22:12:51 -04:00
gen_hooks.py make hook errors report the culprit file 2026-02-16 11:24:12 +10:00
gen_math.py Multi-return from C and other autogen changes (#1044) 2025-12-19 20:27:44 -05:00
gen_sound.py Fixed Wario sounds pitch/speed 2022-02-15 00:51:19 -08:00
vec_types.py More math improvements (#820) 2025-05-29 02:52:31 +02:00