pmd-sky/include/overlay_29_02338548.h
AnonymousRandomPerson 4f3aeeb00d Renamed bool to bool8
2024-11-15 00:45:43 -05:00

20 lines
882 B
C

#ifndef PMDSKY_OVERLAY_29_02338548_H
#define PMDSKY_OVERLAY_29_02338548_H
#include "util.h"
// Gets the boost_kecleon_shop_spawn_chance field on the dungeon struct.
// return: bool
bool8 ShouldBoostKecleonShopSpawnChance(void);
// Sets the boost_kecleon_shop_spawn_chance field on the dungeon struct to the given value.
// boost: bool8 to set the flag to
void SetShouldBoostKecleonShopSpawnChance(bool8 boost);
// Sets the boost_kecleon_shop_spawn_chance field on the dungeon struct depending on if a team member has the exclusive item effect for more kecleon shops.
void UpdateShouldBoostKecleonShopSpawnChance(void);
// Gets the dough_seed_extra_money_flag field on the dungeon struct.
bool8 GetDoughSeedFlag(void);
// Sets the dough_seed_extra_money_flag field on the dungeon struct to the given value.
void SetDoughSeedFlag(bool8 flag);
#endif //PMDSKY_OVERLAY_29_02338548_H