You've already forked Microtransactions64
mirror of
https://github.com/Print-and-Panic/Microtransactions64.git
synced 2026-01-21 10:17:19 -08:00
set default model count to 256
This commit is contained in:
@@ -65,7 +65,7 @@
|
||||
// Uncomment this if you want to keep the mario head and not skip it
|
||||
//#define KEEP_MARIO_HEAD
|
||||
// Number of possible unique model ID's (keep it higher than 256)
|
||||
#define MODEL_ID_COUNT 0x10000
|
||||
#define MODEL_ID_COUNT 256
|
||||
|
||||
/* Coordinate overflow fix setting:
|
||||
* Scales the world down by this factor, increasing how far you can render on
|
||||
|
||||
Reference in New Issue
Block a user