more modularity; fixed an assert in sm64.ld so it doesnt trip if ext ram is defined

This commit is contained in:
someone2639
2021-05-27 00:34:53 -04:00
parent bd79934f00
commit 0ee319a300
3 changed files with 8 additions and 5 deletions

View File

@@ -210,9 +210,10 @@
CMD_BBH(0x20, 0x04, 0x0000)
#define LOAD_MODEL_FROM_DL(model, dl, layer) \
CMD_BBH(0x21, 0x0C, 0), \
CMD_BBH(0x21, 0x10, 0), \
CMD_PTR(dl), \
CMD_HH(layer, model)
CMD_W(layer), \
CMD_W(model)
#define LOAD_MODEL_FROM_GEO(model, geo) \
CMD_BBH(0x22, 0x0C, 0), \