d_a_npc_people Almost OK (#658)

* daNpcPeople Work

* Oops

Somehow I break this file every time I touch it
This commit is contained in:
SuperDude88
2024-06-16 01:55:31 -04:00
committed by GitHub
parent e855019ab4
commit 3f08458809
13 changed files with 8099 additions and 373 deletions
+3 -3
View File
@@ -312,7 +312,7 @@ void fopMsgM_getScopeMode() {
/* 8002C624-8002C650 .text fopMsgM_forceSendOn__Fv */
bool fopMsgM_forceSendOn() {
if (dComIfGp_getScopeType() == 10) {
if (dComIfGp_getScopeMesgStatus() == 10) {
pushButton = true;
return true;
}
@@ -347,8 +347,8 @@ bool fopMsgM_checkMessageSend() {
/* 8002C684-8002C6B0 .text fopMsgM_releaseScopeMode__Fv */
bool fopMsgM_releaseScopeMode() {
if (dComIfGp_getScopeType() == 13) {
dComIfGp_setScopeType(11);
if (dComIfGp_getScopeMesgStatus() == 13) {
dComIfGp_setScopeMesgStatus(11);
return true;
}