mirror of
https://github.com/ApacheThunder/GBA-Exploader.git
synced 2025-06-18 11:35:38 -04:00

* Soft Reset for Rumble Menu fixed. New scheme is now used for loading SoftReset.xxxx. Now instead it will look for R4TF.nds (R4TF = 4 character ioType code for DLDI user is currently using with R4TF as an example). If not found it will look for a few specific NDS files to try. If those aren't found it will try boot.nds. If boot.nds isn't found then rumble menu will not be available.
14 lines
334 B
ArmAsm
14 lines
334 B
ArmAsm
.text
|
|
.align 4
|
|
|
|
.thumb
|
|
|
|
@---------------------------------------------------------------------------------
|
|
.global swiDelay
|
|
.thumb_func
|
|
@---------------------------------------------------------------------------------
|
|
swiDelay:
|
|
@---------------------------------------------------------------------------------
|
|
swi 0x03
|
|
bx lr
|