Documentation, field naming throughout d_a_bomb_static.cpp (#597)

* change field 0x6F2 of daBomb_c to mBombFire

* add comments to functions involving mBombTimer, rename field 0x738 to mBombTimer

* fixes suggested by crain-32
This commit is contained in:
Kit
2024-02-08 03:10:43 +00:00
committed by GitHub
parent 8472920fda
commit 6c3bb08b77
5 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -188,7 +188,7 @@ private:
/* 0x6E4 */ daBomb_fuseSparksEcallBack mSparks;
/* 0x6F0 */ u8 field_0x6F0;
/* 0x6F1 */ u8 field_0x6F1;
/* 0x6F2 */ u8 field_0x6F2;
/* 0x6F2 */ u8 mBombFire;
/* 0x6F3 */ u8 field_0x6F3;
/* 0x6F4 */ u8 field_0x6F4;
/* 0x6F5 */ u8 field_0x6F5;
+1 -1
View File
@@ -197,7 +197,7 @@ namespace daBomb2 {
/* 0x6CC */ cXyz field_0x6CC;
/* 0x6D8 */ cXyz field_0x6D8;
/* 0x6E4 */ Env_c mEnv;
/* 0x738 */ int field_0x738;
/* 0x738 */ int mBombTimer;
/* 0x73C */ int field_0x73C;
/* 0x740 */ u8 field_0x740;
/* 0x741 */ u8 field_0x741;