diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2020-04-10 13:10:44 -0400 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2020-04-10 13:10:44 -0400 |
commit | b22d3a821d8656d9fb88000ce02e5b885a59e1c3 (patch) | |
tree | 7d4054b0df9f5746b3e31623868bf7d604ae7328 /include/item_use.h | |
parent | 8626240b54d87449e5db70345840ccf20717d8c7 (diff) | |
parent | 2880cf2a51ea36fa36f00d9ecf07177e5955c882 (diff) |
Merge branch 'master' of github.com:pret/pokefirered into modern_gcc
Diffstat (limited to 'include/item_use.h')
-rw-r--r-- | include/item_use.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/item_use.h b/include/item_use.h index 7e9f7a61d..d08878f72 100644 --- a/include/item_use.h +++ b/include/item_use.h @@ -3,7 +3,7 @@ #include "global.h" -void sub_80A1E0C(u8); +void Task_ItemUse_CloseMessageBoxAndReturnToField_VsSeeker(u8); void ItemUse_SetQuestLogEvent(u8, struct Pokemon *, u16, u16); void FieldUseFunc_OrangeMail(u8 taskId); |