Document item use

This commit is contained in:
cbt6
2022-10-04 00:51:38 +08:00
parent 4b5bbbf1b7
commit 32573b2ba9
9 changed files with 543 additions and 540 deletions
+5
View File
@@ -448,6 +448,11 @@
#define NUM_TECHNICAL_MACHINES 50
#define NUM_HIDDEN_MACHINES 8
// Secondary IDs for rods
#define OLD_ROD 0
#define GOOD_ROD 1
#define SUPER_ROD 2
// Check if the item is one that can be used on a Pokemon.
#define IS_POKEMON_ITEM(item) ((item) >= ITEM_POTION && (item) <= ITEM_0B2)