From 613e1c64bd9668f996bb42ead52eabf1ae45a660 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Linus=20Unneb=C3=A4ck?= Date: Sun, 16 Jul 2023 23:17:29 +0200 Subject: [PATCH] Add sound bits documentation for wOptions (#110) --- ram/wram.asm | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ram/wram.asm b/ram/wram.asm index 4159c7d44..dbe20a463 100644 --- a/ram/wram.asm +++ b/ram/wram.asm @@ -1929,7 +1929,12 @@ wRivalName:: ds NAME_LENGTH ; bit 6 = battle style ; 0: Shift ; 1: Set -; bits 0-3 = text speed (number of frames to delay after printing a letter) +; bits 5-4 = sound +; 00: Mono +; 01: Earphone1 +; 10: Earphone2 +; 11: Earphone3 +; bits 2-0 = text speed (number of frames to delay after printing a letter) ; 1: Fast ; 3: Medium ; 5: Slow