diff options
| author | theo3 <arisstephenson2@gmail.com> | 2023-12-29 00:56:36 -0800 |
|---|---|---|
| committer | theo3 <arisstephenson2@gmail.com> | 2023-12-29 00:59:43 -0800 |
| commit | 72509b18a0406f93b6ffc59904cc2c09c0adbf80 (patch) | |
| tree | d7f8fb576cff5d3a1ff7c025e120d15a725a9580 /include/structures.h | |
| parent | d07c41664190a12c4f56d2e71eae8aa41f40ce21 (diff) | |
label some asm functions
Diffstat (limited to 'include/structures.h')
| -rw-r--r-- | include/structures.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/structures.h b/include/structures.h index 6125cba9..f4dc51cd 100644 --- a/include/structures.h +++ b/include/structures.h @@ -192,7 +192,7 @@ static_assert(sizeof(gActiveItems) == 0x70); typedef struct { u8 event_priority; // system requested priority - u8 ent_priority; // entity requested priority + u8 ent_priority; // entity requested priority u8 queued_priority; u8 queued_priority_reset; Entity* requester; |
