You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Clarify LEGACY support
This commit is contained in:
@@ -71,7 +71,7 @@ sound_duty: MACRO
|
||||
if _NARG == 4
|
||||
db \1 | (\2 << 2) | (\3 << 4) | (\4 << 6) ; duty sequence
|
||||
else
|
||||
db \1 ; one-byte duty value for legacy support
|
||||
db \1 ; LEGACY: Support for one-byte duty value
|
||||
endc
|
||||
ENDM
|
||||
|
||||
|
Reference in New Issue
Block a user