Split `nuGfxSetCfb` to C
This commit is contained in:
parent
b41fadc833
commit
c711ee9ea7
|
|
@ -116,7 +116,7 @@ segments:
|
||||||
- [0x19DD0, c, "_ob_questionable_glass"]
|
- [0x19DD0, c, "_ob_questionable_glass"]
|
||||||
- [0x19E10, asm]
|
- [0x19E10, asm]
|
||||||
- [0x19E30, c, "nu/nugfxretracewait"]
|
- [0x19E30, c, "nu/nugfxretracewait"]
|
||||||
- [0x19EB0, asm]
|
- [0x19EB0, c, "nu/nugfxsetcfb"]
|
||||||
- [0x19FC0, c, "black"]
|
- [0x19FC0, c, "black"]
|
||||||
- [0x1A050, c, "_ob_icy_coast"]
|
- [0x1A050, c, "_ob_icy_coast"]
|
||||||
- [0x1A4F0, c, "rom_copy"]
|
- [0x1A4F0, c, "rom_copy"]
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
#include "common.h"
|
||||||
|
|
||||||
|
INCLUDE_ASM(const s32, "nu/nugfxsetcfb", nuGfxSetCfb);
|
||||||
Loading…
Reference in New Issue