summaryrefslogtreecommitdiff
path: root/constants.asm
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2012-02-12 16:28:29 -0800
committerYamaArashi <shadow962@live.com>2012-02-12 16:28:29 -0800
commit331611812501d78d05113646bbb302b3dbd00f55 (patch)
treea0476df7fbc431e9d46e8ebe7981df0dd7f1f8b8 /constants.asm
parent61b0c12165407dc030491d2ca2cfb5066262e1f7 (diff)
disasm of options menu
hg-commit-id: 9122bf61b409
Diffstat (limited to 'constants.asm')
-rw-r--r--constants.asm12
1 files changed, 12 insertions, 0 deletions
diff --git a/constants.asm b/constants.asm
index 8746f58b..de605350 100644
--- a/constants.asm
+++ b/constants.asm
@@ -600,6 +600,18 @@ W_PARTYMON6NAME EQU $D2EC
W_RIVALNAME EQU $D34A ; 11 characters, including null
+W_OPTIONS EQU $D355
+; bit 7 = battle animation
+; 0: On
+; 1: Off
+; bit 6 = battle style
+; 0: Shift
+; 1: Set
+; bits 0-3 = text speed (number of frames to delay after printing a letter)
+; 1: Fast
+; 3: Medium
+; 5: Slow
+
W_OBTAINEDBADGES EQU $D356
W_PLAYERIDHI EQU $D359