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

15 lines
527 B
C

#ifndef PMDSKY_OVERLAY_29_02338604_H
#define PMDSKY_OVERLAY_29_02338604_H
#include "util.h"
// Checks if the current floor is the Secret Bazaar.
bool8 IsSecretBazaar();
// Gets the boost_hidden_stairs_spawn_chance field on the dungeon struct.
bool8 ShouldBoostHiddenStairsSpawnChance();
// Sets the boost_hidden_stairs_spawn_chance field on the dungeon struct to the given value.
// should_boost: bool8 to set the flag to
void SetShouldBoostHiddenStairsSpawnChance(bool8 should_boost);
#endif //PMDSKY_OVERLAY_29_02338604_H