diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-07 21:04:54 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-07 21:04:54 -0500 |
commit | 6a570ebb8ecb72dc9d1373062c311dfbb1234dc3 (patch) | |
tree | a09be189c30b60b266a2a5f7dd07404c40e44a9e /constants/misc_constants.asm | |
parent | 09603bf0315862d7c008e08a9960e6111a0859f8 (diff) |
more battle core labels
Diffstat (limited to 'constants/misc_constants.asm')
-rw-r--r-- | constants/misc_constants.asm | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/constants/misc_constants.asm b/constants/misc_constants.asm index e10be0db4..19f2edf6d 100644 --- a/constants/misc_constants.asm +++ b/constants/misc_constants.asm @@ -165,3 +165,25 @@ HMENURETURN_SCRIPT EQU %10000000 HMENURETURN_ASM EQU %11111111 NUM_MON_SUBMENU_ITEMS EQU 8 + + const_def + const ZEPHYRBADGE + const HIVEBADGE + const PLAINBADGE + const FOGBADGE + const MINERALBADGE + const STORMBADGE + const GLACIERBADGE + const RISINGBADGE +NUM_JOHTO_BADGES EQU const_value + const_def + const BOULDERBADGE + const CASCADEBADGE + const THUNDERBADGE + const RAINBOWBADGE + const SOULBADGE + const MARSHBADGE + const VOLCANOBADGE + const EARTHBADGE +NUM_KANTO_BADGES EQU const_value +NUM_BADGES EQU NUM_JOHTO_BADGES + NUM_KANTO_BADGES |