mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-02-02 16:23:57 +03:00
mtxutil crc
This commit is contained in:
parent
6d1987c2e1
commit
7f5b2e1424
13
src/main/crc.c
Normal file
13
src/main/crc.c
Normal file
@ -0,0 +1,13 @@
|
||||
#include "common.h"
|
||||
|
||||
#pragma GLOBAL_ASM("asm/us/nonmatchings/main/crc/func_80026440.s")
|
||||
|
||||
#pragma GLOBAL_ASM("asm/us/nonmatchings/main/crc/func_800264F0.s")
|
||||
|
||||
#pragma GLOBAL_ASM("asm/us/nonmatchings/main/crc/func_800265C0.s")
|
||||
|
||||
#pragma GLOBAL_ASM("asm/us/nonmatchings/main/crc/func_800267C4.s")
|
||||
|
||||
#pragma GLOBAL_ASM("asm/us/nonmatchings/main/crc/func_80026940.s")
|
||||
|
||||
#pragma GLOBAL_ASM("asm/us/nonmatchings/main/crc/func_80026B5C.s")
|
9
src/main/mtxutil.c
Normal file
9
src/main/mtxutil.c
Normal file
@ -0,0 +1,9 @@
|
||||
#include "common.h"
|
||||
|
||||
#pragma GLOBAL_ASM("asm/us/nonmatchings/main/mtxutil/func_80026CD0.s")
|
||||
|
||||
#pragma GLOBAL_ASM("asm/us/nonmatchings/main/mtxutil/func_80026DD0.s")
|
||||
|
||||
#pragma GLOBAL_ASM("asm/us/nonmatchings/main/mtxutil/func_80026E58.s")
|
||||
|
||||
#pragma GLOBAL_ASM("asm/us/nonmatchings/main/mtxutil/func_80026E88.s")
|
@ -87,8 +87,9 @@
|
||||
- [0x25F10, asm, thread] # Problem when trying to C
|
||||
- [0x25F50, asm]
|
||||
- [0x26CD0, c, pfsisplug]
|
||||
- [0x27040, asm]
|
||||
- [0x278D0, asm]
|
||||
- [0x27040, c, crc]
|
||||
# - [0x271C0, asm]
|
||||
- [0x278D0, c, mtxutil]
|
||||
- [0x27B40, asm]
|
||||
- [0x27CC0, asm]
|
||||
- [0x27E00, asm]
|
||||
|
Loading…
Reference in New Issue
Block a user