[Item Ticks] Remove Item Ticks Code (#3955)

* [Items] Convert Load of Item Ticks to Repositories

- Convert `LoadItemTicks()` to repositories.

* Remove item tick code.

* Remove repository references.

* Update zone.h
This commit is contained in:
Alex King
2024-01-13 00:17:00 -05:00
committed by GitHub
parent e182d685d3
commit d59531b16f
10 changed files with 2 additions and 604 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ typedef enum {
EVENT_DISCOVER_ITEM,
EVENT_DISCONNECT,
EVENT_CONNECT,
EVENT_ITEM_TICK,
EVENT_ITEM_TICK, // Unused, keeping so event IDs don't get out of wack
EVENT_DUEL_WIN,
EVENT_DUEL_LOSE,
EVENT_ENCOUNTER_LOAD,