mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-07-10 12:54:52 -04:00
match m_player_item
This commit is contained in:
@@ -471,6 +471,9 @@ enum {
|
||||
mPlayer_ITEM_MAIN_NUM,
|
||||
};
|
||||
|
||||
#define mPlayer_ITEM_MAIN_VALID(main_index) ((main_index) >= (mPlayer_ITEM_MAIN_NONE) && (main_index) < (mPlayer_ITEM_MAIN_NUM))
|
||||
|
||||
|
||||
enum {
|
||||
mPlayer_ITEM_KIND_AXE,
|
||||
mPlayer_ITEM_KIND_AXE_USE_1,
|
||||
|
||||
Reference in New Issue
Block a user