<
From version < 29.1 >
edited by nuggs
on 2021/03/05 16:01
To version < 30.1 >
edited by Hugo Peters
on 2021/03/06 12:00
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.nuggs
1 +XWiki.Hugo_Peters
Content
... ... @@ -79,6 +79,18 @@
79 79  
80 80  The end offset is calculated using the next DLL's start offset.
81 81  
82 += Loaded DLL table =
83 +
84 +The list at address {{code}}0x800A7D10{{/code}} describes which DLLs are currently loaded by the game, with {{code}}0x800A7D14{{/code}} being the number of entries.
85 +Each entry looks like this:
86 +
87 +(% border="0" %)
88 +|=Offset|=Size|=Description
89 +|0x00|4|DLL ID
90 +|0x04|4|? 1 if DLL is loaded?
91 +|0x08|4|Address to DLL
92 +|0x0C|4|Address to DLL data section?
93 +
82 82  = DLLs =
83 83  
84 84  Below is a table of the DLLs for each bank and their use.