Skip to content

Commit 9bd6bce

Browse files
committed
compiles but doesn't match :/
1 parent 3fbd3f7 commit 9bd6bce

File tree

6 files changed

+6
-71
lines changed

6 files changed

+6
-71
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,5 @@ conker/ctx.c
3636

3737
tools/decomp-permuter
3838
tools/gfxdis
39+
venv/
40+
.venv/

conker/conker.us.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ options:
1111
#include "functions.h"
1212
#include "variables.h"
1313
symbol_addrs_path: symbol_addrs.us.txt
14+
symbol_name_format: $VRAM
15+
symbol_name_format_no_rom: $VRAM
1416
segments:
1517
- name: header
1618
type: header
@@ -47,7 +49,7 @@ segments:
4749
- [0x50A0, c, init_50A0]
4850
- [0x5570, asm, libultra/io/motor]
4951
# - [0x57E0, asm] no file split here!
50-
- [0x5AB0, c, init_5AB0]
52+
- [0x5AB0, asm]
5153
# - [0x6240, c]
5254
# - [0x71D0, c]
5355
- [0x8120, asm, libultra/os/maptlbrdb]

conker/src/init_5AB0.c

Lines changed: 0 additions & 64 deletions
This file was deleted.

conker/symbol_addrs.us.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -119,10 +119,6 @@ __osSetTimerIntr = 0x100240B4;
119119
__osInsertTimer = 0x10024128;
120120
__osViInit = 0x100242b0;
121121
__osGetActiveQueue = 0x10024400; // allow_duplicated:True
122-
__osGetCurrFaultedThread = 0x10024400; // allow_duplicated:True
123-
__osViGetCurrentContext = 0x10024400; // allow_duplicated:True
124-
__osViGetNextContext = 0x10024400; // allow_duplicated:True
125-
osPiGetDeviceType = 0x10024400; // allow_duplicated:True
126122
__osViSwapContext = 0x10024410;
127123
osGetCount = 0x10024770;
128124
__osDequeueThread = 0x10024780;

conker/undefined_funcs.us.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
__osDevMgrMain = 0x10002E50;
22
__n_CSPHandleMetaMsg = 0x10015044;
3+
func_160036F0 = 0x160036F0;

conker/undefined_syms.us.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,5 @@ D_8002BA44 = 0x8002BA44;
4848
D_8002C080 = 0x8002C080;
4949
D_8002C0A0 = 0x8002C0A0;
5050
D_8002C410 = 0x8002C410;
51-
D_8002C460 = 0x8002C460;
52-
D_8002C4CC = 0x8002C4CC;
5351
D_8002C520 = 0x8002C520;
5452
D_80095A30 = 0x80095A30;

0 commit comments

Comments
 (0)