sm64coopdx/autogen
Blockyyy 5d39741be1 Delete star flags (#501)
* Expose save_file_remove_star_flags

* new packet

added a new packet type and two new functions

* oops

* create packet_save_remove_flag.c

move the new network functions to a new file

* Switch u32 to u8

Switched courseStarsToRemove from u32
 to u8 for consistency

* fixed the function

-Fixed empty save file marked as existing
-Fixed SAVE_FILE_EXISTS flag being deleted
-Fixed removing ALL flags from the remote saves
2023-11-14 20:40:34 -05:00
..
lua_constants Reduced Lua GC pressure by a lot, reuse cobjects/pointers 2023-06-24 23:43:03 -07:00
lua_definitions Delete star flags (#501) 2023-11-14 20:40:34 -05:00
autogen.sh Console Overhaul (#490) 2023-10-28 00:18:23 -07:00
common.py Mod Storage C++ (#448) 2023-07-18 17:52:11 -04:00
convert_constants.py Improve first person and add gFirstPersonCamera 2023-11-11 16:49:46 -05:00
convert_functions.py Delete star flags (#501) 2023-11-14 20:40:34 -05:00
convert_structs.py Improve first person and add gFirstPersonCamera 2023-11-11 16:49:46 -05:00
extract_constants.py
extract_functions.py sm64coopdx 2023-10-30 01:03:36 -04:00
extract_object_fields.py
extract_structs.py
gen_sound.py