Split .ctors

Former-commit-id: a54141b0fa
This commit is contained in:
Luke Street 2022-08-10 01:34:11 -04:00
parent 8588af60be
commit 4b6598b0be
123 changed files with 981 additions and 663 deletions

View File

@ -43,13 +43,13 @@ endif
include obj_files.mk
O_FILES := $(INIT_O_FILES) $(EXTAB_O_FILES) $(EXTABINDEX_O_FILES) $(METROTRK_FILES) \
O_FILES := $(INIT_O_FILES) $(METROTRK_FILES) \
$(METROIDPRIME) $(WORLDFORMAT) $(WEAPONS) $(METARENDER) $(GUISYS) $(COLLISION) \
$(KYOTO) $(AI_FILES) \
$(AR_FILES) $(BASE_FILES) $(DB_FILES) $(DSP_FILES) $(DVD_FILES) $(GX_FILES) $(MTX_FILES) \
$(OS_FILES) $(PAD_FILES) $(VI_FILES) $(MSL_PPCEABI_BARE_H) $(MUSYX_FILES) \
$(DTK_FILES) $(CARD_FILES) $(SI_FILES) $(EXI_FILES) $(THP_FILES) \
$(GBA_FILES) $(CTORS_O_FILES) $(DTORS_O_FILES)
$(GBA_FILES) $(DTORS_O_FILES)
DEPENDS := $(O_FILES:.o=.d)
# If a specific .o file is passed as a target, also process its deps
DEPENDS += $(MAKECMDGOALS:.o=.d)

View File

@ -1,5 +1,9 @@
.include "macros.inc"
.section .ctors, "wa"
lbl_ctor:
.4byte __sinit_CCollidableAABox_cpp
.section .data
.global lbl_803ECAD0

View File

@ -1,5 +1,9 @@
.include "macros.inc"
.section .ctors, "wa"
lbl_ctor:
.4byte __sinit_CCollidableSphere_cpp
.section .data
.global lbl_803ECAF8

View File

@ -1,5 +1,9 @@
.include "macros.inc"
.section .ctors, "wa"
lbl_ctor:
.4byte __sinit_CCollisionPrimitive_cpp
.section .bss
.global lbl_804794E0

View File

@ -1,5 +1,9 @@
.include "macros.inc"
.section .ctors, "wa"
lbl_ctor:
.4byte __sinit_CMaterialFilter_cpp
.section .text, "ax"
.global Passes__15CMaterialFilterCFRC13CMaterialList

View File

@ -1,5 +1,9 @@
.include "macros.inc"
.section .ctors, "wa"
lbl_ctor:
.4byte __sinit_CollisionUtil_cpp
.section .bss
.global lbl_80479510

View File

@ -2,6 +2,10 @@
#TODO: Split this up properly (need to split CGuiCamera and CGuiCompoundWidget)
.section .ctors, "wa"
lbl_ctor:
.4byte __sinit_CGuiFeeHelper_cpp
.section .sbss, "wa"
.global lbl_805A91F8

View File

@ -1,5 +1,9 @@
.include "macros.inc"
.section .ctors, "wa"
lbl_ctor:
.4byte __sinit_CGuiWidgetDrawParms_cpp
.section .text, "ax"
.global __sinit_CGuiWidgetDrawParms_cpp

View File

@ -1,5 +1,9 @@
.include "macros.inc"
.section .ctors, "wa"
lbl_ctor:
.4byte __sinit_CMemory_cpp
.section .bss
.global lbl_804BFD58

View File

@ -1,5 +1,9 @@
.include "macros.inc"
.section .ctors, "wa"
lbl_ctor:
.4byte __sinit_DolphinCSkinnedModel_cpp
.section .data
.global lbl_803EF718

View File

@ -1,5 +1,9 @@
.include "macros.inc"
.section .ctors, "wa"
lbl_ctor:
.4byte __sinit_CDSPStreamManager_cpp
.section .bss
#TODO: Figure out what's going on with these, they're referenced in various locations

View File

@ -1,5 +1,9 @@
.include "macros.inc"
.section .ctors, "wa"
lbl_ctor:
.4byte __sinit_CMidiManager_cpp
.section .data
.global lbl_803EF788

View File

@ -1,5 +1,9 @@
.include "macros.inc"
.section .ctors, "wa"
lbl_ctor:
.4byte __sinit_CSfxManager_cpp
.section .data
.global lbl_803ECE10

View File

