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:
Ryan Myers
2023-10-12 08:35:23 -04:00
committed by GitHub
co-authored by David Benepe
parent 147e43c50e
commit 658ab3f5f0
31 changed files with 962 additions and 1634 deletions
+1 -1
View File
@@ -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"