mirror of
https://github.com/izzy2lost/Diddy-Kong-Racing.git
synced 2026-06-19 01:16:26 -07:00
Update makefile, and include many new matches (#421)
* Fix the sins of the past * Fix makefile extra messages, and add a patching option * Match func_8001955C * Match func_80016500 * Match func_8000C8F8 * WIP func_8000CC7C * Removed old competing misc asset enums, and migrated to the better standard. * Fix last commit * Minor documenting of an unused asset. * Match func_8001B4FC * Match func_8009963C * Match render_enter_filename_ui * Match randomise_ai_racer_slots * Fix NON_EQUIVALENT builds * Update README * A little text documenting * Update src/menu.c Co-authored-by: David Benepe <benepe96@gmail.com> * Remove already matched asm file --------- Co-authored-by: David Benepe <benepe96@gmail.com>
This commit is contained in:
co-authored by
David Benepe
parent
147e43c50e
commit
658ab3f5f0
@@ -35,7 +35,7 @@ if args.make:
|
||||
check_call(["ninja", "baseroms/dkr.z64"])
|
||||
|
||||
baseimg = f"baseroms/dkr.z64"
|
||||
basemap = f"expected/build//us_1.0/dkr.map"
|
||||
basemap = f"expected/build/us_1.0/dkr.map"
|
||||
|
||||
myimg = f"build/us_1.0/dkr.z64"
|
||||
mymap = f"build/us_1.0/dkr.map"
|
||||
|
||||
Reference in New Issue
Block a user