diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-11-16 21:34:47 -0500 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2021-11-17 14:44:42 -0500 |
commit | eb95ac0b9ce342a39955679bbd7df32e54675d70 (patch) | |
tree | 2e1bf49965d5ad35a10d364493a5ab87dae68c39 /asm/macros | |
parent | 61aa9c3ba983462ab3420920ce8b5de5601f54f8 (diff) |
Document field_tasks
Diffstat (limited to 'asm/macros')
-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 d077103dc..4c0bc2922 100644 --- a/asm/macros/event.inc +++ b/asm/macros/event.inc @@ -1298,7 +1298,7 @@ .byte 0xa5 .endm - @ Enables a function that gets called every step by Task_RunPerStepCallback. + @ .macro setstepcallback subroutine:req .byte 0xa6 .byte \subroutine |