mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-03 00:36:41 -04:00
D_a_npc_hi1 matching for retail (#897)
* bit too difficult for me for now, might go back later * progress * getmsg * logic matching data isnt * data section matches * mathubcg 100% * cleanup * revert this change * final cleanup and configure.py * nevermind cleanup * Equivalent onstead of matching * removed padding * cleanup code comments and a bit more * matching * cleanup * matching for retail * little bit of cleanup
This commit is contained in:
+767
-93
File diff suppressed because it is too large
Load Diff
+2
-2
@@ -52,7 +52,7 @@ void dDemo_actor_c::setActor(fopAc_ac_c* ac) {
|
||||
}
|
||||
|
||||
/* 80069434-80069550 .text getP_BtpData__13dDemo_actor_cFPCc */
|
||||
void* dDemo_actor_c::getP_BtpData(const char* name) {
|
||||
J3DAnmTexPattern* dDemo_actor_c::getP_BtpData(const char* name) {
|
||||
/* Nonmatching */
|
||||
if (!checkEnable(ENABLE_UNK_e))
|
||||
return NULL;
|
||||
@@ -64,7 +64,7 @@ void* dDemo_actor_c::getP_BrkData(const char*) {
|
||||
}
|
||||
|
||||
/* 800695E8-8006969C .text getP_BtkData__13dDemo_actor_cFPCc */
|
||||
void* dDemo_actor_c::getP_BtkData(const char*) {
|
||||
J3DAnmTextureSRTKey* dDemo_actor_c::getP_BtkData(const char*) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user