mirror of
https://github.com/zeldaret/tp
synced 2026-08-17 13:30:07 -04:00
d_menu_calibration done / J3DDrawBuffer done / more d_drawlist wip (#312)
* d_drawlist work / finish J3DDrawBuffer * d_menu_calibration done * remove asm
This commit is contained in:
@@ -1665,6 +1665,14 @@ inline u8 dComIfGs_getWalletSize() {
|
||||
return g_dComIfG_gameInfo.info.getPlayer().getPlayerStatusA().getWalletSize();
|
||||
}
|
||||
|
||||
inline void dComIfGs_setOptCalValue(s8 i_calValue) {
|
||||
g_dComIfG_gameInfo.info.getPlayer().getConfig().setCalValue(i_calValue);
|
||||
}
|
||||
|
||||
inline void dComIfGs_setOptCalibrateDist(u16 i_calibrateDist) {
|
||||
g_dComIfG_gameInfo.info.getPlayer().getConfig().setCalibrateDist(i_calibrateDist);
|
||||
}
|
||||
|
||||
void dComIfGp_setSelectItem(int index);
|
||||
s32 dComIfGp_offHeapLockFlag(int flag);
|
||||
void dComIfGp_createSubExpHeap2D();
|
||||
|
||||
Reference in New Issue
Block a user