mirror of
https://github.com/zeldaret/tp
synced 2026-08-10 11:14:26 -04:00
shop_system stuff
This commit is contained in:
@@ -2,5 +2,13 @@
|
||||
#define D_A_TAG_ESCAPE_H
|
||||
|
||||
#include "dolphin/types.h"
|
||||
#include "f_op/f_op_actor.h"
|
||||
#include "f_op/f_op_actor_mng.h"
|
||||
|
||||
class daTagEscape_c : public fopAc_ac_c {
|
||||
public:
|
||||
daTagEscape_c() {}
|
||||
~daTagEscape_c() {}
|
||||
};
|
||||
|
||||
#endif /* D_A_TAG_ESCAPE_H */
|
||||
|
||||
@@ -2,5 +2,23 @@
|
||||
#define D_A_TAG_TELOP_H
|
||||
|
||||
#include "dolphin/types.h"
|
||||
#include "d/com/d_com_inf_game.h"
|
||||
|
||||
class daTag_Telop_c : public fopAc_ac_c {
|
||||
public:
|
||||
daTag_Telop_c() {}
|
||||
~daTag_Telop_c() {}
|
||||
|
||||
int create();
|
||||
void execute();
|
||||
|
||||
u16 getMessageNo() {
|
||||
return mOrig.mAngle.z;
|
||||
}
|
||||
|
||||
private:
|
||||
/* 0x568 */ u16 mMessageNo;
|
||||
/* 0x56C */ int mMessageStatus;
|
||||
};
|
||||
|
||||
#endif /* D_A_TAG_TELOP_H */
|
||||
|
||||
Reference in New Issue
Block a user