This commit is contained in:
Alejandro Javier Asenjo Nitti 2023-10-10 02:16:12 -03:00
parent 48a346320d
commit 88e2c84704
4 changed files with 21 additions and 4 deletions

3
src/main/createthread.c Normal file
View File

@ -0,0 +1,3 @@
#include "common.h"
#pragma GLOBAL_ASM("asm/us/nonmatchings/main/createthread/func_800221A0.s")

5
src/main/setthreadpri.c Normal file
View File

@ -0,0 +1,5 @@
#include "common.h"
#pragma GLOBAL_ASM("asm/us/nonmatchings/main/setthreadpri/func_80022A80.s")
#pragma GLOBAL_ASM("asm/us/nonmatchings/main/setthreadpri/func_80022B60.s")

7
src/main/startthread.c Normal file
View File

@ -0,0 +1,7 @@
#include "common.h"
#pragma GLOBAL_ASM("asm/us/nonmatchings/main/startthread/func_800222F0.s")
#pragma GLOBAL_ASM("asm/us/nonmatchings/main/startthread/func_80022440.s")
#pragma GLOBAL_ASM("asm/us/nonmatchings/main/startthread/func_800225C8.s")

View File

@ -36,7 +36,7 @@
- [0x21320, c, sendmesg]
- [0x21470, c, contquery]
- [0x21520, asm]
- [0x21B40, asm, perspective]
- [0x21B40, asm, perspective] # rodata problem when trying to extract as C
- [0x21DD0, c, lookat]
- [0x22100, c, ortho]
- [0x222C0, hasm, invalicache]
@ -54,11 +54,13 @@
- [0x22990, c, visetevent]
- [0x22A00, c, sptaskyielded]
- [0x22A80, c, sptaskyield]
# - [0x22AA0, asm]
- [0x22D90, c, dpsetstat]
- [0x22DA0, asm]
- [0x22EF0, asm]
- [0x22DA0, c, createthread]
- [0x22EF0, c, startthread]
# - [0x23040, c, vimgr]
- [0x233A0, asm]
- [0x23680, asm]
- [0x23680, c, setthreadpri]
- [0x23C00, asm]
- [0x23C90, asm, 23C90]
- [0x23E50, asm, 23E50]