You've already forked Microtransactions64
mirror of
https://github.com/Print-and-Panic/Microtransactions64.git
synced 2026-01-21 10:17:19 -08:00
more modularity; fixed an assert in sm64.ld so it doesnt trip if ext ram is defined
This commit is contained in:
@@ -375,8 +375,8 @@ static void level_cmd_end_area(void) {
|
||||
}
|
||||
|
||||
static void level_cmd_load_model_from_dl(void) {
|
||||
ModelID model = CMD_GET(ModelID, 0xA);
|
||||
s16 layer = CMD_GET(u16, 0x8);
|
||||
ModelID model = CMD_GET(ModelID, 0xC);
|
||||
s16 layer = CMD_GET(u32, 0x8);
|
||||
void *dl_ptr = CMD_GET(void *, 4);
|
||||
|
||||
if (model < ARRAY_COUNT(gGraphNodePointers)) {
|
||||
|
||||
Reference in New Issue
Block a user