agbsw0 OK, npc_cb1_static OK, com_static progress

This commit is contained in:
LagoLunatic
2023-12-01 14:29:22 -05:00
parent 1a92d09c5a
commit 6f6c73dc8b
13 changed files with 305 additions and 159 deletions
+8
View File
@@ -8,6 +8,7 @@
#include "d/actor/d_a_obj_pirateship.h"
#include "d/actor/d_a_agb.h"
#include "d/actor/d_a_agbsw0.h"
#include "d/actor/d_a_npc_os.h"
#include "d/actor/d_a_npc_md.h"
#include "d/actor/d_a_arrow.h"
#include "d/actor/d_a_ib.h"
@@ -17,6 +18,8 @@
#include "d/d_procname.h"
#include "d/actor/d_a_npc_kamome.h"
static Vec dummy_3569;
// /* 8005662C-80056638 .text init__12daSteamTag_cFv */
// void daSteamTag_c::init() {
// /* Nonmatching */
@@ -107,6 +110,11 @@ void daAgbsw0_c::incTclBeat() {
// /* Nonmatching */
// }
bool daNpc_Os_c::m_playerRoom[3] = { false, false, false };
s8 daNpc_Os_c::m_cattleRoomNo = -1;
dPa_smokeEcallBack daNpc_Os_c::m_smoke(0, 1, 1, 1);
dKy_tevstr_c daNpc_Os_c::m_smoke_tevstr;
bool daNpc_Md_c::m_flying;
bool daNpc_Md_c::m_mirror;
bool daNpc_Md_c::m_seaTalk;