You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
reinterpret sound_duty macro
This commit is contained in:
@@ -70,7 +70,7 @@ soundinput: macro
|
||||
enum sound_duty_cmd
|
||||
sound_duty: macro
|
||||
db sound_duty_cmd
|
||||
db \1 ; unknown
|
||||
db \1 | (\2 << 2) | (\3 << 4) | (\4 << 6) ; duty sequence
|
||||
endm
|
||||
|
||||
enum togglesfx_cmd
|
||||
|
||||
Reference in New Issue
Block a user