mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 19:47:35 +01:00
Revert initclock arg sizes
This commit is contained in:
parent
173761a5a1
commit
66f9d4c266
@ -295,8 +295,8 @@
|
||||
@ Initializes the RTC`s local time offset to the given hour and minute. In FireRed, this command is a nop.
|
||||
.macro initclock hour, minute
|
||||
.byte 0x2c
|
||||
.byte \hour
|
||||
.byte \minute
|
||||
.2byte \hour
|
||||
.2byte \minute
|
||||
.endm
|
||||
|
||||
@ Runs time based events. In FireRed, this command is a nop.
|
||||
|
Loading…
Reference in New Issue
Block a user