diff options
author | Diegoisawesome <diego@domoreaweso.me> | 2019-02-12 00:40:34 -0600 |
---|---|---|
committer | Diegoisawesome <diego@domoreaweso.me> | 2019-02-12 00:40:34 -0600 |
commit | 449fb25f2372c8d51fc156d0eeeffa4023ec38b8 (patch) | |
tree | 5cded9cc21884f68fa45b7bc3eab4d43f60c0366 /asm/macros/event.inc | |
parent | bc4cc9f78a705636228c39311bb6e3c393f090d3 (diff) |
Clear up misnamed time-based flags and functions
Diffstat (limited to 'asm/macros/event.inc')
-rw-r--r-- | asm/macros/event.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/macros/event.inc b/asm/macros/event.inc index 091c32a2a..fa0b3fa06 100644 --- a/asm/macros/event.inc +++ b/asm/macros/event.inc @@ -313,7 +313,7 @@ .endm @ Runs time based events. In FireRed, this command is a nop. - .macro dodailyevents + .macro dotimebasedevents .byte 0x2d .endm |