summaryrefslogtreecommitdiff
path: root/assets/xml/scenes/Z2_30GYOSON
AgeCommit message (Collapse)Author
2024-09-10Remove assets from automatic includes (#1683)Derek Hensley
2024-07-02Explicitly extract room DLs that ZAPD can't detect (#1653)Tom Overton
2022-01-22`scene_texture`s (#550)Anghelo Carvajal
* scene texture xml generator * Create XMLs for every scene_texture except 3 and 7 * Manually add blobs * add XMLs for not used ones * update spec * Add scene_texture as external files to every scene that uses them * add gsDPLoadTextureBlock_4b * gsDPLoadMultiBlock * gsDPLoadTLUT_pal16 * gsDPLoadMultiBlock_4b * Add back the blob I removed... * address review * Fix tluts * delete script
2021-06-02Update ZAPD to use scene macros, improve texture system and others (#129)Anghelo Carvajal
* 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
2021-04-29Adds in scene support (#117)Kenix3
* 1 scene done, Z2_SOUGEN OK * All scenes OK * Makefile improvements * Use WIP ZAPD branch as submodule * Add spawn rotation flag macro * Fix bad merge * Move scenes to be in their own subfolders * Rename and restructure extracted baserom files * Progress tracking for assets * Add asset progress to csv * Use master ZAPD * Use distclean like in OOT * Fix up a few things with the makefile * Fix scenes not being dumped from ELF Co-authored-by: Rozelette <Uberpanzermensch@gmail.com>