RealmFiles/Heap/Heap40108.txt

99 lines
1.8 KiB
Plaintext

instance InitializeGlobalLists of Code
{
scratch = $0
pModule = $ffff ; -1
pLine = $ffff ; -1
doit()
}
instance GlobalEffectList of List
{
scratch = $0
pModule = $ffff ; -1
pLine = $ffff ; -1
elements = $0
size = $0
nextNode = $0
init()
}
instance GlobalMovieCmdList of List
{
scratch = $0
pModule = $ffff ; -1
pLine = $ffff ; -1
elements = $0
size = $0
nextNode = $0
init()
}
instance GlobalBaseList of List
{
scratch = $0
pModule = $ffff ; -1
pLine = $ffff ; -1
elements = $0
size = $0
nextNode = $0
init()
}
instance GlobalATPList of ATPList
{
scratch = $0
pModule = $ffff ; -1
pLine = $ffff ; -1
elements = $0
size = $0
nextNode = $0
}
instance GlobalPicInfoList of PicInfoList
{
scratch = $0
pModule = $ffff ; -1
pLine = $ffff ; -1
elements = $0
size = $0
nextNode = $0
}
instance GlobalSpellList of List
{
scratch = $0
pModule = $ffff ; -1
pLine = $ffff ; -1
elements = $0
size = $0
nextNode = $0
init()
}
instance GlobalSEList of List
{
scratch = $0
pModule = $ffff ; -1
pLine = $ffff ; -1
elements = $0
size = $0
nextNode = $0
init()
}
string_00f0 = "InitializeGlobalLists"
string_0106 = "GlobalEffectList"
string_0117 = "GlobalMovieCmdList"
string_012a = "GlobalBaseList"
string_0139 = "GlobalATPList"
string_0147 = "GlobalPicInfoList"
string_0159 = "GlobalSpellList"
string_0169 = "GlobalSEList"