summaryrefslogtreecommitdiff
path: root/include/constants
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2021-11-13 23:19:08 -0500
committerGitHub <noreply@github.com>2021-11-13 23:19:08 -0500
commit9a932cd9c3089c03adada30ace4c79a84bf73cf0 (patch)
treeb8dfc2d147b8e5f92c0f8e67e3d06bcc2f8453cc /include/constants
parentb14fe9dce369b1a78c5f4f653b4c7e2e2d67d98d (diff)
parent8e8b70c15c1e34074d27acaa07f8e28d0d3d9e89 (diff)
Merge pull request #1549 from GriffinRichards/doc-binterface
Document remaining symbols in battle_interface, palette, and save
Diffstat (limited to 'include/constants')
-rw-r--r--include/constants/battle.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/constants/battle.h b/include/constants/battle.h
index 2534ade4b..d87a800e2 100644
--- a/include/constants/battle.h
+++ b/include/constants/battle.h
@@ -358,4 +358,7 @@
// Flag for BattlePutTextOnWindow. Never set
#define B_WIN_COPYTOVRAM (1 << 7)
+// Indicator for the party summary bar to display an empty slot.
+#define HP_EMPTY_SLOT 0xFFFF
+
#endif // GUARD_CONSTANTS_BATTLE_H