@ -1,5 +1,9 @@
.include "macros.inc"
.section .ctors, "wa"
lbl_ctor:
.4byte __sinit_CStaticAudioPlayer_cpp
.section .sbss, "wa"
.global lbl_805A96A0

View File

@ -1,5 +1,9 @@
.include "macros.inc"
.section .ctors, "wa"
lbl_ctor:
.4byte __sinit_CStreamAudioManager_cpp
.section .sdata
.global lbl_805A8A30

View File

@ -1,5 +1,9 @@
.include "macros.inc"
.section .ctors, "wa"
lbl_ctor:
.4byte __sinit_DolphinCAudioSys_cpp
.section .sdata
.global lbl_805A8998

View File

@ -1,5 +1,9 @@
.include "macros.inc"
.section .ctors, "wa"
lbl_ctor:
.4byte __sinit_CStopwatch_cpp
.section .sbss, "wa"
.global lbl_805A9238

View File

@ -1,5 +1,9 @@
.include "macros.inc"
.section .ctors, "wa"
lbl_ctor:
.4byte __sinit_CARAMManager_cpp
.section .sdata
.balign 8

View File

@ -1,5 +1,9 @@
.include "macros.inc"
.section .ctors, "wa"
lbl_ctor:
.4byte __sinit_CFrameDelayedKiller_cpp
.section .bss
.global lbl_80540A40

View File

@ -1,5 +1,9 @@
.include "macros.inc"
.section .ctors, "wa"
lbl_ctor:
.4byte __sinit_DolphinCMemoryCardSys_cpp
.section .sdata
.global lbl_805A89A8

View File

@ -1,5 +1,9 @@
.include "macros.inc"
.section .ctors, "wa"
lbl_ctor:
.4byte __sinit_CColor_cpp
.section .sbss, "wa"
.global lbl_805A9568

View File

@ -1,5 +1,9 @@
.include "macros.inc"
.section .ctors, "wa"
lbl_ctor:
.4byte __sinit_CCubeMaterial_cpp
.section .data
.balign 8

View File

@ -1,5 +1,9 @@
.include "macros.inc"
.section .ctors, "wa"
lbl_ctor:
.4byte __sinit_CCubeSurface_cpp
.section .text, "ax"
.global GetBounds__12CCubeSurfaceCFv

View File

@ -1,5 +1,9 @@
.include "macros.inc"
.section .ctors, "wa"
lbl_ctor:
.4byte __sinit_CGX_cpp
.section .bss
.global lbl_80479BD0

View File

@ -1,5 +1,9 @@
.include "macros.inc"
.section .ctors, "wa"
lbl_ctor:
.4byte __sinit_CLight_cpp
.section .sdata
.global lbl_805A8810

View File

@ -1,5 +1,9 @@
.include "macros.inc"
.section .ctors, "wa"
lbl_ctor:
.4byte __sinit_CTevCombiners_cpp
.section .sdata
.global lbl_805A8820

View File

@ -1,5 +1,9 @@
.include "macros.inc"
.section .ctors, "wa"
lbl_ctor:
.4byte __sinit_DolphinCGraphics_cpp
.section .data
.global lbl_803ED910

View File

@ -1,5 +1,9 @@
.include "macros.inc"
.section .ctors, "wa"
lbl_ctor:
.4byte __sinit_IObj_cpp
.section .sbss, "wa"
.global lbl_805A9510

View File

@ -1,5 +1,9 @@
.include "macros.inc"
.section .ctors, "wa"
lbl_ctor:
.4byte __sinit_CAABox_cpp
.section .data
.global lbl_803EE318

View File

@ -1,5 +1,9 @@
.include "macros.inc"
.section .ctors, "wa"
lbl_ctor:
.4byte __sinit_CMatrix3f_cpp
.section .text, "ax"
.global __as__9CMatrix3fFRC9CMatrix3f

View File

@ -1,5 +1,9 @@
.include "macros.inc"
.section .ctors, "wa"
lbl_ctor:
.4byte __sinit_CMatrix4f_cpp
.section .text, "ax"
.global MultiplyGetW__9CMatrix4fCFRC9CVector3f

View File

@ -1,5 +1,9 @@
.include "macros.inc"
.section .ctors, "wa"
lbl_ctor:
.4byte __sinit_CQuaternion_cpp
.section .bss
.global lbl_804BFD30

View File

@ -1,5 +1,9 @@
.include "macros.inc"
.section .ctors, "wa"
lbl_ctor:
.4byte __sinit_CTransform4f_cpp
.section .text, "ax"
.global GetInverse__12CTransform4fCFv

