mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-18 13:13:29 -04:00
Better defaults for create/delete/execute/draw/isdelete
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
#include "dolphin/types.h"
|
||||
|
||||
/* 000000EC-0000016C .text _delete__10daWarphr_cFv */
|
||||
void daWarphr_c::_delete() {
|
||||
BOOL daWarphr_c::_delete() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
@@ -27,7 +27,7 @@ void daWarphr_c::CreateInit() {
|
||||
}
|
||||
|
||||
/* 000006BC-00000768 .text _create__10daWarphr_cFv */
|
||||
void daWarphr_c::_create() {
|
||||
s32 daWarphr_c::_create() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
@@ -37,7 +37,7 @@ void daWarphr_c::set_mtx() {
|
||||
}
|
||||
|
||||
/* 00000808-00000A58 .text _execute__10daWarphr_cFv */
|
||||
void daWarphr_c::_execute() {
|
||||
BOOL daWarphr_c::_execute() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
@@ -137,7 +137,7 @@ void daWarphr_c::check_warp() {
|
||||
}
|
||||
|
||||
/* 000014F0-000016E0 .text _draw__10daWarphr_cFv */
|
||||
void daWarphr_c::_draw() {
|
||||
BOOL daWarphr_c::_draw() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user