diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-12-21 23:27:04 -0500 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-12-21 23:27:04 -0500 |
commit | bce1ed4a093cf0f846b00466dd0ea6fc669936e5 (patch) | |
tree | 393b955af71a20410ccee1d468e15a74ba9bf69e /asm/macros | |
parent | 0f116854b2408ea7750e9c3f8da4d4ea2a3e0d38 (diff) | |
parent | 1c1ce902515ccb3ccecde29611711c9b1a3ce955 (diff) |
Merge branch 'master' of https://github.com/pret/pokeruby into assert
Diffstat (limited to 'asm/macros')
-rw-r--r-- | asm/macros/event.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/macros/event.inc b/asm/macros/event.inc index d08f18a57..738c2418e 100644 --- a/asm/macros/event.inc +++ b/asm/macros/event.inc @@ -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. |