View File

@ -1,5 +1,9 @@
.include "macros.inc"
.section .ctors, "wa"
lbl_ctor:
.4byte __sinit_CVector2f_cpp
.section .sbss, "wa"
# skZero2f
.global lbl_805A9458

View File

@ -1,5 +1,9 @@
.include "macros.inc"
.section .ctors, "wa"
lbl_ctor:
.4byte __sinit_CVector3f_cpp
.section .text, "ax"
.global IsEqu__9CVector3fCFRC9CVector3ff

View File

@ -1,5 +1,9 @@
.include "macros.inc"
.section .ctors, "wa"
lbl_ctor:
.4byte __sinit_CloseEnough_cpp
.section .sbss, "wa"
.global lbl_805A9440

View File

@ -2,6 +2,10 @@
#TODO: Resplit, this has CIntElement, CModVectorElement and CParticleDataFactory in it, that can't be right
.section .ctors, "wa"
lbl_ctor:
.4byte __sinit_CElementGen_cpp
.section .data
.global lbl_803EDA80

View File

@ -1,5 +1,9 @@
.include "macros.inc"
.section .ctors, "wa"
lbl_ctor:
.4byte __sinit_RstlExtras_cpp
.section .bss
.global lbl_804BFF30

View File

@ -1,5 +1,9 @@
.include "macros.inc"
.section .ctors, "wa"
lbl_ctor:
.4byte __sinit_rstl_strings_cpp
.section .sbss, "wa"
.global "_EmptyString__Q24rstl66basic_string<c,Q24rstl14char_traits<c>,Q24rstl17rmemory_allocator>"

View File

@ -1,5 +1,9 @@
.include "macros.inc"
.section .ctors, "wa"
lbl_ctor:
.4byte __sinit_CCubeRenderer_cpp
.section .sbss, "wa"
.global lbl_805A91B0

View File

@ -1,5 +1,9 @@
.include "macros.inc"
.section .ctors, "wa"
lbl_ctor:
.4byte __sinit_CBSFlyerLocomotion_cpp
.section .data
.global lbl_803E14C0

View File

@ -1,5 +1,9 @@
.include "macros.inc"
.section .ctors, "wa"
lbl_ctor:
.4byte __sinit_CAnimData_cpp
.section .data
# These belong in Kyoto/Animation/C*POINode
# Thanks to ODR they wound up here

View File

@ -1,5 +1,9 @@
.include "macros.inc"
.section .ctors, "wa"
lbl_ctor:
.4byte __sinit_CArtifactDoll_cpp
.section .sdata
.global lbl_805A85D0

View File

@ -1,5 +1,9 @@
.include "macros.inc"
.section .ctors, "wa"
lbl_ctor:
.4byte __sinit_CAxisAngle_cpp
.section .text, "ax"
.global __pl__FRC10CAxisAngleRC10CAxisAngle

View File

@ -1,5 +1,9 @@
.include "macros.inc"
.section .ctors, "wa"
lbl_ctor:
.4byte __sinit_CCollisionActor_cpp
.section .data
.global lbl_803E4B18

View File

@ -1,5 +1,9 @@
.include "macros.inc"
.section .ctors, "wa"
lbl_ctor:
.4byte __sinit_CControlMapper_cpp
.section .data
.global lbl_803D8EB8

View File

@ -1,5 +1,9 @@
.include "macros.inc"
.section .ctors, "wa"
lbl_ctor:
.4byte __sinit_CDamageVulnerability_cpp
.section .text, "ax"
.global GetDeflectionType__20CDamageVulnerabilityCFRC11CWeaponMode

View File

@ -1,5 +1,9 @@
.include "macros.inc"
.section .ctors, "wa"
lbl_ctor:
.4byte __sinit_CDecalManager_cpp
.section .bss
.global lbl_8046C558

View File

