diff options
| author | Kenix3 <kenixwhisperwind@gmail.com> | 2021-04-29 18:56:18 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-29 18:56:18 -0400 |
| commit | c40bb119e1f64972e6a0879110826c455a28437b (patch) | |
| tree | fb1a29a657a985bcd707004a31d43086310d9d95 /assets/xml/scenes/Z2_30GYOSON | |
| parent | e97f10a6fa573e8b817ed03a4674d52b1818dafa (diff) | |
Adds in scene support (#117)
* 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>
Diffstat (limited to 'assets/xml/scenes/Z2_30GYOSON')
| -rw-r--r-- | assets/xml/scenes/Z2_30GYOSON/Z2_30GYOSON.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/assets/xml/scenes/Z2_30GYOSON/Z2_30GYOSON.xml b/assets/xml/scenes/Z2_30GYOSON/Z2_30GYOSON.xml new file mode 100644 index 000000000..bc9225470 --- /dev/null +++ b/assets/xml/scenes/Z2_30GYOSON/Z2_30GYOSON.xml @@ -0,0 +1,8 @@ +<Root> + <File Name="Z2_30GYOSON" Game="MM"> + <Scene Name="Z2_30GYOSON"/> + </File> + <File Name="Z2_30GYOSON_room_00" Game="MM"> + <Room Name="Z2_30GYOSON_room_00"/> + </File> +</Root> |
