mirror of
https://github.com/izzy2lost/Diddy-Kong-Racing.git
synced 2026-06-19 01:16:26 -07:00
we defeated tictoc (#327)
* Update score.py * match func_80001FB8 * :) * match func_8000232C * label func * match play_sound_global * match func_800BF524 * match func_80061C0C * match func_800BFE98 * match func_800BF3E4 * match func_800B8134 * match func_800BBE08 * match obj_loop_wavepower * match func_800BFC54 * Update src/waves.c Co-authored-by: David Benepe <benepe96@gmail.com> * Update src/waves.c Co-authored-by: David Benepe <benepe96@gmail.com> * Update src/object_models.c Co-authored-by: David Benepe <benepe96@gmail.com> * Update src/object_models.c Co-authored-by: David Benepe <benepe96@gmail.com> * Update src/audio.c Co-authored-by: David Benepe <benepe96@gmail.com> * nonmatch * label Taj's state behaviour * taj updates * match obj_loop_stopwatchman * rename struct field * Update m2ctx.py * revert some names * Update structs.h * Update object_functions.h * Update src/object_functions.c Co-authored-by: David Benepe <benepe96@gmail.com> * Update src/object_functions.c Co-authored-by: David Benepe <benepe96@gmail.com> * Update src/object_functions.c Co-authored-by: David Benepe <benepe96@gmail.com> * Update src/object_functions.c Co-authored-by: David Benepe <benepe96@gmail.com> * Update src/object_functions.c Co-authored-by: David Benepe <benepe96@gmail.com> * Update src/object_functions.c Co-authored-by: David Benepe <benepe96@gmail.com> * Update src/object_functions.c Co-authored-by: David Benepe <benepe96@gmail.com> Co-authored-by: David Benepe <benepe96@gmail.com>
This commit is contained in:
@@ -388,7 +388,7 @@ def write_output_functions(funcs):
|
||||
|
||||
# Writes all the preprocessor directives to the output file
|
||||
def write_output_directives(directives):
|
||||
directives['singleline'].append('#define NULL (void*)0\n') # Hack, since cleanup() will remove the original NULL definition.
|
||||
directives['singleline'].append('#define NULL 0\n') # Hack, since cleanup() will remove the original NULL definition.
|
||||
return [ '\n'.join(directives['singleline']) + '\n', '\n'.join(directives['all']) + '\n' ]
|
||||
|
||||
# Writes a variable to the output file
|
||||
|
||||
Reference in New Issue
Block a user