@ -1,9 +1,13 @@
.include "macros.inc"
.section .ctors, "wa"
lbl_ctor:
.4byte __sinit_CEntity_cpp
.section .data
.global lbl_803D9E30
lbl_803D9E30:
.global __vt__7CEntity
__vt__7CEntity:
# ROM: 0x3D6E30
.4byte 0
.4byte 0
@ -185,9 +189,9 @@ __dt__7CEntityFv:
/* 80051288 0004E1E8 93 C1 00 18 */ stw r30, 0x18(r1)
/* 8005128C 0004E1EC 7C 7E 1B 79 */ or. r30, r3, r3
/* 80051290 0004E1F0 41 82 00 78 */ beq lbl_80051308
/* 80051294 0004E1F4 3C 60 80 3E */ lis r3, lbl_803D9E30@ha
/* 80051294 0004E1F4 3C 60 80 3E */ lis r3, __vt__7CEntity@ha
/* 80051298 0004E1F8 34 1E 00 20 */ addic. r0, r30, 0x20
/* 8005129C 0004E1FC 38 03 9E 30 */ addi r0, r3, lbl_803D9E30@l
/* 8005129C 0004E1FC 38 03 9E 30 */ addi r0, r3, __vt__7CEntity@l
/* 800512A0 0004E200 90 1E 00 00 */ stw r0, 0(r30)
/* 800512A4 0004E204 41 82 00 44 */ beq lbl_800512E8
/* 800512A8 0004E208 80 1E 00 24 */ lwz r0, 0x24(r30)
@ -231,9 +235,9 @@ lbl_80051308:
"__ct__7CEntityF9TUniqueIdRC11CEntityInfobRCQ24rstl66basic_string<c,Q24rstl14char_traits<c>,Q24rstl17rmemory_allocator>":
/* 80051324 0004E284 94 21 FF E0 */ stwu r1, -0x20(r1)
/* 80051328 0004E288 7C 08 02 A6 */ mflr r0
/* 8005132C 0004E28C 3D 00 80 3E */ lis r8, lbl_803D9E30@ha
/* 8005132C 0004E28C 3D 00 80 3E */ lis r8, __vt__7CEntity@ha
/* 80051330 0004E290 90 01 00 24 */ stw r0, 0x24(r1)
/* 80051334 0004E294 38 08 9E 30 */ addi r0, r8, lbl_803D9E30@l
/* 80051334 0004E294 38 08 9E 30 */ addi r0, r8, __vt__7CEntity@l
/* 80051338 0004E298 93 E1 00 1C */ stw r31, 0x1c(r1)
/* 8005133C 0004E29C 7C DF 33 78 */ mr r31, r6
/* 80051340 0004E2A0 93 C1 00 18 */ stw r30, 0x18(r1)

View File

@ -1,5 +1,9 @@
.include "macros.inc"
.section .ctors, "wa"
lbl_ctor:
.4byte __sinit_CEulerAngles_cpp
.section .sdata2, "a"
.global lbl_805A9F78

View File

@ -1,5 +1,9 @@
.include "macros.inc"
.section .ctors, "wa"
lbl_ctor:
.4byte __sinit_CFrontEndUI_cpp
.section .data
.global lbl_803D9810

View File

@ -1,5 +1,9 @@
.include "macros.inc"
.section .ctors, "wa"
lbl_ctor:
.4byte __sinit_CMFGame_cpp
.section .bss
.global lbl_8045A1A8

View File

@ -1,5 +1,9 @@
.include "macros.inc"
.section .ctors, "wa"
lbl_ctor:
.4byte __sinit_CMapArea_cpp
.section .data
.global lbl_803DAB80

View File

@ -1,5 +1,9 @@
.include "macros.inc"
.section .ctors, "wa"
lbl_ctor:
.4byte __sinit_CMappableObject_cpp
.section .data
.global lbl_803DFC10

View File

@ -1,5 +1,9 @@
.include "macros.inc"
.section .ctors, "wa"
lbl_ctor:
.4byte __sinit_CModelData_cpp
.section .bss
.global lbl_8046C538

View File

@ -1,5 +1,9 @@
.include "macros.inc"
.section .ctors, "wa"
lbl_ctor:
.4byte __sinit_CSamusDoll_cpp
.section .sdata
.global lbl_805A72C8

View File

@ -1,5 +1,9 @@
.include "macros.inc"
.section .ctors, "wa"
lbl_ctor:
.4byte __sinit_CSlideShow_cpp
.section .data
.global lbl_803EBFB8

View File

@ -1,5 +1,9 @@
.include "macros.inc"
.section .ctors, "wa"
lbl_ctor:
.4byte __sinit_CTargetReticles_cpp
.section .sdata
.global lbl_805A7230

View File

@ -1,5 +1,9 @@
.include "macros.inc"
.section .ctors, "wa"
lbl_ctor:
.4byte __sinit_CWorld_cpp
.section .data
.global lbl_803D9FC0

View File

@ -1,5 +1,9 @@
.include "macros.inc"
.section .ctors, "wa"
lbl_ctor:
.4byte __sinit_CBallCamera_cpp
.section .data
.global lbl_803DAB90

