mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07:00
clang-format + fixes for jasper
This commit is contained in:
@@ -4,13 +4,13 @@
|
||||
#include "d/d_bg/d_bg_s/d_bg_s.h"
|
||||
#include "d/d_item/d_item/d_item.h"
|
||||
#include "d/d_kankyo/d_kankyo.h"
|
||||
#include "f/f_op/f_op_scene_mng.h"
|
||||
#include "global.h"
|
||||
#include "m_Do/m_Do_Reset/m_Do_Reset.h"
|
||||
#include "m_Do/m_Do_audio/m_Do_audio.h"
|
||||
#include "m_Do/m_Do_controller_pad/m_Do_controller_pad.h"
|
||||
#include "m_Do/m_Do_ext/m_Do_ext.h"
|
||||
#include "msl_c/string.h"
|
||||
#include "f/f_op/f_op_scene_mng.h"
|
||||
|
||||
extern "C" {
|
||||
bool dComIfGp_checkMapShow(void);
|
||||
|
||||
@@ -43,11 +43,8 @@ void fopMsgM_setStageLayer(void);
|
||||
void fopMsgM_valueIncrease(void);
|
||||
void fopScnM_SearchByID(void);
|
||||
void fop_Timer_create(void);
|
||||
void fpcBs_Is_JustOfType(void);
|
||||
void fpcEx_SearchByID(void);
|
||||
void fpcLy_CurrentLayer(void);
|
||||
void fpcM_Delete(void);
|
||||
void fpcPi_Change(void);
|
||||
void fpcSCtRq_Request(void);
|
||||
void func_80020158(void);
|
||||
void func_800202CC(void);
|
||||
|
||||
@@ -14,11 +14,11 @@ void fopScnRq_Request__FiP11scene_classsPvsUs(void);
|
||||
// autogenerated by split.py v0.4 at 2021-02-13 20:33:37.409412
|
||||
extern unsigned int l_scnRqID;
|
||||
|
||||
// matches but is proabably wrong
|
||||
// matches but can be improved
|
||||
void* fopScnM_SearchByID(unsigned int id) {
|
||||
unsigned int local_8[2];
|
||||
local_8[0] = id;
|
||||
return fopScnIt_Judge(fpcSch_JudgeByID, (void*)local_8);
|
||||
return fopScnIt_Judge((fop_ScnItFunc)fpcSch_JudgeByID, (void*)local_8);
|
||||
}
|
||||
|
||||
int fopScnM_ChangeReq(scene_class* pScene, s16 param_2, s16 param_3, u16 param_4) {
|
||||
|
||||
Reference in New Issue
Block a user