mirror of
https://github.com/zeldaret/ph
synced 2026-07-09 14:05:36 -04:00
Add TouchControl.s
This commit is contained in:
@@ -243,7 +243,7 @@ extern "C" bool _ZNK11ItemManager7HasItemEi();
|
||||
extern "C" void _ZN11ItemManager12GetEquipItemEi();
|
||||
ARM bool NONMATCH(ItemManager::func_ov00_020ad790)(unk32 param1) {
|
||||
#ifndef NONMATCHING
|
||||
#include "../asm/ov00/ItemManager/ItemManager_func_ov00_020ad790.inc"
|
||||
#include "../asm/ov00/Item/ItemManager_func_ov00_020ad790.inc"
|
||||
#else
|
||||
unk32 unk1 = func_ov00_02078b40(data_027e0d38);
|
||||
if (unk1 == 2) return func_ov15_02136670(data_027e10a4);
|
||||
|
||||
@@ -0,0 +1,14 @@
|
||||
#include "Player/TouchControl.hpp"
|
||||
|
||||
#ifdef STUBS
|
||||
|
||||
TouchControl::TouchControl() {}
|
||||
void TouchControl::IncreaseSpeed(s16 increase) {}
|
||||
void TouchControl::UpdateFlags(u16 speed) {}
|
||||
void TouchControl::UpdateWithStateFlags(TouchStateFlags *state, u16 speed) {}
|
||||
void TouchControl::Update(TouchState *state, u16 speed) {}
|
||||
bool TouchControl::func_ov00_0207aeac() {}
|
||||
void TouchControl::UpdateConditionally(TouchState *state, u16 speed) {}
|
||||
void TouchControl::func_ov00_0207af38(u16 speed, bool param2) {}
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user