mirror of
https://github.com/zeldaret/oot
synced 2026-06-04 18:59:14 -04:00
Fix size of leoDiskStack (#2143)
This commit is contained in:
@@ -187,7 +187,7 @@ extern const s32 LEORAM_BYTE[];
|
||||
|
||||
extern s32 __leoActive;
|
||||
extern LEOVersion __leoVersion;
|
||||
extern STACK(leoDiskStack, 0xFF0);
|
||||
extern STACK(leoDiskStack, 0x1000);
|
||||
|
||||
extern OSPiHandle* LEOPiInfo;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user