mirror of
https://github.com/pret/pmd-red.git
synced 2024-11-23 21:19:53 +00:00
c53bdc35f8
* Decomped RollPercentChance() * Decomped DungeonRandomCapped() * Decomped DungeonRandom() * Decomped FindRockItemTargets() -Added position struct.
10 lines
152 B
C
10 lines
152 B
C
#ifndef GUARD_DUNGEON_RANDOM_H
|
|
#define GUARD_DUNGEON_RANDOM_H
|
|
|
|
// 0x840E8
|
|
s32 DungeonRandom(void);
|
|
// 0x84100
|
|
s32 DungeonRandomCapped(s32 cap);
|
|
|
|
#endif
|