diff options
author | Meowsy <Meowsy@users.noreply.github.com> | 2018-12-10 11:39:57 -0500 |
---|---|---|
committer | Meowsy <Meowsy@users.noreply.github.com> | 2018-12-10 11:39:57 -0500 |
commit | 2f008e866b2d0541e864e3c2c14c5b4437720fe4 (patch) | |
tree | 9d88285b0c1eb7184d06d7408e4a560d5862ebe7 /include | |
parent | 0aa41ad6472a095864dc97649ae18bbd261383bb (diff) |
Document return locations.
Diffstat (limited to 'include')
-rw-r--r-- | include/item_menu.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/include/item_menu.h b/include/item_menu.h index e8fc4c398..4631382cb 100644 --- a/include/item_menu.h +++ b/include/item_menu.h @@ -3,6 +3,20 @@ #include "item.h" +#define RETURN_LOCATION_FIELD 0 +#define RETURN_LOCATION_BATTLE 1 +#define RETURN_LOCATION_POKEMON_LIST 2 +#define RETURN_LOCATION_SHOP 3 +#define RETURN_LOCATION_FIELD_2 4 +#define RETURN_LOCATION_FIELD_3 5 +#define RETURN_LOCATION_PC 6 +#define RETURN_LOCATION_FIELD_4 7 +#define RETURN_LOCATION_FIELD_5 8 +#define RETURN_LOCATION_FIELD_6 9 +#define RETURN_LOCATION_BATTLE_2 10 +#define RETURN_LOCATION_PC_2 11 +#define RETURN_LOCATION_UNCHANGED 12 + // Exported type declarations struct BagStruct { |