diff options
Diffstat (limited to 'arm9/asm/MSL_file_io.s')
-rw-r--r-- | arm9/asm/MSL_file_io.s | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arm9/asm/MSL_file_io.s b/arm9/asm/MSL_file_io.s index d722367f..ff2da087 100644 --- a/arm9/asm/MSL_file_io.s +++ b/arm9/asm/MSL_file_io.s @@ -104,3 +104,12 @@ _020DEDCC: str r0, [r4, #0x28]
ldmia sp!, {r4,pc}
arm_func_end fflush
+
+ .section .exceptix,4
+
+ .word fclose
+ .short 117
+ .word 0x00200300
+ .word fflush
+ .short 233
+ .word 0x00100100
|