mirror of
https://github.com/pret/pmd-sky.git
synced 2026-03-21 17:25:15 -05:00
15 lines
527 B
C
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
|