Merge pull request #689 from KEKW555/KEKW555-patch-3

This commit is contained in:
Theo
2024-01-21 00:50:07 -08:00
committed by GitHub
3 changed files with 20 additions and 0 deletions
+1
View File
@@ -16,6 +16,7 @@ extern void GenericConfused(struct Entity_*);
extern void sub_08001290(struct Entity_*, u32);
extern void GenericKnockback(struct Entity_*);
extern u32 GetFuserId(struct Entity_*);
#define GetFuserIdAndFuserTextId(ent) ((union SplitDWord)(*(MultiReturnTypeSingleEntityArg)(&GetFuserId))(ent))
extern u32 CheckPlayerInRegion(u32 centerX, u32 centerY, u32 radiusX, u32 radiusY);
extern u32 GravityUpdate(struct Entity_* entity, u32 gravity);
enum {