From 8e89e198830a0908ddd8f4c91cbc2bff08b0b32c Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sun, 17 Sep 2023 12:42:46 -0400 Subject: Use hardcoded AP ids now --- src/ap_state.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/ap_state.h') diff --git a/src/ap_state.h b/src/ap_state.h index e9b9f92..64caeea 100644 --- a/src/ap_state.h +++ b/src/ap_state.h @@ -18,11 +18,9 @@ void AP_SetTrackerFrame(TrackerFrame* tracker_frame); void AP_Connect(std::string server, std::string player, std::string password); -bool AP_HasCheckedGameLocation(int area_id, int section_id); +bool AP_HasCheckedGameLocation(int location_id); -bool AP_HasColorItem(LingoColor color); - -bool AP_HasItem(const std::string& item, int quantity = 1); +bool AP_HasItem(int item_id, int quantity = 1); DoorShuffleMode AP_GetDoorShuffleMode(); -- cgit 1.4.1