diff options
| author | Linus Unnebäck <linus@folkdatorn.se> | 2023-07-16 23:17:29 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-16 16:17:29 -0500 |
| commit | 613e1c64bd9668f996bb42ead52eabf1ae45a660 (patch) | |
| tree | 70f6e35bcb16d486af8f3fcd58e371f816eb4ca8 | |
| parent | Remove unused pikacry macro (#106) (diff) | |
| download | pokeyellow-613e1c64bd9668f996bb42ead52eabf1ae45a660.tar.gz pokeyellow-613e1c64bd9668f996bb42ead52eabf1ae45a660.tar.xz pokeyellow-613e1c64bd9668f996bb42ead52eabf1ae45a660.zip | |
Add sound bits documentation for wOptions (#110)
| -rw-r--r-- | ram/wram.asm | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/ram/wram.asm b/ram/wram.asm index 4159c7d4..dbe20a46 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 |
