mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07:00
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:
@@ -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 */
|
||||
|
||||
@@ -7,12 +7,6 @@
|
||||
#include "dol2asm.h"
|
||||
#include "dolphin/types.h"
|
||||
|
||||
//
|
||||
// External References:
|
||||
//
|
||||
|
||||
void operator delete(void*);
|
||||
|
||||
//
|
||||
// Declarations:
|
||||
//
|
||||
|
||||
+177
-2223
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user