mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-03 14:34:32 +00:00
z_sram OK (#834)
* match z_sram * format and remove unused asm, also make some data static * review comments * another change
This commit is contained in:
parent
175aaf4f26
commit
451f2536ae
3 changed files with 65 additions and 715 deletions
|
@ -236,7 +236,7 @@ extern RomFile gObjectTable[OBJECT_ID_MAX];
|
|||
extern EntranceInfo gEntranceTable[1556];
|
||||
extern Scene gSceneTable[SCENE_ID_MAX];
|
||||
//extern ? D_8012A4A0;
|
||||
extern u16 gSramSlotOffsets[2][3];
|
||||
extern u16 gSramSlotOffsets[];
|
||||
//extern ? D_8012A690;
|
||||
//extern ? D_8012A69C;
|
||||
//extern ? D_8012A6A4;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue