mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-09 06:03:22 -04:00
d_a_majuu_flag is equivalent
This commit is contained in:
+1
-1
@@ -1391,7 +1391,7 @@ config.libs = [
|
||||
ActorRel(NonMatching, "d_a_lod_bg"),
|
||||
ActorRel(MatchingFor("GZLJ01", "GZLE01", "GZLP01"), "d_a_lwood"),
|
||||
ActorRel(MatchingFor("GZLJ01", "GZLE01", "GZLP01"), "d_a_magma"),
|
||||
ActorRel(NonMatching, "d_a_majuu_flag", extra_cflags=['-pragma "nosyminline on"']),
|
||||
ActorRel(Equivalent, "d_a_majuu_flag", extra_cflags=['-pragma "nosyminline on"']), # weak func order
|
||||
ActorRel(MatchingFor("GZLJ01", "GZLE01", "GZLP01"), "d_a_mdoor", extra_cflags=['-pragma "nosyminline on"']),
|
||||
ActorRel(MatchingFor("D44J01"), "d_a_msw", extra_cflags=['-pragma "nosyminline on"']),
|
||||
ActorRel(MatchingFor("GZLJ01", "GZLE01", "GZLP01"), "d_a_mtoge"),
|
||||
|
||||
@@ -16,7 +16,8 @@
|
||||
#include "dolphin/gx/GXTexture.h"
|
||||
#include "f_op/f_op_actor_mng.h"
|
||||
#include "m_Do/m_Do_graphic.h"
|
||||
#include "m_Do/m_Do_hostIO.h"
|
||||
|
||||
#include "weak_data_1811.h" // IWYU pragma: keep
|
||||
|
||||
class daMajuu_Flag_HIO_c : public mDoHIO_entry_c {
|
||||
public:
|
||||
@@ -36,7 +37,6 @@ public:
|
||||
m07 = 0;
|
||||
m08 = 0;
|
||||
}
|
||||
virtual ~daMajuu_Flag_HIO_c() {}
|
||||
|
||||
void genMessage(JORMContext* ctx);
|
||||
|
||||
@@ -60,8 +60,6 @@ public:
|
||||
|
||||
static daMajuu_Flag_HIO_c l_HIO;
|
||||
|
||||
#include "weak_data_1811.h" // IWYU pragma: keep
|
||||
|
||||
static u8 unused1[16] = {0}; // IWYU pragma: keep
|
||||
|
||||
#include "assets/l_flag02TEX.h"
|
||||
|
||||
Reference in New Issue
Block a user