diff options
| author | Tom Overton <tom-overton@users.noreply.github.com> | 2023-06-20 00:50:15 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-20 17:50:15 +1000 |
| commit | bea420f8a11ca7dbb7f5ea2664ea2ce41fc61b84 (patch) | |
| tree | 5147be658d15195dcb5dac681d1ea5c2d946822f /include/functions.h | |
| parent | a5cc630cef67a9a2e136aaf1c6b8150f812d54eb (diff) | |
Create an enum for the various `face_reaction` reaction sets (#1299)
* Create an enum for the various `face_reaction` reaction sets
* Respond to reviews
* Add blank line
Diffstat (limited to 'include/functions.h')
| -rw-r--r-- | include/functions.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/functions.h b/include/functions.h index 36459ecbd..b6d6964bc 100644 --- a/include/functions.h +++ b/include/functions.h @@ -802,8 +802,6 @@ void GetItem_Draw(PlayState* play, s16 drawId); u16 QuestHint_GetTatlTextId(PlayState* play); -u16 Text_GetFaceReaction(PlayState* play, u32 reactionSet); - void func_800F4A10(PlayState* play); void KaleidoSetup_Update(PlayState* play); void KaleidoSetup_Init(PlayState* play); |
