~aleteoryx/muditaos

ref: 7d3949ced2c5486fc0c23ed99a4ca6c742a3f8ca muditaos/load.gdb -rw-r--r-- 111 bytes
7d3949ce — mkamonMdt [BH-893] Add BGSounds progress window 4 years ago
                                                                                
1
2
3
4
5
6
7
8
target remote :2331
monitor reset
set mem inaccessible-by-default off
monitor clrbp
monitor halt
load
b main
c