mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-04 23:14:37 +00:00
Fix remaining rom/ram pointers (#190)
This commit is contained in:
parent
94d810193a
commit
68f5d212a7
15 changed files with 91 additions and 28 deletions
|
@ -3773,7 +3773,7 @@ extern pif_data_buffer_t pifMempakBuf;
|
|||
//extern ? D_801759BA;
|
||||
//extern ? D_801759BC;
|
||||
//extern ? D_801759BE;
|
||||
extern u8 D_801759C0[]; // _codeSegmentEnd/_codeSegmentBssEnd or gZBuffer
|
||||
|
||||
extern u16 gZBuffer[SCREEN_WIDTH * SCREEN_HEIGHT]; // 0x25800 bytes
|
||||
extern u64 gGfxSPTaskOutputBuffer[0x3000]; // 0x18000 bytes
|
||||
extern u8 gGfxSPTaskYieldBuffer[OS_YIELD_DATA_SIZE]; // 0xC00 bytes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue