mirror of
https://github.com/pret/pmd-red.git
synced 2026-09-27 05:55:27 -04: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
|