mirror of
https://github.com/zeldaret/ph
synced 2026-07-10 22:31:57 -04:00
Delink ActorShopItem.cpp (#147)
* Make types compatible with dsd-ghidra typesync * Update actors.md * Update docs * Delink ActorShopItem.cpp
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
#include "global.h"
|
||||
#include "types.h"
|
||||
|
||||
#include <nds/math.h>
|
||||
|
||||
struct UnkStruct_027e0e58 {
|
||||
/* 00 */ unk8 mUnk_00[0x22];
|
||||
/* 22 */ unk16 mUnk_22;
|
||||
|
||||
@@ -1,7 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
#include "global.h"
|
||||
#include "types.h"
|
||||
|
||||
#include "Item/Item.hpp"
|
||||
|
||||
struct UnkStruct_027e105c {
|
||||
/* 0 */ const char **unk_0;
|
||||
/* 4 */
|
||||
|
||||
Reference in New Issue
Block a user