mirror of
https://github.com/zeldaret/tp
synced 2026-09-03 10:09:35 -04:00
add gameinfo class / rename unk vars in d_save (#15)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#include "d/d_save/d_save/d_save.h"
|
||||
|
||||
class dComIfG_gameInfo{
|
||||
public:
|
||||
dSv_save_c save_file;
|
||||
u8 padding[0x1dc25]; //temp padding
|
||||
};
|
||||
|
||||
extern dComIfG_gameInfo lbl_804061C0;
|
||||
Reference in New Issue
Block a user