mirror of
https://github.com/pmret/papermario.git
synced 2026-04-08 23:00:12 -04:00
* some * DeadUnkTexturePanFunc * DeadUnkTexturePanFunc2 * move guOrthoF to os * up * git subrepo pull tools/splat subrepo: subdir: "tools/splat" merged: "ae2cce951d" upstream: origin: "https://github.com/ethteck/splat.git" branch: "master" commit: "ae2cce951d" git-subrepo: version: "0.4.3" origin: "https://github.com/ingydotnet/git-subrepo" commit: "2f68596" * Updating bin dir * git subrepo pull tools/splat subrepo: subdir: "tools/splat" merged: "5517f520e4" upstream: origin: "https://github.com/ethteck/splat.git" branch: "master" commit: "5517f520e4" git-subrepo: version: "0.4.3" origin: "https://github.com/ingydotnet/git-subrepo" commit: "2f68596" * git subrepo pull tools/splat subrepo: subdir: "tools/splat" merged: "fe48dc3b3a" upstream: origin: "https://github.com/ethteck/splat.git" branch: "master" commit: "fe48dc3b3a" git-subrepo: version: "0.4.3" origin: "https://github.com/ingydotnet/git-subrepo" commit: "2f68596" * revert garbage * :OK: * git subrepo pull tools/splat subrepo: subdir: "tools/splat" merged: "8c86e4b95b" upstream: origin: "https://github.com/ethteck/splat.git" branch: "master" commit: "8c86e4b95b" git-subrepo: version: "0.4.3" origin: "https://github.com/ingydotnet/git-subrepo" commit: "2f68596" * data migration * 3 * .rodata migration and a buncha funcs * 2 mo * some decomp, a file boundary fix * cleanup * UnkNpaAIFunc13s * Update symbol_addrs * remove sublist * deleted asm * data fix * fix data * wtf?! * git subrepo pull tools/splat subrepo: subdir: "tools/splat" merged: "88ce6b44a6" upstream: origin: "https://github.com/ethteck/splat.git" branch: "master" commit: "88ce6b44a6" git-subrepo: version: "0.4.3" origin: "https://github.com/ingydotnet/git-subrepo" commit: "2f68596" * symbol_addrs update * blah * PR comments
28 lines
651 B
C
28 lines
651 B
C
#include "common.h"
|
|
|
|
#define NAMESPACE code_E20110
|
|
|
|
extern s32 D_8010C958;
|
|
|
|
#include "common/UnkAngleFunc1.inc.c"
|
|
|
|
INCLUDE_ASM(s32, "code_E20110", func_802B70B4_E201C4);
|
|
|
|
INCLUDE_ASM(s32, "code_E20110", func_802B71E8_E202F8);
|
|
|
|
INCLUDE_ASM(s32, "code_E20110", func_802B7450_E20560);
|
|
|
|
INCLUDE_ASM(s32, "code_E20110", func_802B75E8_E206F8);
|
|
|
|
INCLUDE_ASM(s32, "code_E20110", func_802B7728_E20838);
|
|
|
|
void func_802B79C8_E20AD8(void) {
|
|
func_802B75E8_E206F8();
|
|
gPlayerStatusPtr->unk_C6 = -1;
|
|
D_8010C958 = 0;
|
|
gPlayerStatusPtr->unk_C8 = NULL;
|
|
gPlayerStatusPtr->animFlags &= ~0x10;
|
|
func_800EF3D4(0);
|
|
reset_parter_tether_distance();
|
|
}
|