mirror of
https://github.com/zeldaret/tp
synced 2026-07-12 07:37:59 -04:00
work on daalink, fop actor, mDo machine, msg_scrn, + various (#201)
* 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
This commit is contained in:
+1
-11
@@ -14,16 +14,6 @@
|
||||
#include "f_op/f_op_actor_mng.h"
|
||||
#include "rel/d/a/d_a_boomerang/d_a_boomerang.h"
|
||||
|
||||
//
|
||||
// Types:
|
||||
//
|
||||
|
||||
struct mDoMtx_stack_c {
|
||||
/* 8000CE38 */ void scaleM(f32, f32, f32);
|
||||
|
||||
static u8 now[48];
|
||||
};
|
||||
|
||||
//
|
||||
// Forward References:
|
||||
//
|
||||
@@ -422,7 +412,7 @@ void daPy_anmHeap_c::initData() {
|
||||
|
||||
/* 8015EDC4-8015EE00 159704 003C+00 0/0 1/1 1/1 .text mallocBuffer__14daPy_anmHeap_cFv */
|
||||
void* daPy_anmHeap_c::mallocBuffer() {
|
||||
mBuffer = new (0x20) char[mBufferSize];
|
||||
mBuffer = new (0x20) u8[mBufferSize];
|
||||
return mBuffer;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user