libultra identified segments

This commit is contained in:
Alejandro Javier Asenjo Nitti 2023-10-10 02:08:31 -03:00
parent 81714766de
commit 0c48d56803
7 changed files with 29 additions and 6 deletions

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

@ -0,0 +1,5 @@
#include "common.h"
#pragma GLOBAL_ASM("asm/us/nonmatchings/main/lookat/func_800211D0.s")
#pragma GLOBAL_ASM("asm/us/nonmatchings/main/lookat/func_80021488.s")

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

@ -0,0 +1,5 @@
#include "common.h"
#pragma GLOBAL_ASM("asm/us/nonmatchings/main/ortho/func_80021500.s")
#pragma GLOBAL_ASM("asm/us/nonmatchings/main/ortho/func_80021654.s")

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

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

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

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

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

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

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

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

View File

@ -36,15 +36,16 @@
- [0x21470, asm, contquery] - [0x21470, asm, contquery]
- [0x21520, asm] - [0x21520, asm]
- [0x21B40, asm, perspective] - [0x21B40, asm, perspective]
- [0x21DD0, asm, lookat] - [0x21DD0, c, lookat]
- [0x22100, asm, ortho] - [0x22100, c, ortho]
- [0x222C0, hasm, invalicache] - [0x222C0, hasm, invalicache]
- [0x22340, hasm, invaldcache] - [0x22340, hasm, invaldcache]
- [0x223F0, asm, pidma] - [0x223F0, c, pidma]
- [0x22500, asm, viblack] - [0x22500, c, viblack]
- [0x22570, hasm, writebackdcacheall] - [0x22570, hasm, writebackdcacheall]
- [0x225A0, asm, viswapbuf] - [0x225A0, c, viswapbuf]
- [0x225F0, asm, virepeatline] - [0x225F0, c, virepeatline]
- [0x22660, asm]
- [0x226C0, c, visetmode] - [0x226C0, c, visetmode]
- [0x22730, c, visetspecial] - [0x22730, c, visetspecial]
- [0x228F0, c, createmesgqueue] - [0x228F0, c, createmesgqueue]