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:
@@ -1,5 +1,6 @@
|
|||||||
; Legacy support for pre-2018 pokecrystal.
|
; Legacy support for old pokecrystal.
|
||||||
; Allows porting scripts with as few edits as possible.
|
; 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
|
; macros/rst.asm
|
||||||
callba EQUS "farcall"
|
callba EQUS "farcall"
|
||||||
|
@@ -71,7 +71,7 @@ sound_duty: MACRO
|
|||||||
if _NARG == 4
|
if _NARG == 4
|
||||||
db \1 | (\2 << 2) | (\3 << 4) | (\4 << 6) ; duty sequence
|
db \1 | (\2 << 2) | (\3 << 4) | (\4 << 6) ; duty sequence
|
||||||
else
|
else
|
||||||
db \1 ; one-byte duty value for legacy support
|
db \1 ; LEGACY: Support for one-byte duty value
|
||||||
endc
|
endc
|
||||||
ENDM
|
ENDM
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user