mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
Clarify LEGACY support
This commit is contained in:
parent
814a720e9d
commit
056cd5e871
@ -1,5 +1,6 @@
|
||||
; Legacy support for pre-2018 pokecrystal.
|
||||
; Legacy support for old pokecrystal.
|
||||
; Allows porting scripts with as few edits as possible.
|
||||
; Legacy support not in this file can be found by looking for the keyword: "LEGACY"
|
||||
|
||||
; macros/rst.asm
|
||||
callba EQUS "farcall"
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user