mirror of
https://github.com/pmret/papermario.git
synced 2024-11-09 20:42:41 +01:00
e39f5874f6
* cleanup + almost done with _use_partner_ability * _use_partner_ability and bss bonanza * gCameras fix * cleanup * cleanup
19 lines
480 B
C
19 lines
480 B
C
#include "dead.h"
|
|
#include "common.h"
|
|
|
|
// Copy of flo_16 (CD4770.c)
|
|
|
|
#define NAMESPACE EEFAA0
|
|
|
|
// Copy from flo_16/UnkFunc44
|
|
ApiStatus func_802429A0_EEFAA0(Evt* script, s32 isInitialCall) {
|
|
script->varTable[0] = 0;
|
|
do {} while (0);
|
|
if (gPlayerStatus.actionState == ACTION_STATE_GROUND_POUND) {
|
|
script->varTable[0] = 1;
|
|
} else if (gPlayerStatus.actionState == ACTION_STATE_ULTRA_POUND) {
|
|
script->varTable[0] = 1;
|
|
}
|
|
return ApiStatus_DONE2;
|
|
}
|