mirror of
https://github.com/pret/pmd-red.git
synced 2026-04-18 13:08:00 -05:00
10 lines
250 B
C
10 lines
250 B
C
#ifndef GUARD_DUNGEON_RUN_END
|
|
#define GUARD_DUNGEON_RUN_END
|
|
|
|
#include "structs/str_dungeon.h"
|
|
|
|
void PrintOnDungeonFinishedWindow(u32 windowId, const u8 *headerText, UnkDungeonGlobal_unk1CE98_sub *param_3);
|
|
s16 sub_8094828(u16 moveID, u8 id);
|
|
|
|
#endif
|