1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-07-17 05:15:16 +00:00

object_zl2, object_zl2_anime1 & object_zl2_anime2 OK (#694)

* xml

Signed-off-by: Angie <angheloalf95@gmail.com>

* add xmls of anime1 and anime2

Signed-off-by: Angie <angheloalf95@gmail.com>

* add unaccounted data from animes

Signed-off-by: Angie <angheloalf95@gmail.com>

* add all unaccounted data and a bit of renaming

Signed-off-by: Angie <angheloalf95@gmail.com>

* add to spec and change the pointer to the decompiled names

Signed-off-by: Angie <angheloalf95@gmail.com>

* add palettes

Signed-off-by: angie <angheloalf95@gmail.com>

* delete gitkeep

Signed-off-by: angie <angheloalf95@gmail.com>

* run format

Signed-off-by: angie <angheloalf95@gmail.com>

* change palette to Tlut

Signed-off-by: angie <angheloalf95@gmail.com>

* change `Tlut` to `TLUT`

Signed-off-by: angie <angheloalf95@gmail.com>
This commit is contained in:
Anghelo Carvajal 2021-03-27 23:24:28 -03:00 committed by GitHub
parent 97f80eeb3f
commit 43b45b91c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 411 additions and 427 deletions

9
spec
View file

@ -4033,7 +4033,8 @@ endseg
beginseg
name "object_zl2"
romalign 0x1000
include "build/baserom/object_zl2.o"
include "build/assets/objects/object_zl2/object_zl2.o"
number 6
endseg
beginseg
@ -5437,13 +5438,15 @@ endseg
beginseg
name "object_zl2_anime1"
romalign 0x1000
include "build/baserom/object_zl2_anime1.o"
include "build/assets/objects/object_zl2_anime1/object_zl2_anime1.o"
number 6
endseg
beginseg
name "object_zl2_anime2"
romalign 0x1000
include "build/baserom/object_zl2_anime2.o"
include "build/assets/objects/object_zl2_anime2/object_zl2_anime2.o"
number 6
endseg
beginseg