1
0
Fork 0
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:
Roman971 2020-06-05 23:09:43 +02:00 committed by GitHub
parent 94d810193a
commit 68f5d212a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 91 additions and 28 deletions

View file

@ -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