View File

@ -1,5 +1,9 @@
.include "macros.inc"
.section .ctors, "wa"
lbl_ctor:
.4byte __sinit_CCameraFilter_cpp
.section .data
.global lbl_803DFCC0

View File

@ -1,5 +1,9 @@
.include "macros.inc"
.section .ctors, "wa"
lbl_ctor:
.4byte __sinit_CCameraShakeData_cpp
.section .sdata
.global lbl_805A7888

View File

@ -1,5 +1,9 @@
.include "macros.inc"
.section .ctors, "wa"
lbl_ctor:
.4byte __sinit_CPathCamera_cpp
.section .data
.global lbl_803E0C68

View File

@ -1,5 +1,9 @@
.include "macros.inc"
.section .ctors, "wa"
lbl_ctor:
.4byte __sinit_CAi_cpp
.section .data
.global lbl_803DAF58

View File

@ -1,5 +1,9 @@
.include "macros.inc"
.section .ctors, "wa"
lbl_ctor:
.4byte __sinit_CBabygoth_cpp
.section .data

View File

@ -1,5 +1,9 @@
.include "macros.inc"
.section .ctors, "wa"
lbl_ctor:
.4byte __sinit_CBurrower_cpp
.section .data
.global lbl_803EA790

View File

@ -1,5 +1,9 @@
.include "macros.inc"
.section .ctors, "wa"
lbl_ctor:
.4byte __sinit_CChozoGhost_cpp
.section .data

View File

@ -1,5 +1,9 @@
.include "macros.inc"
.section .ctors, "wa"
lbl_ctor:
.4byte __sinit_CElitePirate_cpp
.section .data

View File

@ -1,5 +1,9 @@
.include "macros.inc"
.section .ctors, "wa"
lbl_ctor:
.4byte __sinit_CFireFlea_cpp
.section .data
.global lbl_803E1C88

View File

@ -1,5 +1,9 @@
.include "macros.inc"
.section .ctors, "wa"
lbl_ctor:
.4byte __sinit_CFlaahgra_cpp
.section .data
.global lbl_803E4D08

View File

@ -1,5 +1,9 @@
.include "macros.inc"
.section .ctors, "wa"
lbl_ctor:
.4byte __sinit_CFlyingPirate_cpp
.section .data
.global lbl_803E67E8

View File

@ -1,5 +1,9 @@
.include "macros.inc"
.section .ctors, "wa"
lbl_ctor:
.4byte __sinit_CGrenadeLauncher_cpp
.section .data
.global lbl_803E7F58
lbl_803E7F58:

View File

@ -1,5 +1,9 @@
.include "macros.inc"
.section .ctors, "wa"
lbl_ctor:
.4byte __sinit_CIceSheegoth_cpp
.section .data
.global lbl_803E4728

View File

@ -1,5 +1,9 @@
.include "macros.inc"
.section .ctors, "wa"
lbl_ctor:
.4byte __sinit_CMagdolite_cpp
.section .data
.global lbl_803E81A0

View File

@ -1,5 +1,9 @@
.include "macros.inc"
.section .ctors, "wa"
lbl_ctor:
.4byte __sinit_CMetroid_cpp
.section .data
.global lbl_803E3AD8

View File

@ -1,5 +1,9 @@
.include "macros.inc"
.section .ctors, "wa"
lbl_ctor:
.4byte __sinit_CMetroidBeta_cpp
.section .data
.global lbl_803E5388

View File

@ -1,5 +1,9 @@
.include "macros.inc"
.section .ctors, "wa"
lbl_ctor:
.4byte __sinit_CMetroidPrimeEssence_cpp
.section .data
.global lbl_803EB1F0

View File

@ -1,5 +1,9 @@
.include "macros.inc"
.section .ctors, "wa"
lbl_ctor:
.4byte __sinit_CMetroidPrimeExo_cpp
.section .data
.global lbl_803EAA90

View File

@ -1,5 +1,9 @@
.include "macros.inc"
.section .ctors, "wa"
lbl_ctor:
.4byte __sinit_CParasite_cpp
.section .data
.global lbl_803E2FF8

View File

@ -1,5 +1,9 @@
.include "macros.inc"
.section .ctors, "wa"
lbl_ctor:
.4byte __sinit_CPatterned_cpp
.section .data
.global lbl_803DA5C8

View File

