mirror of https://github.com/zeldaret/oot.git
Sync aseq.h with MM
This commit is contained in:
parent
5a20d34c20
commit
ffc83a85c7
|
@ -827,7 +827,7 @@ _RESET_SECTION
|
||||||
.macro _wr_s16 value
|
.macro _wr_s16 value
|
||||||
/* Ensure the provided arg value fits in 16 bits (signed) */
|
/* Ensure the provided arg value fits in 16 bits (signed) */
|
||||||
_check_arg_bitwidth_s \value, 16
|
_check_arg_bitwidth_s \value, 16
|
||||||
_wr16 \value
|
_wr16 \value & 0xFFFF
|
||||||
.endm
|
.endm
|
||||||
|
|
||||||
.macro _wr_u16 value
|
.macro _wr_u16 value
|
||||||
|
|
Loading…
Reference in New Issue