Finish w20Dll and delete accidentally committed files

This commit is contained in:
kabiskac 2024-05-01 03:24:15 +02:00
parent 4ca36ea9a6
commit 9cfeefc6b1
8 changed files with 181 additions and 8944 deletions

12
include/REL/w20Dll.h Normal file
View file

@ -0,0 +1,12 @@
#ifndef REL_W20_H
#define REL_W20_H
#include "dolphin/types.h"
typedef struct UnkW20BoardData {
/* 0x00 */ s32 unk_00;
/* 0x04 */ s16 unk_04;
/* 0x06 */ s16 unk_06;
} UnkW20BoardData;
#endif