1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-07-16 04:44:44 +00:00

Fix size of leoDiskStack (#2143)

This commit is contained in:
cadmic 2024-09-06 10:32:29 -07:00 committed by GitHub
parent 2ce648a7c6
commit d374e71cb8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 6 additions and 4 deletions

View file

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