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_signal.s | |
parent | 1499e9f8be9458bbf94cbc4dc6d1034f53606cd0 (diff) |
Refactor .exceptix, 1
Diffstat (limited to 'arm9/asm/MSL_Common_signal.s')
-rw-r--r-- | arm9/asm/MSL_Common_signal.s | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/arm9/asm/MSL_Common_signal.s b/arm9/asm/MSL_Common_signal.s index 8fd03917..3a68bbac 100644 --- a/arm9/asm/MSL_Common_signal.s +++ b/arm9/asm/MSL_Common_signal.s @@ -100,8 +100,4 @@ _020E2EA4: .word __cs_ref _020E2EA8: .word signal_funcs
arm_func_end raise
- .section .exceptix,4
-
- .word raise
- .short 305
- .word 0x00200300
+ exception raise, 305, 0x00200300
|