mirror of
https://github.com/zeldaret/tp
synced 2026-08-19 13:54:02 -04:00
d_envse mostly OK. more work on kankyo_rain (#1969)
* d_envse OK, work on kankyo_rain * remove asm
This commit is contained in:
+18
-1
@@ -1,6 +1,23 @@
|
||||
#ifndef D_D_ENVSE_H
|
||||
#define D_D_ENVSE_H
|
||||
|
||||
#include "dolphin/types.h"
|
||||
#include "f_op/f_op_kankyo.h"
|
||||
|
||||
class dStage_SoundInfo_c;
|
||||
|
||||
class dEnvSe_c : public kankyo_class {
|
||||
public:
|
||||
/* 80182FD8 */ int execute_common(dStage_SoundInfo_c*, s8*, u8);
|
||||
/* 80183480 */ int execute();
|
||||
|
||||
/* 0x0F8 */ u8 field_0xf8[0x0FC - 0x0F8];
|
||||
/* 0x0FC */ s8 field_0xfc;
|
||||
/* 0x0FD */ s8 field_0xfd;
|
||||
/* 0x0FE */ s8 field_0xfe;
|
||||
/* 0x0FF */ s8 field_0xff;
|
||||
/* 0x100 */ u8 field_0x100[0x104 - 0x100];
|
||||
/* 0x104 */ int mRoomNo;
|
||||
/* 0x108 */ int field_0x108;
|
||||
};
|
||||
|
||||
#endif /* D_D_ENVSE_H */
|
||||
|
||||
Reference in New Issue
Block a user