mirror of
https://github.com/pret/pmd-red.git
synced 2026-03-21 17:46:39 -05:00
10 lines
262 B
C
10 lines
262 B
C
#ifndef GUARD_CODE_803C1B4_H
|
|
#define GUARD_CODE_803C1B4_H
|
|
|
|
#include "structs/str_dungeon_location.h"
|
|
|
|
void sub_803C37C(DungeonLocation *location, u8 r1, u8 *itemReward);
|
|
u32 GetDungeonTeamRankPts(DungeonLocation *dungeon, u8 r1);
|
|
|
|
#endif // GUARD_CODE_803C1B4_H
|