mirror of
https://github.com/izzy2lost/Diddy-Kong-Racing.git
synced 2026-06-19 01:16:26 -07:00
More various labellings (#446)
* bumble * rumble done basically * printf is looking better now too * racer stuff * model offsets * two wave things * obj id * fix object ids * randomly remembered to fix alignment on these * fix ids part 2 * format * fix warning * identify baseline table * boss race IDs * lots of hud * last of the current feasible hud stuff * Update README.md * this name * neat * I randomly remembered why this exists * anti tamper define * object elevation * ai nodes * particle emitters * objects * spectate cams * gost * michael bay * door * okay thats enough * gost * fix build errors * format * Update include/level_object_entries.h Co-authored-by: Ryan Myers <ryan.p.myers@gmail.com> * Update src/objects.c Co-authored-by: Ryan Myers <ryan.p.myers@gmail.com> --------- Co-authored-by: Ryan Myers <ryan.p.myers@gmail.com>
This commit is contained in:
@@ -16,14 +16,16 @@ ifeq ($(VERSION),us_1.0)
|
||||
DEFINES += VERSION_US_1_0=1
|
||||
DEFINES += F3DDKR_GBI=1
|
||||
endif
|
||||
ifeq ($(NON_MATCHING),1)
|
||||
DEFINES += NON_MATCHING=1
|
||||
endif
|
||||
ifeq ($(NON_EQUIVALENT),1)
|
||||
DEFINES += NON_EQUIVALENT=1
|
||||
DEFINES += NON_MATCHING=1
|
||||
NON_MATCHING = 1
|
||||
endif
|
||||
ifeq ($(NON_MATCHING),1)
|
||||
DEFINES += NON_MATCHING=1
|
||||
else
|
||||
DEFINES += ANTI_TAMPER=1
|
||||
endif
|
||||
|
||||
# Whether to hide commands or not
|
||||
VERBOSE ?= 0
|
||||
|
||||
Reference in New Issue
Block a user