mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-10 12:54:50 -04:00
match d_a_npc_tk for debug (#3046)
* match d_a_npc_tk for debug * fix macro usage * fix whitespace
This commit is contained in:
@@ -1043,9 +1043,9 @@ public:
|
||||
int Set(cXyz, cXyz);
|
||||
int Set(cXyz, cXyz, f32, s16);
|
||||
int Set(cXyz, cXyz, s16, f32);
|
||||
void Reset(cXyz, cXyz);
|
||||
int Reset(cXyz, cXyz);
|
||||
int Reset();
|
||||
void Reset(cXyz, cXyz, f32, s16);
|
||||
int Reset(cXyz, cXyz, f32, s16);
|
||||
f32 shakeCamera();
|
||||
int StartShake(s32, u8*, s32, cXyz);
|
||||
int StopShake();
|
||||
|
||||
Reference in New Issue
Block a user