mirror of
https://github.com/zeldaret/mm.git
synced 2026-08-09 02:45:25 -04:00
Add original asset names to all object_p* and object_r* files (#1519)
* Add original asset names to all `object_p*` and `object_r*` files * Respond to review
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
*/
|
||||
|
||||
#include "z_en_rsn.h"
|
||||
#include "objects/object_rs/object_rs.h"
|
||||
#include "objects/object_rsn/object_rsn.h"
|
||||
|
||||
#define FLAGS (ACTOR_FLAG_TARGETABLE | ACTOR_FLAG_FRIENDLY | ACTOR_FLAG_10 | ACTOR_FLAG_2000000)
|
||||
|
||||
@@ -22,7 +22,7 @@ ActorInit En_Rsn_InitVars = {
|
||||
/**/ ACTOR_EN_RSN,
|
||||
/**/ ACTORCAT_NPC,
|
||||
/**/ FLAGS,
|
||||
/**/ OBJECT_RS,
|
||||
/**/ OBJECT_RSN,
|
||||
/**/ sizeof(EnRsn),
|
||||
/**/ EnRsn_Init,
|
||||
/**/ EnRsn_Destroy,
|
||||
|
||||
@@ -79,7 +79,7 @@ ActorInit En_Sob1_InitVars = {
|
||||
static s16 sObjectIds[][3] = {
|
||||
{ OBJECT_ZO, OBJECT_ID_MAX, OBJECT_MASTERZOORA },
|
||||
{ OBJECT_OF1D_MAP, OBJECT_ID_MAX, OBJECT_MASTERGOLON },
|
||||
{ OBJECT_RS, OBJECT_ID_MAX, OBJECT_ID_MAX },
|
||||
{ OBJECT_RSN, OBJECT_ID_MAX, OBJECT_ID_MAX },
|
||||
{ OBJECT_OF1D_MAP, OBJECT_ID_MAX, OBJECT_MASTERGOLON },
|
||||
};
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
#include "global.h"
|
||||
#include "overlays/actors/ovl_En_GirlA/z_en_girla.h"
|
||||
#include "objects/object_rs/object_rs.h"
|
||||
#include "objects/object_rsn/object_rsn.h"
|
||||
#include "objects/object_zo/object_zo.h"
|
||||
#include "objects/object_oF1d_map/object_oF1d_map.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user