aboutsummaryrefslogtreecommitdiffstats
path: root/constants
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2015-07-14 19:46:52 -0700
committerYamaArashi <shadow962@live.com>2015-07-14 19:46:52 -0700
commit07dd7056372288de7bb5b64f9416d741adb3b499 (patch)
treecc71b691c53fcbbc915b20cd1baf6a4960fded64 /constants
parentfield moves (diff)
downloadpokeyellow-07dd7056372288de7bb5b64f9416d741adb3b499.tar.gz
pokeyellow-07dd7056372288de7bb5b64f9416d741adb3b499.tar.xz
pokeyellow-07dd7056372288de7bb5b64f9416d741adb3b499.zip
hall of fame / credits
Diffstat (limited to 'constants')
-rw-r--r--constants/misc_constants.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/constants/misc_constants.asm b/constants/misc_constants.asm
index eca97408..2495f17f 100644
--- a/constants/misc_constants.asm
+++ b/constants/misc_constants.asm
@@ -8,7 +8,7 @@ NUM_BOXES EQU 12
HOF_MON EQU $10
HOF_TEAM EQU PARTY_LENGTH * HOF_MON
-NUM_HOF_TEAMS EQU 50
+HOF_TEAM_CAPACITY EQU 50
A_BUTTON EQU %00000001