You've already forked Microtransactions64
mirror of
https://github.com/Print-and-Panic/Microtransactions64.git
synced 2026-01-21 10:17:19 -08:00
Convert oBehParams to be unsigned, and fix GLOBAL_STAR_IDS to support more than 128 stars (#503)
This commit is contained in:
@@ -153,7 +153,7 @@
|
||||
#define /*0x17C*/ oOpacity OBJECT_FIELD_S32(0x3D)
|
||||
#define /*0x180*/ oDamageOrCoinValue OBJECT_FIELD_S32(0x3E)
|
||||
#define /*0x184*/ oHealth OBJECT_FIELD_S32(0x3F)
|
||||
#define /*0x188*/ oBehParams OBJECT_FIELD_S32(0x40)
|
||||
#define /*0x188*/ oBehParams OBJECT_FIELD_U32(0x40)
|
||||
#define /*0x18C*/ oPrevAction OBJECT_FIELD_S32(0x41)
|
||||
#define /*0x190*/ oInteractionSubtype OBJECT_FIELD_U32(0x42)
|
||||
#define /*0x194*/ oCollisionDistance OBJECT_FIELD_F32(0x43)
|
||||
@@ -606,7 +606,7 @@
|
||||
#define /*0x110*/ oIsFloomba OBJECT_FIELD_S32(0x22)
|
||||
|
||||
#ifdef INTRO_FLOOMBAS
|
||||
#define /*0x1AC*/ oZoomCounter OBJECT_FIELD_S32(0x49)
|
||||
#define /*0x1AC*/ oZoomCounter OBJECT_FIELD_U32(0x49)
|
||||
#define /*0x1B0*/ oZoomPosZ OBJECT_FIELD_F32(0x4A)
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user