mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-09 00:00:44 +00:00
Update Room Documentation (#2015)
* Update Room Documentation * Write more complete documentation, implement suggestions. * Function name changes; minor comment tweaks * nit * Resolve Dragorn fixes * Resolve Fig suggestions, fix comment wording * fix bss, fig suggestion * bss
This commit is contained in:
parent
dbb059c6a7
commit
acb5c7f20c
27 changed files with 243 additions and 195 deletions
|
@ -1595,12 +1595,12 @@ Room_DrawImageSingle = 0x800805E0; // type:func
|
|||
Room_GetImageMultiBgEntry = 0x80080990; // type:func
|
||||
Room_DrawImageMulti = 0x80080A7C; // type:func
|
||||
Room_DrawImage = 0x80080E48; // type:func
|
||||
func_80096FD4 = 0x80080EB0; // type:func
|
||||
func_80096FE8 = 0x80080EC8; // type:func
|
||||
func_8009728C = 0x80081064; // type:func
|
||||
func_800973FC = 0x800811CC; // type:func
|
||||
Room_Init = 0x80080EB0; // type:func
|
||||
Room_SetupFirstRoom = 0x80080EC8; // type:func
|
||||
Room_RequestNewRoom = 0x80081064; // type:func
|
||||
Room_ProcessRoomRequest = 0x800811CC; // type:func
|
||||
Room_Draw = 0x80081270; // type:func
|
||||
func_80097534 = 0x800812C0; // type:func
|
||||
Room_FinishRoomChange = 0x800812C0; // type:func
|
||||
Sample_HandleStateChange = 0x80081360; // type:func
|
||||
Sample_Draw = 0x80081394; // type:func
|
||||
Sample_Main = 0x80081580; // type:func
|
||||
|
@ -1632,7 +1632,7 @@ Scene_CommandObjectList = 0x80082308; // type:func
|
|||
Scene_CommandLightList = 0x800824BC; // type:func
|
||||
Scene_CommandPathList = 0x8008256C; // type:func
|
||||
Scene_CommandTransitionActorEntryList = 0x800825B4; // type:func
|
||||
TransitionActor_InitContext = 0x8008260C; // type:func
|
||||
Scene_ResetTransitionActorList = 0x8008260C; // type:func
|
||||
Scene_CommandLightSettingsList = 0x8008261C; // type:func
|
||||
Scene_CommandSkyboxSettings = 0x80082674; // type:func
|
||||
Scene_CommandSkyboxDisables = 0x800826B8; // type:func
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue