diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2021-06-02 20:16:39 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2021-06-02 20:16:39 -0400 |
commit | 5c13e8c7426f71e128f370e86845a7b428d32892 (patch) | |
tree | 29751d8a01bd247843456b9a3322e087f0fc6650 /arm9/asm/MSL_Common_file_io.s | |
parent | 4180f497410f2c6a29fab435ff1cfa0e17d81f8a (diff) |
Split cw runtime math routines
Diffstat (limited to 'arm9/asm/MSL_Common_file_io.s')
-rw-r--r-- | arm9/asm/MSL_Common_file_io.s | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arm9/asm/MSL_Common_file_io.s b/arm9/asm/MSL_Common_file_io.s index ff2da087..a6e9f1f2 100644 --- a/arm9/asm/MSL_Common_file_io.s +++ b/arm9/asm/MSL_Common_file_io.s @@ -1,7 +1,5 @@ .include "asm/macros.inc"
.include "global.inc"
- .extern __flush_all
- .extern __flush_buffer
.text
|