diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-06-09 11:04:48 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-09 11:04:48 -0400 |
commit | c8f98c38d5baf6bf86531188b1a6ff0745d8d8c9 (patch) | |
tree | a7f9955405fbe972f0e8387f4e2a3dee0fb1f414 /arm7/asm/OS_tick.s | |
parent | a33dcba598d724d600de6636c5eeea322a529e80 (diff) | |
parent | 3e4c87f220f9ce75ce490a91e296b256dce99a0e (diff) |
Merge pull request #153 from red031000/master
arm7 OS_arena
Diffstat (limited to 'arm7/asm/OS_tick.s')
-rw-r--r-- | arm7/asm/OS_tick.s | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/arm7/asm/OS_tick.s b/arm7/asm/OS_tick.s index 40589867..f9688b9e 100644 --- a/arm7/asm/OS_tick.s +++ b/arm7/asm/OS_tick.s @@ -1,7 +1,21 @@ .include "asm/macros.inc" .include "global.inc" - .text + .section .bss + + .global _03807920 +_03807920: ;0x03807920 + .space 0x03807924 - 0x03807920 + + .global OSi_NeedResetTimer +OSi_NeedResetTimer: ;0x03807924 + .space 0x03807928 - 0x03807924 + + .global OSi_TickCounter +OSi_TickCounter: ;0x03807928 + .space 0x03807930 - 0x03807928 + + .section .text arm_func_start OS_GetTick OS_GetTick: ; 0x037FA364 |