mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-24 21:15:12 +00:00
Add more 2 cycle symbols (#255)
This commit is contained in:
parent
0b6f0dcf0e
commit
aa56972a8d
1 changed files with 5 additions and 0 deletions
|
@ -744,6 +744,11 @@ static void ParseGfxSymbol(GfxData* aGfxData, DataNode<Gfx>* aNode, Gfx*& aHead,
|
|||
gfx_symbol_1(gsDPSetAlphaCompare, false);
|
||||
gfx_symbol_1(gsDPSetTextureFilter, false);
|
||||
gfx_symbol_2(gsSPCullDisplayList, false);
|
||||
gfx_symbol_1(gsDPSetAlphaDither, false);
|
||||
gfx_symbol_1(gsDPSetCombineKey, false);
|
||||
gfx_symbol_1(gsDPSetTextureConvert, false);
|
||||
gfx_symbol_1(gsDPSetCombineKey, false);
|
||||
gfx_symbol_1(gsDPSetTextureConvert, false);
|
||||
|
||||
gfx_symbol_2(gsSPCopyLightEXT, false);
|
||||
gfx_symbol_1(gsSPCopyLightsPlayerPart, false);
|
||||
|
|
Loading…
Reference in a new issue