mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-14 01:28:36 -07:00
Change mood in xfw app
This commit is contained in:
@@ -18,9 +18,6 @@ const int DOLPHIN_LEVELS[DOLPHIN_LEVEL_COUNT] = {100, 200, 300, 450, 600, 7
|
||||
3700, 4050, 4450, 4850, 5250, 5700, 6150, 6600,
|
||||
7100, 7600, 8100, 8650, 9200};
|
||||
|
||||
#define BUTTHURT_MAX 14
|
||||
#define BUTTHURT_MIN 0
|
||||
|
||||
DolphinState* dolphin_state_alloc() {
|
||||
return malloc(sizeof(DolphinState));
|
||||
}
|
||||
|
||||
@@ -14,6 +14,9 @@ extern "C" {
|
||||
|
||||
#define DOLPHIN_LEVEL_COUNT 29
|
||||
|
||||
#define BUTTHURT_MAX 14
|
||||
#define BUTTHURT_MIN 0
|
||||
|
||||
typedef struct DolphinState DolphinState;
|
||||
typedef struct {
|
||||
uint8_t icounter_daily_limit[DolphinAppMAX];
|
||||
|
||||
Reference in New Issue
Block a user