diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2021-09-04 12:38:14 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2021-09-04 12:38:14 -0400 |
commit | 43e94ce5920e4dc00ce78624104874cf9f1ac4a5 (patch) | |
tree | 581320eedd03f5c4d083aa52e4bcb15dd2101c0c /arm9/asm/MSL_Common_buffer_io.s | |
parent | 1499e9f8be9458bbf94cbc4dc6d1034f53606cd0 (diff) |
Refactor .exceptix, 1
Diffstat (limited to 'arm9/asm/MSL_Common_buffer_io.s')
-rw-r--r-- | arm9/asm/MSL_Common_buffer_io.s | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/arm9/asm/MSL_Common_buffer_io.s b/arm9/asm/MSL_Common_buffer_io.s index 7dbbcc45..a3791f4d 100644 --- a/arm9/asm/MSL_Common_buffer_io.s +++ b/arm9/asm/MSL_Common_buffer_io.s @@ -109,11 +109,5 @@ _020DE574: ldmia sp!, {r3-r5,pc}
arm_func_end __flush_buffer
- .section .exceptix,4
-
- .word __load_buffer
- .short 141
- .word 0x00200700
- .word __flush_buffer
- .short 137
- .word 0x00200300
+ exception __load_buffer, 141, 0x00200700
+ exception __flush_buffer, 137, 0x00200300
|