diff options
author | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-12 22:58:20 -0500 |
---|---|---|
committer | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-12 22:58:20 -0500 |
commit | 10eb426e40f48df3ae9b40e3ea3aa7e92f890090 (patch) | |
tree | cb15040e5a5ee30aa4d93e66b08fb6512de0f0ee /constants/item_constants.asm | |
parent | c85587d973df6565f2863493acb9f9af88518662 (diff) |
Document more bugs
Diffstat (limited to 'constants/item_constants.asm')
-rw-r--r-- | constants/item_constants.asm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/constants/item_constants.asm b/constants/item_constants.asm index 0f666b28e..d9cd99a34 100644 --- a/constants/item_constants.asm +++ b/constants/item_constants.asm @@ -272,6 +272,7 @@ ITEM_FROM_MEM EQU $FF ; leftovers from red SAFARI_BALL EQU $08 ; MOON_STONE MOON_STONE_RED EQU $0A ; BURN_HEAL +FULL_HEAL_RED EQU $34 ; X_SPEED ; mail MAIL_MSG_LENGTH EQU $20 |