Split segment `0x2CBC0` into it's own C file

This commit is contained in:
gijs 2023-10-19 18:54:28 +02:00
parent 2d464a78a4
commit 39db969fd9
2 changed files with 6 additions and 1 deletions

View File

@ -295,7 +295,7 @@ segments:
- [0x2C9E0, asm]
- [0x2CA20, asm]
- [0x2CB50, asm]
- [0x2CBC0, asm]
- [0x2CBC0, c, "_ob_saucy_channel"]
- [0x2CC00, asm]
- [0x2CD70, asm]
- [0x2CDA0, asm]

5
src/_ob_saucy_channel.c Normal file
View File

@ -0,0 +1,5 @@
#include "common.h"
INCLUDE_ASM(const s32, "_ob_saucy_channel", func_8009C7C0);
INCLUDE_ASM(const s32, "_ob_saucy_channel", func_8009C7CC);