Skip to content

Commit

Permalink
Add sound bits documentation for wOptions (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
LinusU committed Jul 16, 2023
1 parent 1d10d10 commit 613e1c6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion ram/wram.asm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 613e1c6

Please sign in to comment.