1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-07-02 22:14:33 +00:00

Gamealloc, Graph, and Graphalloc retail OK (#1675)

* Gamealloc OK

* Graph + Graphalloc OK

* PR review

* gfxalloc

* new lines

* Remove imposter
This commit is contained in:
Derek Hensley 2024-01-31 16:07:12 -08:00 committed by GitHub
parent a0d31dba68
commit 06379c3109
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
19 changed files with 202 additions and 158 deletions

View file

@ -91,6 +91,7 @@ DB40,8001EA40,src/code/z_actor.s
8F400,800A0300,src/code/game.s
8FB80,800A0A80,src/code/gamealloc.s
8FCC0,800A0BC0,src/code/graph.s
90660,800A1560,src/code/gfxalloc.s
906C0,800A15C0,src/code/listalloc.s
90810,800A1710,src/code/main.s
90B70,800A1A70,src/code/padmgr.s

1 offset vram .text
91 8F400 800A0300 src/code/game.s
92 8FB80 800A0A80 src/code/gamealloc.s
93 8FCC0 800A0BC0 src/code/graph.s
94 90660 800A1560 src/code/gfxalloc.s
95 906C0 800A15C0 src/code/listalloc.s
96 90810 800A1710 src/code/main.s
97 90B70 800A1A70 src/code/padmgr.s

View file

@ -2099,9 +2099,9 @@ Graph_Update = 0x800A1148; // type:func
Graph_ThreadEntry = 0x800A13FC; // type:func
Graph_Alloc = 0x800A14F4; // type:func
Graph_Alloc2 = 0x800A1528; // type:func
Graph_GfxPlusOne = 0x800A1560; // type:func
Graph_BranchDlist = 0x800A156C; // type:func
Graph_DlistAlloc = 0x800A1584; // type:func
Gfx_Open = 0x800A1560; // type:func
Gfx_Close = 0x800A156C; // type:func
Gfx_Alloc = 0x800A1584; // type:func
ListAlloc_Init = 0x800A15C0; // type:func
ListAlloc_Alloc = 0x800A15D4; // type:func
ListAlloc_Free = 0x800A1640; // type:func