mirror of
https://github.com/zeldaret/tp
synced 2026-08-09 10:54:11 -04:00
move d_a_itembase_static / d_a_item_static / Z2StatusMgr (#123)
* move d_a_itembase_static * move d_a_item_static * moved Z2StatusMgr * clang * fixes * clang? * move d_save * move d_meter2_info * some d_meter2_info fixes * move most d_a_player * move d_bg_s stuff * move c_cc_s stuff * move d_cc stuff * move d_attention / d_event / d_stage
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
#include "JSystem/JFramework/JFWDisplay.h"
|
||||
#include "dol2asm.h"
|
||||
#include "dolphin/types.h"
|
||||
#include "mtx_vec.h"
|
||||
|
||||
//
|
||||
// Types:
|
||||
@@ -210,7 +211,6 @@ extern "C" void OSResumeThread();
|
||||
extern "C" void OSSuspendThread();
|
||||
extern "C" void OSGetTime();
|
||||
extern "C" void OSGetTick();
|
||||
extern "C" void C_MTXOrtho();
|
||||
extern "C" void VIFlush();
|
||||
extern "C" void VIGetRetraceCount();
|
||||
extern "C" void GXInit();
|
||||
@@ -313,7 +313,7 @@ asm void JFWDisplay::ctor_subroutine(bool param_0) {
|
||||
|
||||
/* ############################################################################################## */
|
||||
/* 803C4020-803C4060 021140 0030+10 1/1 0/0 0/0 .data e_mtx */
|
||||
SECTION_DATA static u8 e_mtx[48 + 16 /* padding */] = {
|
||||
SECTION_DATA static u8 e_mtx[48 + 16 /* padding */] ALIGN_DECL(32) = {
|
||||
0x3F,
|
||||
0x80,
|
||||
0x00,
|
||||
|
||||
Reference in New Issue
Block a user