Merge branch 'master' of https://github.com/zeldaret/tp into talk

This commit is contained in:
TakaRikka
2023-06-27 16:15:40 -07:00
403 changed files with 6915 additions and 19107 deletions
+3
View File
@@ -215,6 +215,9 @@ public:
int GetActionCount() { return mActionCount; }
int GetLockonCount() { return mLockonCount; }
bool Lockon() { return LockonTruth() || chkFlag(0x20000000); } // only matches with -O2?
int ZHintRequest(fopAc_ac_c *param_1, int param_2) {
return mZHintTarget.request(param_1, param_2);
}
static dist_entry& i_getDistTable(int i_no) { return dist_table[i_no]; }