mirror of
https://github.com/zeldaret/tp
synced 2026-07-07 14:13:27 -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:
@@ -1,5 +1,5 @@
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
|
||||
#include "dol2asm.h"
|
||||
@@ -15,16 +15,15 @@ extern void* const _ctors[];
|
||||
extern void* const _dtors[];
|
||||
|
||||
extern "C" void _prolog() {
|
||||
ModuleConstructorsX(_ctors);
|
||||
ModuleProlog();
|
||||
ModuleConstructorsX(_ctors);
|
||||
ModuleProlog();
|
||||
}
|
||||
|
||||
extern "C" void _epilog() {
|
||||
ModuleEpilog();
|
||||
ModuleDestructorsX(_dtors);
|
||||
ModuleEpilog();
|
||||
ModuleDestructorsX(_dtors);
|
||||
}
|
||||
|
||||
extern "C" void _unresolved() {
|
||||
ModuleUnresolved();
|
||||
ModuleUnresolved();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user