@ -1,5 +1,9 @@
.include "macros.inc"
.section .ctors, "wa"
lbl_ctor:
.4byte __sinit_CPuddleToadGamma_cpp
.section .data
.global lbl_803E24E0

View File

@ -1,5 +1,9 @@
.include "macros.inc"
.section .ctors, "wa"
lbl_ctor:
.4byte __sinit_CRidley_cpp
.section .data

View File

@ -1,5 +1,9 @@
.include "macros.inc"
.section .ctors, "wa"
lbl_ctor:
.4byte __sinit_CSpacePirate_cpp
.section .data
.global lbl_803E0700

View File

@ -1,5 +1,9 @@
.include "macros.inc"
.section .ctors, "wa"
lbl_ctor:
.4byte __sinit_CThardus_cpp
.section .data
.global lbl_803E5CE0

View File

@ -1,5 +1,9 @@
.include "macros.inc"
.section .ctors, "wa"
lbl_ctor:
.4byte __sinit_CTryclops_cpp
.section .data
.global lbl_803E9A10

View File

@ -1,5 +1,9 @@
.include "macros.inc"
.section .ctors, "wa"
lbl_ctor:
.4byte __sinit_CSamusHud_cpp
.section .data
.global lbl_803DA298

View File

@ -1,5 +1,9 @@
.include "macros.inc"
.section .ctors, "wa"
lbl_ctor:
.4byte __sinit_CMorphBall_cpp
.section .sdata
.global lbl_805A73E8

View File

@ -1,5 +1,9 @@
.include "macros.inc"
.section .ctors, "wa"
lbl_ctor:
.4byte __sinit_CPlayer_cpp
.section .data
.global lbl_803D96E8
lbl_803D96E8:

View File

@ -1,5 +1,9 @@
.include "macros.inc"
.section .ctors, "wa"
lbl_ctor:
.4byte __sinit_CPlayerCameraBob_cpp
.section .sdata
.global lbl_805A7378

View File

@ -1,5 +1,9 @@
.include "macros.inc"
.section .ctors, "wa"
lbl_ctor:
.4byte __sinit_CPlayerDynamics_cpp
.section .sdata
.global lbl_805A84E8

View File

@ -1,5 +1,9 @@
.include "macros.inc"
.section .ctors, "wa"
lbl_ctor:
.4byte __sinit_CPlayerGun_cpp
.section .data
.global lbl_803D9D50
lbl_803D9D50:

View File

@ -1,5 +1,9 @@
.include "macros.inc"
.section .ctors, "wa"
lbl_ctor:
.4byte __sinit_CPlayerOrbit_cpp
.section .sdata
.global lbl_805A7A08

View File

@ -1,5 +1,9 @@
.include "macros.inc"
.section .ctors, "wa"
lbl_ctor:
.4byte __sinit_CSamusFaceReflection_cpp
.section .sdata
.global lbl_805A7868

View File

@ -1,5 +1,9 @@
.include "macros.inc"
.section .ctors, "wa"
lbl_ctor:
.4byte __sinit_CScriptLayerManager_cpp
.section .sdata
.global lbl_805A8200

View File

@ -1,5 +1,9 @@
.include "macros.inc"
.section .ctors, "wa"
lbl_ctor:
.4byte __sinit_RumbleFxTable_cpp
.section .text, "ax"
.global __sinit_RumbleFxTable_cpp

View File

@ -1,5 +1,9 @@
.include "macros.inc"
.section .ctors, "wa"
lbl_ctor:
.4byte __sinit_CScriptCameraPitchVolume_cpp
.section .data
.global lbl_803E7A70

View File

@ -1,5 +1,9 @@
.include "macros.inc"
.section .ctors, "wa"
lbl_ctor:
.4byte __sinit_CScriptGunTurret_cpp
.section .data
.global lbl_803E71D0

View File

@ -1,5 +1,9 @@
.include "macros.inc"
.section .ctors, "wa"
lbl_ctor:
.4byte __sinit_CScriptRoomAcoustics_cpp
.section .data
.global lbl_803E4708

View File

@ -1,5 +1,9 @@
.include "macros.inc"
.section .ctors, "wa"
lbl_ctor:
.4byte __sinit_CScriptSpindleCamera_cpp
.section .data
.global lbl_803E8670

View File

@ -1,5 +1,9 @@
.include "macros.inc"
.section .ctors, "wa"
lbl_ctor:
.4byte __sinit_TGameTypes_cpp
.section .sbss
# TGameTypes

Some files were not shown because too many files have changed in this diff Show More