mirror of
https://github.com/zeldaret/tp
synced 2026-07-07 22:22:05 -04:00
format / asm
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
#ifndef D_A_TAG_TELOP_H
|
||||
#define D_A_TAG_TELOP_H
|
||||
|
||||
#include "dolphin/types.h"
|
||||
#include "d/com/d_com_inf_game.h"
|
||||
#include "dolphin/types.h"
|
||||
|
||||
class daTag_Telop_c : public fopAc_ac_c {
|
||||
public:
|
||||
@@ -12,9 +12,7 @@ public:
|
||||
int create();
|
||||
void execute();
|
||||
|
||||
u16 getMessageNo() {
|
||||
return mOrig.mAngle.z;
|
||||
}
|
||||
u16 getMessageNo() { return mOrig.mAngle.z; }
|
||||
|
||||
private:
|
||||
/* 0x568 */ u16 mMessageNo;
|
||||
|
||||
Reference in New Issue
Block a user