Update ZAPD to use scene macros, improve texture system and others (#129)

* Fix segments

* add CMD_PTR macro

* macro fixes

* add PolygonDlist2

* Fix XMLs

* I hope this updates ZAPD

* Add ZAPD config files

* remove old structs

* update macro

* Add newline

* update ZAPD?

* update warnings

* update ZAPD
This commit is contained in:
Anghelo Carvajal
2021-06-02 18:18:38 -04:00
committed by GitHub
parent 7d476f7c71
commit f0bad10668
111 changed files with 2186 additions and 866 deletions
+2
View File
@@ -16,4 +16,6 @@
#define CMD_W(a) (a)
#define CMD_PTR(a) (u32)(a)
#endif