1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-07-02 22:14:33 +00:00

Changes to support renaming segments in the spec (#1259)

* Allow dmadata to have names different from the original table

Added an argument to the dma define which is used to match debug strings in z_std_dma.c

* Update kaleido manager to support different overlay names

* Update the actor table to support different actor names

Added an argument to the define which is used to match debug strings in z_actor_dlftbls.c

* PR suggestions for argument descriptions
This commit is contained in:
Roman971 2022-06-06 21:51:03 +02:00 committed by GitHub
parent b0bfa9eb69
commit 6f0b8f1e74
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 1993 additions and 1987 deletions

View file

@ -337,8 +337,8 @@ typedef enum {
/* 0x0C */ ACTORCAT_MAX
} ActorCategory;
#define DEFINE_ACTOR(_0, enum, _2) enum,
#define DEFINE_ACTOR_INTERNAL(_0, enum, _2) enum,
#define DEFINE_ACTOR(_0, enum, _2, _3) enum,
#define DEFINE_ACTOR_INTERNAL(_0, enum, _2, _3) enum,
#define DEFINE_ACTOR_UNSET(enum) enum,
typedef enum {