mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-09-12 03:35:59 -05:00
Document Battle Arcade fitness score (#1225)
Some checks failed
build / build (push) Has been cancelled
Some checks failed
build / build (push) Has been cancelled
This commit is contained in:
@@ -9,7 +9,7 @@ typedef struct BattleArcadeAppArgs {
|
||||
SaveData *saveData;
|
||||
u8 challengeType;
|
||||
u8 padding_05[2];
|
||||
u8 unk_07;
|
||||
u8 fitnessScore;
|
||||
int *unk_08;
|
||||
u8 *rouletteSpeed;
|
||||
u8 *selectedEffect;
|
||||
|
||||
@@ -21,7 +21,7 @@ void ov104_022384A8(BattleArcade *param0);
|
||||
void ov104_022384B4(BattleArcade *param0);
|
||||
void ov104_022384D4(BattleArcade *param0);
|
||||
void ov104_022384DC(BattleArcade *param0);
|
||||
int ov104_02238538(BattleArcade *param0, Party *param1, Party *param2, int param3);
|
||||
int BattleArcade_FitnessScore(BattleArcade *battleArcade, Party *party1, Party *party2, int totalTurnsElapsed);
|
||||
void ov104_02238658(void *param0, FrontierGraphics *param1);
|
||||
void ov104_02238728(void *param0, FrontierGraphics *param1);
|
||||
void ov104_02238764(BattleArcade *param0, FrontierGraphics *param1, u16 param2);
|
||||
|
||||
@@ -23,7 +23,7 @@ typedef struct BattleArcade {
|
||||
u16 currentStreak;
|
||||
u16 unk_1A;
|
||||
u8 unk_1C;
|
||||
u8 unk_1D;
|
||||
u8 fitnessScore;
|
||||
u8 unk_1E;
|
||||
u8 unk_1F;
|
||||
u16 unk_20;
|
||||
|
||||
Reference in New Issue
Block a user