Revert initclock arg sizes
This commit is contained in:
@@ -295,8 +295,8 @@
|
|||||||
@ Initializes the RTC`s local time offset to the given hour and minute. In FireRed, this command is a nop.
|
@ Initializes the RTC`s local time offset to the given hour and minute. In FireRed, this command is a nop.
|
||||||
.macro initclock hour, minute
|
.macro initclock hour, minute
|
||||||
.byte 0x2c
|
.byte 0x2c
|
||||||
.byte \hour
|
.2byte \hour
|
||||||
.byte \minute
|
.2byte \minute
|
||||||
.endm
|
.endm
|
||||||
|
|
||||||
@ Runs time based events. In FireRed, this command is a nop.
|
@ Runs time based events. In FireRed, this command is a nop.
|
||||||
|
|||||||
Reference in New Issue
Block a user