1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-07-03 06:24:30 +00:00

En_Bom and En_Bombf (#264)

* data migrated

* progress

* progress

* enbom ok

* cleanup

* progress

* still have stack issues

* bombf done

* done i think

* review comments 1

* add type enums

* move enums and use -1

* remove unwanted file
This commit is contained in:
fig02 2020-07-19 14:04:30 -04:00 committed by GitHub
parent 15f75b0ddd
commit 15038468ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
29 changed files with 853 additions and 1899 deletions

8
spec
View file

@ -2097,8 +2097,7 @@ endseg
beginseg
name "ovl_En_Bom"
include "build/src/overlays/actors/ovl_En_Bom/z_en_bom.o"
include "build/data/overlays/actors/z_en_bom.data.o"
include "build/data/overlays/actors/z_en_bom.reloc.o"
include "build/src/overlays/actors/ovl_En_Bom/ovl_En_Bom_reloc.o"
endseg
beginseg
@ -2125,8 +2124,11 @@ endseg
beginseg
name "ovl_En_Bombf"
include "build/src/overlays/actors/ovl_En_Bombf/z_en_bombf.o"
include "build/data/overlays/actors/z_en_bombf.data.o"
#ifdef NON_MATCHING
include "build/src/overlays/actors/ovl_En_Bombf/ovl_En_Bombf_reloc.o"
#else
include "build/data/overlays/actors/z_en_bombf.reloc.o"
#endif
endseg
beginseg