mirror of
https://codeberg.org/KeybadeBlox/JSRF-Decompilation.git
synced 2026-02-20 10:17:03 +03:00
Add PlayerCharId type
This commit is contained in:
parent
be4946eb98
commit
aac010eb71
4 changed files with 46 additions and 18 deletions
|
|
@ -238,9 +238,9 @@
|
|||
0x00039c80 func void __thiscall notinline nofixup GameData::setMissionDigits34 uint missionDigits34
|
||||
0x00039c90 func void __thiscall notinline nofixup GameData::setSpawnPosIndex uint index
|
||||
0x00039ca0 func uint __thiscall notinline nofixup GameData::getSpawnPosIndex
|
||||
0x00039cb0 func void __thiscall notinline nofixup GameData::unlockCharacter PlayerCharId32 charId
|
||||
0x00039cf0 func void __thiscall notinline nofixup GameData::lockCharacter PlayerCharId32 charId
|
||||
0x00039d10 func BOOL __thiscall notinline nofixup GameData::characterUnlocked PlayerCharId32 charId
|
||||
0x00039cb0 func void __thiscall notinline nofixup GameData::unlockCharacter PlayerCharId charId
|
||||
0x00039cf0 func void __thiscall notinline nofixup GameData::lockCharacter PlayerCharId charId
|
||||
0x00039d10 func BOOL __thiscall notinline nofixup GameData::characterUnlocked PlayerCharId charId
|
||||
0x00039d40 func BOOL __thiscall notinline nofixup GameData::checkFlagConditions uint * conds uint count
|
||||
0x00039d80 func void __thiscall notinline nofixup GameData::writeStateFlags uint * writes uint count
|
||||
0x00039db0 func BOOL __thiscall notinline nofixup GameData::checkFlagConditionUnpacked FlagList flagList uint index
|
||||
|
|
@ -343,7 +343,7 @@
|
|||
0x0004c070 func void __thiscall notinline nofixup Mission::waitForSomething
|
||||
0x0004c400 func void __thiscall notinline nofixup Mission::showTextForFrame
|
||||
0x0004ca20 func void __thiscall notinline nofixup Mission::setPauseOptions Call_SetPauseOptions * args
|
||||
0x0004d5f0 func undefined __stdcall notinline nofixup populateSomeCharIdArray PlayerCharId32 * buf
|
||||
0x0004d5f0 func undefined __stdcall notinline nofixup populateSomeCharIdArray PlayerCharId * buf
|
||||
0x0004d880 func void __thiscall notinline nofixup Mission::setManyPlayerStateFieldsToOne
|
||||
0x0004db30 func void default notinline nofixup resolveMissionBinPtrs MissionBin * mssn
|
||||
0x0004e930 func void __stdcall notinline nofixup newMission uint chapter uint idDigits34 BOOL param_3
|
||||
|
|
@ -446,7 +446,7 @@
|
|||
0x0006f600 func undefined __cdecl notinline nofixup showReconnectNAndStartMessage1 uint controllerId
|
||||
0x0006f650 func undefined __cdecl notinline nofixup showReconnectNAndStartMessage2 uint controllerId
|
||||
0x0006f6a0 func void __cdecl notinline nofixup showReconnectControllerMessage
|
||||
0x0006f6d0 func void default notinline nofixup showCharacterJoinMessage PlayerCharId32 character undefined4 controller
|
||||
0x0006f6d0 func void default notinline nofixup showCharacterJoinMessage PlayerCharId character undefined4 controller
|
||||
0x0006f730 func undefined unknown notinline nofixup showProblemWithDisc
|
||||
0x0006f760 func undefined unknown notinline nofixup showSaveLoadErr
|
||||
0x0006f9c0 func undefined4 * __thiscall notinline nofixup UnknownStatic27::~UnknownStatic27 byte param_1
|
||||
|
|
@ -1126,7 +1126,7 @@
|
|||
0x001f9358 data UnknownStatic13Part g_unknownStatic13PartDefault
|
||||
0x001f93c8 data UnknownStatic13 g_unknownStatic13
|
||||
0x001f9640 data UnknownStatic13Part * g_unchangingUnknownStatic3Ptr
|
||||
0x001f9808 data PlayerCharId32[32] charIds
|
||||
0x001f9808 data PlayerCharId[32] charIds
|
||||
0x001f9888 data SwitcherMethod *[119] Mission::exec_1Funcs
|
||||
0x001f9a68 data SwitcherMethod *[119] Mission::exec_5Funcs
|
||||
0x001f9c48 data SwitcherMethod *[119] Mission::exec_3Funcs
|
||||
|
|
@ -1176,7 +1176,7 @@
|
|||
0x0021c234 data uint[5] tagIdsPoisonJam
|
||||
0x0021c248 data uint[5] tagIdsImmortals
|
||||
0x0021c25c data uint[5] tagIdsZeroBeat
|
||||
0x0021c450 data PlayerCharId32[24] someCharIdArray
|
||||
0x0021c450 data PlayerCharId[24] someCharIdArray
|
||||
0x0021c510 data EvCharId[24] someCharIdMapping
|
||||
0x0021c570 data char *[5] hasJoinedYou
|
||||
0x0021c584 data undefined * testRunRankNamesJa
|
||||
|
|
|
|||
|
Can't render this file because it has a wrong number of fields in line 3.
|
Loading…
Add table
Add a link
Reference in a new issue