mirror of
https://github.com/zeldaret/ph
synced 2026-06-20 15:41:22 -04:00
LinkStateInteract (#135)
* Map symbol in Game * LinkStateInteract 19% * DebugHierarchy -> Bhio * LinkStateInteract 89% * LinkStateInteract 93% * Japanese strings * Fix build * Fix regression * Fix regressions * Rename BhioBase.cpp
This commit is contained in:
@@ -7,9 +7,9 @@
|
||||
|
||||
#include "Actor/Actor.hpp"
|
||||
#include "Actor/ActorManager.hpp"
|
||||
#include "Debug/DebugHierarchy.hpp"
|
||||
#include "Item/Item.hpp"
|
||||
#include "Map/TilePos.hpp"
|
||||
#include "Player/Bhio.hpp"
|
||||
#include "Player/TouchControl.hpp"
|
||||
#include "Player/TouchGesture.hpp"
|
||||
|
||||
@@ -72,7 +72,7 @@ public:
|
||||
/* c8 */ s32 mUnk_c8;
|
||||
/* cc */ s32 mUnk_cc;
|
||||
/* d0 */ TouchGesture **mTouchGesture;
|
||||
/* d4 */ DebugHierarchy *mDebug;
|
||||
/* d4 */ Bhio *mBhio;
|
||||
/* d8 */
|
||||
|
||||
static bool func_ov00_020aeeac();
|
||||
|
||||
Reference in New Issue
Block a user