mirror of
https://github.com/zeldaret/tww.git
synced 2026-06-26 17:52:03 -04:00
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:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user