mirror of
https://github.com/zeldaret/ph
synced 2026-09-09 03:40:25 -04:00
Merge remote-tracking branch 'upstream/main' into hammer
This commit is contained in:
@@ -8,7 +8,8 @@ extern "C" {
|
||||
#include "nds/math.h"
|
||||
#include "types.h"
|
||||
|
||||
#include "Actor/Navi/ActorNaviBase.hpp"
|
||||
#include "Actor/Navi/ActorNavi.hpp"
|
||||
#include "DTCM/UnkStruct_027e0d38.hpp"
|
||||
#include "Item/Item.hpp"
|
||||
#include "Player/EquipItem.hpp"
|
||||
#include "Render/ModelRender.hpp"
|
||||
@@ -191,6 +192,9 @@ public:
|
||||
// Rupees
|
||||
s32 GetMaxRupees() const;
|
||||
void GiveRupees(s32 amount, bool param2);
|
||||
inline u16 GetNumRupees(void) {
|
||||
return this->mNumRupees;
|
||||
}
|
||||
|
||||
// Potion
|
||||
void SetPotion(u32 index, Potion potion);
|
||||
|
||||
Reference in New Issue
Block a user