mirror of
https://github.com/encounter/tp.git
synced 2026-03-30 11:40:53 -07:00
929c5cfa5a
* work on fop actor / actor mng, daalink, d_a_obj_item * d_a_title mostly decompiled * daalink / d_event / JMessage / dmsg_out_font work * msg_scrn_base / msg_scrn_boss * some work on mDo machine, d_menu_save, d_tresure, and various * remove asm * progress * finish d_menu_save / d_pane_class_alpha / d_pane_class / rename some data * rename more data * remove asm / progress * match all of d_pane_class * fixes / some dKankyo doc
20 lines
585 B
C++
20 lines
585 B
C++
//
|
|
// Generated By: dol2asm
|
|
// Translation Unit: c_API_controller_pad
|
|
//
|
|
|
|
#include "SSystem/SComponent/c_API_controller_pad.h"
|
|
#include "dol2asm.h"
|
|
#include "dolphin/types.h"
|
|
#include "m_Do/m_Do_controller_pad.h"
|
|
|
|
/* 8026328C-802632AC 25DBCC 0020+00 0/0 3/3 0/0 .text cAPICPad_recalibrate__Fv */
|
|
void cAPICPad_recalibrate() {
|
|
mDoCPd_c::recalibrate();
|
|
}
|
|
|
|
/* 802632AC-802632C8 25DBEC 001C+00 0/0 3/3 1/1 .text cAPICPad_ANY_BUTTON__FUl */
|
|
u32 cAPICPad_ANY_BUTTON(u32 portNo) {
|
|
return mDoCPd_c::getTrig(portNo) & (CButton::A | CButton::B | CButton::START);
|
|
}
|