d_a_e_po 99% Matching (#2517)

* anm_init and nodeCallBack, need to review nodeCallBack as weird code

* First pass on class, 86% match

* Cleanup for PR, still work to do

* Solve error after pull

* Clangd format

* Adressing PR comments

* Update l_HIOInit

* Fix debug building, 60% match on debug :')
This commit is contained in:
Stbn-antier
2025-07-16 05:35:50 +09:00
committed by GitHub
parent c0717e1e56
commit 522f06458d
10 changed files with 3232 additions and 3117 deletions
+5
View File
@@ -395,6 +395,11 @@ public:
BOOL isCollectMirror(u8 i_item) const;
u8 getPohNum() const { return mPohNum; }
void addPohNum() {
if (mPohNum < 0xFF) {
mPohNum += 1;
}
};
private:
/* 0x0 */ u8 mItem[8];