Convert item_descriptions.inc to .h

OK
This commit is contained in:
Slawter666
2018-04-25 01:41:04 +01:00
parent a9d65ae6b6
commit a49f80d552
9 changed files with 6009 additions and 351 deletions
-1
View File
@@ -2,7 +2,6 @@
.include "constants/misc_constants.inc"
.include "constants/contest_constants.inc"
.include "constants/pokemon_data_constants.inc"
.include "constants/item_data_constants.inc"
.include "constants/battle_frontier_constants.inc"
.include "constants/map_constants.inc"
.include "constants/berry_constants.inc"
-5
View File
@@ -1,5 +0,0 @@
.set POCKET_ITEMS, 0x01
.set POCKET_POKE_BALLS, 0x02
.set POCKET_TM_HM, 0x03
.set POCKET_BERRIES, 0x04
.set POCKET_KEY_ITEMS, 0x05