move Z2Calc, c_math and f_op_draw_iter (#125)

* Z2Calc

* port over c_math

* fop_draw_iter

Co-authored-by: Pheenoh <pheenoh@gmail.com>
This commit is contained in:
lepelog
2021-05-02 13:46:36 -04:00
committed by GitHub
co-authored by Pheenoh
parent 2f4904dae2
commit 63cd9416f2
33 changed files with 335 additions and 3150 deletions
+1 -2
View File
@@ -23,8 +23,7 @@ void cBgW_BgId::Release() {
/* 802681D4-802681E4 262B14 0010+00 0/0 7/7 121/121 .text ChkUsed__9cBgW_BgIdCFv */
unsigned int cBgW_BgId::ChkUsed() const {
unsigned int temp = mId - 0x100;
return temp >> 0x1f;
return mId < 0x100;
}
/* 802681E4-802681FC 262B24 0018+00 1/1 22/22 8/8 .text cBgW_CheckBGround__Ff */
-6
View File
@@ -7,12 +7,6 @@
#include "dol2asm.h"
#include "dolphin/types.h"
//
// External References:
//
void operator delete(void*);
//
// Declarations:
//
File diff suppressed because it is too large Load Diff