[modding] Train Refactor (#105)

* train

* Update code_80005FD0.c

* Update code_80005FD0.c
This commit is contained in:
MegaMech
2024-10-05 15:42:55 -06:00
committed by GitHub
parent 75297759ee
commit e5f4fdddda
4 changed files with 49 additions and 74 deletions
+1
View File
@@ -56,6 +56,7 @@ typedef struct {
/* 0x048 */ TrainCarStuff passengerCars[NUM_PASSENGER_CAR_ENTRIES];
/* 0x0FC */ f32 speed;
/* 0x100 */ s32 someFlags;
s32 numCarriages;
/* 0x104 */ s32 numCars; // Non-locomotive car count?
/* 0x108 */ s32 unused; // Not read or written. Could be padding?
} TrainStuff; // size = 0x10C