mirror of
https://github.com/zeldaret/tp
synced 2026-09-03 10:09:35 -04:00
shop_system stuff
This commit is contained in:
@@ -7,6 +7,11 @@ struct JKRAramArchive;
|
||||
u32 dLib_getExpandSizeFromAramArchive(JKRAramArchive* arc, char const* resName);
|
||||
|
||||
struct STControl {
|
||||
STControl() {
|
||||
setWaitParm(15, 15, 0, 0, 0.9f, 0.5f, 0, 0x2000);
|
||||
init();
|
||||
}
|
||||
|
||||
/* 80032044 */ STControl(s16, s16, s16, s16, f32, f32, s16, s16);
|
||||
/* 80032088 */ void setWaitParm(s16, s16, s16, s16, f32, f32, s16, s16);
|
||||
/* 800320AC */ void init();
|
||||
|
||||
Reference in New Issue
Block a user