Clean up use of `nusched.graphicsRequestBuf`
This commit is contained in:
parent
3ff8ee4a52
commit
2a3e5aaf05
|
|
@ -3,10 +3,10 @@
|
||||||
#include "PR/gbi.h"
|
#include "PR/gbi.h"
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
|
|
||||||
extern u8 nusched;
|
#include "nu/nusys.h"
|
||||||
|
|
||||||
/* 16FF40 8021EF00 */
|
/* 16FF40 8021EF00 */
|
||||||
void *D_overlay_165FC0_8021EF00_16FF40 = &nusched + 0x54;
|
void *D_overlay_165FC0_8021EF00_16FF40 = nusched.graphicsRequestBuf;
|
||||||
|
|
||||||
/* 16FF44 8021EF04 */
|
/* 16FF44 8021EF04 */
|
||||||
u8 D_overlay_165FC0_8021EF04_16FF44 = 0;
|
u8 D_overlay_165FC0_8021EF04_16FF44 = 0;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue