mirror of
https://github.com/pret/pmd-red.git
synced 2026-09-27 03:18:13 -05:00
code cleanup
This commit is contained in:
9
include/friend_list_menu.h
Normal file
9
include/friend_list_menu.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef INCLUDE_FRIEND_LIST_MENU_H
|
||||
#define INCLUDE_FRIEND_LIST_MENU_H
|
||||
|
||||
bool8 sub_80252F0(s32 param_1);
|
||||
u32 sub_8025354(void);
|
||||
u8 sub_802540C(void);
|
||||
void sub_8025418(void);
|
||||
|
||||
#endif
|
||||
@@ -129,6 +129,7 @@ s32 FindItemInInventory(u8 id);
|
||||
bool8 IsHMItem(u8 id);
|
||||
bool8 IsEdibleItem(u8 id);
|
||||
u8 xxx_bit_lut_lookup_8091E50(u8 i0, u8 i1);
|
||||
bool8 IsInvalidItemReward(u8 itemID);
|
||||
|
||||
void RestoreHeldItem(struct unkStruct_8094924*, struct BulkItem*);
|
||||
void SaveHeldItem(struct unkStruct_8094924*, struct BulkItem*);
|
||||
|
||||
Reference in New Issue
Block a user