mirror of
https://github.com/pmret/papermario.git
synced 2024-11-19 09:22:30 +01:00
66 lines
1.3 KiB
C
66 lines
1.3 KiB
C
#include "common.h"
|
|
|
|
void func_80035DF0(s16 arg0) {
|
|
s16* tempPtr = &D_800A0942;
|
|
*tempPtr = arg0;
|
|
}
|
|
|
|
INCLUDE_ASM("code_111f0_len_860", func_80035E00);
|
|
|
|
INCLUDE_ASM("code_111f0_len_860", func_80035E24);
|
|
|
|
INCLUDE_ASM("code_111f0_len_860", func_80035E54);
|
|
|
|
INCLUDE_ASM("code_111f0_len_860", func_80035EEC);
|
|
|
|
void func_800360FC(void) {
|
|
GameStatus* gameStatus = *gGameStatusPtr;
|
|
|
|
if (gameStatus->loadMenuState == 2) {
|
|
func_800E973C();
|
|
}
|
|
}
|
|
|
|
void func_80036130(void) {
|
|
GameStatus* gameStatus = *gGameStatusPtr;
|
|
|
|
gMapTransitionAlpha = 0x00;
|
|
D_800A0942 = 0x14;
|
|
D_800A0944 = 0x00;
|
|
|
|
if (gameStatus->prevArea != gameStatus->areaID) {
|
|
gameStatus->changedArea = 1;
|
|
gameStatus->prevArea = gameStatus->areaID;
|
|
} else {
|
|
gameStatus->changedArea = 0;
|
|
}
|
|
}
|
|
|
|
INCLUDE_ASM("code_111f0_len_860", func_8003617C);
|
|
|
|
s32 func_800363FC(void) {
|
|
s32 phi_return;
|
|
|
|
if ((D_800A0944 == 4) || (phi_return = 4, (D_800A0944 == 0))) {
|
|
phi_return = func_800E973C();
|
|
}
|
|
return phi_return;
|
|
}
|
|
|
|
s32 func_80036430(void) {
|
|
PlayerStatus* pPlayerStatus = &gPlayerStatus;
|
|
|
|
gMapTransitionAlpha = 0xFF;
|
|
D_800A0942 = 0x14;
|
|
D_800A0944 = 0x01;
|
|
|
|
pPlayerStatus->flags |= 0x1000;
|
|
|
|
return pPlayerStatus->flags;
|
|
}
|
|
|
|
INCLUDE_ASM("code_111f0_len_860", func_8003646C);
|
|
|
|
void func_80036640(void) {
|
|
}
|