More documentation and enums

This commit is contained in:
PikalaxALT
2018-11-27 08:44:24 -05:00
parent 7e684b32f1
commit a738e3dca5
5 changed files with 45 additions and 43 deletions
+6
View File
@@ -22,6 +22,12 @@ enum {
FAMECHECKER_GIOVANNI
};
enum {
FCPICKSTATE_NO_DRAW,
FCPICKSTATE_SILHOUETTE,
FCPICKSTATE_COLORED
};
void ResetFameChecker(void);
void UseFameChecker(MainCallback savedCallback);
-2
View File
@@ -1,8 +1,6 @@
#ifndef GUARD_GLOBAL_BERRY_H
#define GUARD_GLOBAL_BERRY_H
#include "global.h"
#define BERRY_NAME_COUNT 7
#define BERRY_ITEM_EFFECT_COUNT 18
-2
View File
@@ -1,8 +1,6 @@
#ifndef GUARD_GLOBAL_FIELDMAP_H
#define GUARD_GLOBAL_FIELDMAP_H
#include "global.h"
#define NUM_FIELD_OBJECTS 16
enum
+2 -2
View File
@@ -574,8 +574,8 @@ struct QuestLog
struct FameCheckerSaveData
{
/*3a54*/ u16 unk_0_0:2;
u16 unk_0_2:12;
/*3a54*/ u16 pickState:2;
u16 flavorTextFlags:12;
u16 unk_0_E:2;
};