summaryrefslogtreecommitdiff
path: root/constants
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2015-02-14 12:08:32 -0800
committeryenatch <yenatch@gmail.com>2015-03-03 18:31:57 -0800
commit58e5b396c10257431e764a94b04336365a80c5df (patch)
treed3778bdb50c065c92adbf0045ccd3eede8a73310 /constants
parent3619b13d6c482d1ba864d002b96e00b5819bfc6d (diff)
Use more struct offsets and constants for monsters and moves.
Diffstat (limited to 'constants')
-rw-r--r--constants/battle_constants.asm1
1 files changed, 1 insertions, 0 deletions
diff --git a/constants/battle_constants.asm b/constants/battle_constants.asm
index af5700f19..0ef6bb325 100644
--- a/constants/battle_constants.asm
+++ b/constants/battle_constants.asm
@@ -1,5 +1,6 @@
MAX_LEVEL EQU 100
MIN_LEVEL EQU 2
+EGG_LEVEL EQU 5
NUM_MOVES EQU 4
REST_TURNS EQU 2