This commit is contained in:
lepelog
2021-04-08 17:46:20 +02:00
parent e504a7076a
commit f1707d3322
8 changed files with 160 additions and 349 deletions
+1 -7
View File
@@ -5,22 +5,16 @@
#include "f_pc/f_pc_layer.h"
#include "dol2asm.h"
#include "dolphin/types.h"
#include "f_pc/f_pc_layer.h"
#include "f_pc/f_pc_method.h"
#include "f_pc/f_pc_method_iter.h"
#include "f_pc/f_pc_method_tag.h"
#include "global.h"
//
// Declarations:
//
// hack to make functions that return comparisons as int match
extern int __cntlzw(unsigned int);
inline BOOL checkEqual(s32 a, s32 b) {
return (u32)__cntlzw(a - b) >> 5;
}
/* 80021588-800215A8 0020+00 s=0 e=4 z=0 None .text fpcLy_CancelQTo__FP24process_method_tag_class
*/
void fpcLy_CancelQTo(process_method_tag_class* pMthd) {