From 331611812501d78d05113646bbb302b3dbd00f55 Mon Sep 17 00:00:00 2001 From: YamaArashi Date: Sun, 12 Feb 2012 16:28:29 -0800 Subject: disasm of options menu hg-commit-id: 9122bf61b409 --- constants.asm | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'constants.asm') 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 -- cgit v1.3.1-sl0p