2022-11-05 20:53:40 +00:00
|
|
|
g_pStTilesetDebug = 0x80180290;
|
2024-10-10 20:37:25 +00:00
|
|
|
MAD_gfxBanks = 0x801802A4;
|
2024-10-13 21:15:19 +00:00
|
|
|
MAD_pStObjLayoutHorizontal = 0x801802F4;
|
|
|
|
MAD_pStObjLayoutVertical = 0x801803C8;
|
2024-10-10 20:37:25 +00:00
|
|
|
MAD_EntityUpdates = 0x8018049C;
|
2024-10-13 11:42:25 +00:00
|
|
|
g_EInitBreakable = 0x801804F0;
|
|
|
|
g_EInitUnkId13 = 0x8018052C;
|
2024-10-25 22:56:41 +00:00
|
|
|
g_EInitUnkId12 = 0x80180538;
|
2024-10-13 11:42:25 +00:00
|
|
|
g_EInitCommon = 0x80180544;
|
|
|
|
g_EInitDamageNum = 0x80180550;
|
2022-10-29 00:33:04 +00:00
|
|
|
g_eBreakableAnimations = 0x80180644;
|
|
|
|
g_eBreakableHitboxes = 0x80180664;
|
|
|
|
g_eBreakableExplosionTypes = 0x8018066C;
|
2023-02-12 01:00:23 +00:00
|
|
|
g_eBreakableanimSets = 0x80180674;
|
2024-01-20 21:16:03 +00:00
|
|
|
g_eBreakableDrawModes = 0x80180684;
|
2023-03-13 20:56:36 +00:00
|
|
|
g_Rooms = 0x80181130;
|
2024-10-13 17:26:12 +00:00
|
|
|
MAD_RedDoorTiles = 0x80180594;
|
2022-01-24 00:19:58 +00:00
|
|
|
g_pStrObjLayout0 = 0x801811D4;
|
|
|
|
g_pStrObjLayout1 = 0x801811E8;
|
|
|
|
g_pStrObjLayout2 = 0x80181206;
|
|
|
|
g_pStrObjLayout3 = 0x801812B0;
|
|
|
|
g_pStrObjLayout4 = 0x8018135A;
|
|
|
|
g_pStrObjLayout5 = 0x80181404;
|
|
|
|
g_pStrObjLayout6 = 0x801814AE;
|
|
|
|
g_pStrObjLayout7 = 0x80181558;
|
|
|
|
g_pStrObjLayout8 = 0x80181602;
|
|
|
|
g_pStrObjLayout9 = 0x801816AC;
|
|
|
|
g_pStrObjLayout10 = 0x80181756;
|
|
|
|
g_pStrObjLayout11 = 0x80181774;
|
|
|
|
g_pStrObjLayout12 = 0x80181788;
|
|
|
|
g_pStrObjLayout13 = 0x801817A6;
|
|
|
|
g_pStrObjLayout14 = 0x80181850;
|
|
|
|
g_pStrObjLayout15 = 0x801818FA;
|
|
|
|
g_pStrObjLayout16 = 0x801819A4;
|
|
|
|
g_pStrObjLayout17 = 0x80181A4E;
|
|
|
|
g_pStrObjLayout18 = 0x80181AF8;
|
|
|
|
g_pStrObjLayout19 = 0x80181BA2;
|
|
|
|
g_pStrObjLayout20 = 0x80181C4C;
|
2022-01-31 17:42:53 +00:00
|
|
|
g_pStrObjLayout21 = 0x80181CF6;
|
2024-10-25 22:56:41 +00:00
|
|
|
EntityUnkId12 = 0x8018E674;
|
2022-10-29 00:13:38 +00:00
|
|
|
EntityBreakable = 0x8018E830;
|
2024-05-22 20:24:42 +00:00
|
|
|
EntityDamageDisplay = 0x8018FEA0;
|
2022-11-05 21:00:42 +00:00
|
|
|
EntityRedDoor = 0x80191120;
|
2022-02-06 16:35:17 +00:00
|
|
|
DestroyEntity = 0x80191D3C;
|
|
|
|
InitializeEntity = 0x80192CAC;
|
2022-11-05 20:53:40 +00:00
|
|
|
EntityDummy = 0x80192DA8;
|
2023-03-25 20:37:41 +00:00
|
|
|
EntityPrizeDrop = 0x801939E0;
|
2022-11-05 20:53:40 +00:00
|
|
|
EntityExplosion = 0x80194218;
|
2023-03-26 15:25:05 +00:00
|
|
|
EntityEquipItemDrop = 0x801943EC;
|
2023-01-05 19:35:01 +00:00
|
|
|
EntityRelicOrb = 0x801949C0;
|
|
|
|
EntityHeartDrop = 0x80195520;
|
De-duplicate EntityUnkId13 (#1270)
In the interest of reducing uses of `generic`, and especially the
`entityPtr` member of it, I found this function which had several
duplicates already, all of which used `generic`. Rather than cleaning it
up in every instance, I decided instead to de-duplicate it, and then
clean it up in the .h file.
I needed to make a new entity extension for this, and noticed that we
had `ET_Entity16`, but then I realized that this was being used for
`g_Entities[16]`, so I renamed that to be `ET_EntitySlot16`, leaving
`ET_EntityXX` available, for XX being the ID of an unknown entity.
2024-06-06 20:34:34 +00:00
|
|
|
EntityUnkId13 = 0x8019572C;
|
2022-11-05 21:09:21 +00:00
|
|
|
EntityIntenseExplosion = 0x801964E4;
|
2023-06-10 16:44:16 +00:00
|
|
|
EntitySoulStealOrb = 0x801982BC;
|
2022-11-05 21:04:00 +00:00
|
|
|
EntityEnemyBlood = 0x80198650;
|
2023-07-12 07:18:59 +00:00
|
|
|
EntityRoomForeground = 0x80198B00;
|
2024-10-13 11:42:25 +00:00
|
|
|
g_EInitParticle = 0x80180508;
|
|
|
|
g_EInitObtainable = 0x801804FC;
|
2023-11-23 20:04:41 +00:00
|
|
|
UnkPrimHelper = 0x80198FA0;
|
2024-10-08 17:24:34 +00:00
|
|
|
EntityExplosionVariants = 0x80195A54;
|
2024-10-05 11:37:48 +00:00
|
|
|
EntityGreyPuff = 0x80195B44;
|
2024-01-18 19:04:04 +00:00
|
|
|
UnkPolyFunc2 = 0x801996EC;
|
2024-01-19 03:07:13 +00:00
|
|
|
PrimDecreaseBrightness = 0x8019976C;
|
2024-06-01 19:32:59 +00:00
|
|
|
g_ESoulStealOrbAngles = 0x80181068;
|
|
|
|
g_ESoulStealOrbAnim = 0x801810D8;
|
|
|
|
g_ESoulStealOrbSprt = 0x80181078;
|
2024-10-10 20:37:25 +00:00
|
|
|
MAD_rooms_layers = 0x801801F8;
|
2024-08-13 19:28:57 +00:00
|
|
|
g_collectXVelTable = 0x80180ED8;
|
|
|
|
g_collectYVelTable = 0x80180EDA;
|