mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-20 13:24:40 -04:00
16 lines
337 B
C
16 lines
337 B
C
#pragma once
|
|
|
|
#include "dolphin/types.h"
|
|
|
|
bool haveItem(u32 item);
|
|
u32 getProgressiveSword();
|
|
u32 getProgressiveBow();
|
|
u32 getProgressiveSkill();
|
|
u32 getProgressiveSkybook();
|
|
u32 getProgressiveKeyShard();
|
|
u32 getProgressiveMirrorShard();
|
|
u32 getProgressiveFusedShadow();
|
|
u8 getWarashibeItemCount();
|
|
u32 verifyProgressiveItem(u32 item);
|
|
|